|
| |
|
|
Tailslide
Posts: 5915 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
RE: Weird bug in IE5? - 10/26/2005 3:24:10
This would usually be caused by not having a height specified in the parent container - because IE 5 usually positions items in relation to the browser window rather than the containing parent if a height is ommitted. Problem is... you have specified a height - in ems which I would have assumed would be enough to get round this problem. Weird. Just as a wild guess, try specifying the header div height in px and see if that helps. If it does then you could always use conditional comments to feed IE5 that rule while everyone else gets ems.
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
caz
Posts: 3470 Joined: 10/10/2001 From: Somewhere south of Chester, UK Status: offline
|
RE: Weird bug in IE5? - 10/26/2005 9:58:56
In your default.css you have this: #header ul#primary { position: absolute; bottom: -1px; width: 45em; } /* width required for Opera, older Mozilla browsers, and Konqueror */ I changed it to position: relative; and it behaved in IE 5 etc, what effect would that have site wide?
_____________________________
Do not meddle in the affairs of cats, for they are subtle and will dance, or more on your keyboard. Cheshire cat. www.doracat.co.uk I remember when it took less than 4hrs to fly across the Atlantic.
|
|
|
|
Tailslide
Posts: 5915 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
RE: Weird bug in IE5? - 10/28/2005 3:37:18
Can you upload a test page for us to look at? Would using display:block on the links help? Edit: another thought. If this really becomes a problem for you and you can't find an easy solution then you might want to think about feeding the current CSS to IE5 only and let everyone else get the previous version. Some call it a hack - I like to call it content negotiation!
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|