Forum Moderators: not2easy

Message Too Old, No Replies

CSS Scroll bar overflow Doesn't work in IE

         

bodach

6:03 pm on Jul 20, 2007 (gmt 0)

10+ Year Member



The CSS overflow scroll bar feature doesn't work in IE, but it works perfectly in Firefox. The overflow just goes down the whole page, and the scroll bar doesn't do anything. The css I used is this:

.colboxright_62F938 { color: black; font-family: "times new roman"; font-style: normal; line-height: 14px; background-color: transparent; background-repeat: repeat-y; background-attachment: scroll; background-position: left top; width:230px; height:434px; overflow: scroll; float:right ; margin-top: 65px; margin-right: 31px; }

Can anyone help me make this work in IE?

sifredi

9:18 am on Jul 21, 2007 (gmt 0)

10+ Year Member



did you try
overflow: auto;
?

DrDoc

9:43 am on Jul 21, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld! [WebmasterWorld.com]

Which version of IE?
And which doctype are you using?

[edited by: DrDoc at 9:43 am (utc) on July 21, 2007]