Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSS Auto Scrolling doesn't work in IE..

Status
Not open for further replies.

ha1ls45

Programmer
Feb 20, 2005
105
US
Hi all,
I am trying to use a div with a class of "scroll" (see below). It seems to work just fine with Firefox and Safari, however, it doesn't work in IE.

Does anyone know how to hack this so that it will work in IE??

Code:
<style type="text/css">
<!--
div.scroll {
	height: 345px;
	width: 516px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #ccc;
	padding: 0px;
}
-->
</style>

Thanks!
Ha1ls45
 
Oh boy, yes, I am on a MAC. Now, is that going to make it different??? So, you are on a PC and it works fine?
 

What version of IE/Mac are you using? What is it not doing that it should?

Regarding the overflow property:

Microsoft said:
This property is available on the Macintosh platform as of Internet Explorer 5.

Hope this helps,
Dan


[tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]
[banghead]

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top