Jump to content

text/table positioning wont work on IE5


rh-penguin

Recommended Posts

hi,

 

I've got a website. It has a nav menu on the left and i am wanting too place 'content'(text,pics,etc.) on the right(along-side the menu).

I took a table and assigned it to a div. The div is as following:

#contentStyle {
width: 827px;
min-height: 450px; 
margin: 0 auto;
background-color: #ffffff;
[b]padding-left: 208px;[/b]
padding-right: 25px;
margin-top: -158px;
vertical-align: top;
padding-top: 20px;

}

 

You can see i've done 208px of padding from the left(so it doesnt overlap the menu) and it works a treat in Opera and FF but in IE5 it simply doesnt! LOL! It takes the text(which is assigned to #contentStyle) and just squishes it and it gest placed right over the menu.

Is this not the way to do it or is there a trick to this?

 

Thanks alot!

Link to comment
https://forums.phpfreaks.com/topic/72193-texttable-positioning-wont-work-on-ie5/
Share on other sites

Mate - ie5 is dead - the only people who use it are developers checking that there stuff works in ie5!

 

If someone INSISTS on using that browser to visit your site then they deserve everything they get - ie6 has been available for too long for them to not have upgraded... ITS THEIR PROBLEM NOT YOURS.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.