Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

Display problems with IE 5.x (Win)
 

brauneberger




quote this post edit post

IP Loged report this post

Old Post  06-25-04 - 12:15 PM  
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




Post Follow-Up to this message ]
Re: Display problems with IE 5.x (Win)
 

brauneberger




quote this post edit post

IP Loged report this post

Old Post  06-28-04 - 05:15 PM  
managed to fix most of the problems (in IE5) on my own ...

> 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



Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 04:24 AM. Post New Thread   
  Previous Last Thread   Next Thread next
Stylesheets archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top