Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 01-28-2010, 03:58 AM min-height in ie6
Ultra Talker

Posts: 254
Trades: 0
in my layout i need to use min-height and i noticed that ie6 does not support ie6, so for all browsers i have

#contentouter{
float: left;
width: 915px;
min-height: 500px;
height: auto;
}

for ie6

* html #contentouter{
height: 500px;
overflow: visible;
}

by using min-height in all browsers the contentouter div always has a minimum height of 500px and whenever content exceeds 500px the contentouter div grows automatically in all browsers and also in ie6

is this the right way to use min-height in all browsers and in ie6 with the above code i have used

please advice.

thanks
sudhakararaog is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to min-height in ie6
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11079 seconds with 12 queries