Posts: 40
Name: Bob Davis
Location: Los Angeles, CA
|
I'm trying to force a vertical scrollbar on a website. But when I put:
overflow: scroll;
in my css document, it does well is Safari and FF, but shows two scrollbars in IE7. How do I write a conditional in my linked css document (not in the html page itself) that will "overflow: auto;" when the browser is IE?
Thanks guys and girls.
|