HighDots Forums  

Display problems with IE 5.x (Win)

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Display problems with IE 5.x (Win) in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
brauneberger
 
Posts: n/a

Default Display problems with IE 5.x (Win) - 06-25-2004 , 05:03 AM






I have a strange problem with IE 5.x which does not show up on other
browsers / systems.

http://www.westerntrainerin.com/

It is in basic.css on line 186 (inserted Tantek Hack to make the content
visible in IE5, otherwise it would be hidden) where I have a problem
with _margin: 0 0 30px 166px;_ which works well in all browsers, except
for IE5.

#inhalt {
position: relative;
background-color: #FFFFFF;
margin: 0 0 30px 0; /* IE5 very buggy */
voice-family : "\"}\"";
voice-family : inherit;
margin: 0 0 30px 166px; /* IE6 knows what to do */
border: 9px solid #D2DBE1;
padding: 0 205px 0 23px;
}
html>body #inhalt { /* good browsers get this one */
margin: 0 0 30px 166px;
}

I am all lost ... tried almost every hack I know and it still does not work.

Regards,
Nils



Reply With Quote
  #2  
Old   
brauneberger
 
Posts: n/a

Default Re: Display problems with IE 5.x (Win) - 06-28-2004 , 09:07 AM






managed to fix most of the problems (in IE5) on my own ...

Quote:
It is in basic.css on line 186 (inserted Tantek Hack to make the content
visible in IE5, otherwise it would be hidden) where I have a problem
with _margin: 0 0 30px 166px;_ which works well in all browsers, except
for IE5.
by using this part:

#inhalt {
position: relative;
background-color: #FFFFFF;
margin: 0 0 30px 0; /* IE5 very buggy */
border: 9px solid #D2DBE1;
padding: 0 205px 0 23px;
width: 99.9%;
voice-family : "\"}\"";
voice-family : inherit;
margin: 0 0 30px 166px; /* IE6 knows what to do */
width: auto;
}
html>body #inhalt { /* good browsers get this one */
margin: 0 0 30px 166px;
}

However, there are quite a few more bugs, like resizing problems in all
IE-Browsers.

Regards
Nils



Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.