Horizontal scroll bars in the panel
-
Hello I use VWD express 2008 edition. I've a webform with a panel control inside which i have a div inside which there is an <ul> whose nodes are dynamically added. I have enabled the vertical scrollbars. the contents do not exceed the width of the panel and hence i do not want horizontal scroll bars. When I run the application from the VWD, everthing seems to work fine. But when I copy the page to IIS of our server and try to call the page from a browser, the horizontal scroll bar appears which is undesirable. Is there a way to set it right. PS: I noted that while I run from VWD, the compatiblity view button appears and when i click it the horizontal scroll bars appear. Compatiblity button is not at all visible if I call the page directly from the browser.And by default horizontal scrollbars are seen. Any help will be appriciated. thanks in advance. Smiles. Kit.
-
Hello I use VWD express 2008 edition. I've a webform with a panel control inside which i have a div inside which there is an <ul> whose nodes are dynamically added. I have enabled the vertical scrollbars. the contents do not exceed the width of the panel and hence i do not want horizontal scroll bars. When I run the application from the VWD, everthing seems to work fine. But when I copy the page to IIS of our server and try to call the page from a browser, the horizontal scroll bar appears which is undesirable. Is there a way to set it right. PS: I noted that while I run from VWD, the compatiblity view button appears and when i click it the horizontal scroll bars appear. Compatiblity button is not at all visible if I call the page directly from the browser.And by default horizontal scrollbars are seen. Any help will be appriciated. thanks in advance. Smiles. Kit.
This is pretty easy. put this on the div which you need to hide horizontal scrollbar. overflow: auto; overflow-x: hidden; The css will hide horizontal scrollbar. :)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Microsoft Bing MAP using Javascript
CLR objects in SQL Server 2005
Uncommon C# Keywords/xml>