Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
IE6 overflow:auto in div - not scrolling!
Old 09-03-2008, 12:52 AM IE6 overflow:auto in div - not scrolling!
Junior Talker

Posts: 2
Trades: 0
I am about ready to bash my head against the wall, so I think it's time to ask for some help.

I have a website I am working on that needs to be compatible in all the modern browsers-- unfortunately, this includes IE6.

In order to keep the background images where they are, I have set html and body to overflow: hidden in my CSS file. The #content div is what scrolls. This works beautifully in IE7, Firefox, Safari... But not IE6.

I cannot find a solution that makes the #content div scrollable in IE6.

This is the test site:
http://www.telcontar.us/rheemtest/


And relevant CSS:

Code:
html { width: 100%;
       height: 100%; 
       min-height: 100%;
       overflow: hidden; }

body { background-color: #FFFFFF;
       background-image: url(images/horizontalheader.png); 
       background-repeat: repeat-x;
       background-attachment: fixed;
       color: #333333; 
       font-family: Verdana, Arial, sans-serif; 
       margin: 0;
       padding: 0;
       height: 100%;
       width: 100%;
       overflow: hidden; }

#content { background-color: #FFFFFF;
       z-index: 3;
       top: 130px;
       left: 200px; 
       right: 10px;
       bottom: 20px; 
       position: absolute;
       overflow: auto;
       font-size: 10px; }
Any help would be appreciated! Thank you!
akkhart is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-03-2008, 11:17 AM Re: IE6 overflow:auto in div - not scrolling!
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Not gonna happen. IE6 just does not support position:fixed.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 09-03-2008, 11:25 AM Re: IE6 overflow:auto in div - not scrolling!
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
imitating fixed position in ie6
I do stuff like this sometimes when I want modal "popup windows" to stay in a fixed position within a window.
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 09-03-2008, 10:03 PM Re: IE6 overflow:auto in div - not scrolling!
Junior Talker

Posts: 2
Trades: 0
Hmmmm, I guess my confusion sets in because I'm not using position:fixed on anything. Just position:absolute.

The body has background-attachment:fixed-- but as far as I've read, this should function correctly in IE6.

Is there a problem with overflow: auto with relation to position:absolute in IE6?
akkhart is offline
Reply With Quote
View Public Profile
 
Old 09-04-2008, 11:41 AM Re: IE6 overflow:auto in div - not scrolling!
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
IE6 has LOTS of problems with absolute positioning.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to IE6 overflow:auto in div - not scrolling!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.15367 seconds with 12 queries