Forum Moderators: not2easy

Message Too Old, No Replies

Opera 6 CSS Overflow?

         

JAB Creations

6:27 pm on Sep 2, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm trying to get the CSS overflow for Opera 6 to work correctly. I'm using a JS to detect browsers with difficulties rendering and creating various css classes for each trouble browser -- SO I just need this to work explititly in Opera 6. I am testing with Opera 6.06.

Here is a quick page I came up with...

<html><head><style>
body { padding: 100px;}
div.opera6 { background: #ff0;
height: 150px; overflow: auto;
width: 150px;}
</style>
</head>
<body>
<div class="opera6">
hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>
hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>hi<br>
</div></body></html>

Any suggestions?

encyclo

6:46 pm on Sep 2, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Any suggestions?

How about: don't test with Opera 6? ;) Seriously, Opera 6 was pretty buggy at the time, and it is totally dead now. At best just leave it unstyled for anyone still using it.

JAB Creations

7:03 pm on Sep 2, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Awwww :-P

Well I got rid of the overflow...it just doesn't seem to work except when you give the value hidden.

If anyone wants to tackle this PLEASE feel free to respond though, it would be cool but yeah -- Opera 6 and earlier are pretty dam dead! IoI...