[css-d] Positioning in IE6

2008-06-23 Thread Steve LaBadie
I am having a problem trying to get a photo gallery positioned properly
in IE6, works fine in IE7 and Firefox. Any thoughts would be
appreciated. 

 

http://www4.esu.edu/mascot/scroller5/index.htm

 

 

Steve LaBadie, Web Manager
East Stroudsburg University
200 Prospect St.
East Stroudsburg, Pa 18301
570-422-3999
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
http://www.esu.edu http://www.esu.edu 

 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Positioning in IE6

2008-06-23 Thread Gunlaug Sørtun
Steve LaBadie wrote:
 I am having a problem trying to get a photo gallery positioned
 properly in IE6, works fine in IE7 and Firefox. Any thoughts would be
  appreciated.

 http://www4.esu.edu/mascot/scroller5/index.htm

Looks like IE6 has lost track of where the many 'position: relative'
involved should go, and ends up with a dead in the water position for
#mygallery.

I don't have a sensible explanation for IE6' behavior, but adding...

#content {position: relative;}

...will fix it in your case.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/