Thread: jQuery scroll=verticalonly?
View Single Post
Old 12-29-2009, 06:48 AM   PM User | #1
FileFound
New to the CF scene

 
Join Date: Dec 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
FileFound is an unknown quantity at this point
scroll=verticalonly?

I need to hide the horizontal scrollbar in my detail page. Meaning the page will not have a body tag. I can try <body scroll=no > but it has two issues: First of all, I have to do this in the Master page meaning all the web pages in my website will get affected. I do not want that. I want only this detail page alone to be changed.

Second this would hide both vertical and horizontal scrollbars. I need to hide horizontal scrollbar only.

Any suggestions/ideas please...
FileFound is offline   Reply With Quote