Nancy Johnson wrote:
> The height attribute in IE6 are not displaying correctly, The image
> on the homepage is 1/2" high and the first line of address is cut so
> only the bottom half shows.
> It could be because IE6 doesn't recognize min-height.
>
> Nancy
>
>
>> Peter Hyde-Smith wrote:
>>
>>> http://www.fatpawdesign.com/CedarLakeInn/CLIindex.html
>>> http://www.fatpawdesign.com/CedarLakeInn/CLIdining.html
>>>
>>>
>>> Peter
>>>
I hope this will bring IE/6 on board and level out some compliant
browsers issues....
* html { <-------------------- :: delete ::
overflow: hidden;
}
* html #content {<--------:: delete ::
min-height: 330px;
}
* html #content {<-------- :: add ::
height: 330px;
}
#addressblock {
line-height: /*0.5*/1.1; <-------- :: amend::
float: left; display: inline; <-------:: delete both::
}
#bottomnav {
float: left; display: inline;<-------:: delete both::
}
* html #bottomnav {
height: 1%;<-------:: add::
border:1px solid fuchsia;<-------:: 4 position only::
}
#bottomnav li {
float: left;<-------- :: add ::
float: right;display: inline;<-------:: delete both::
}
#footer {
padding: 16px 0;<--------:: delete ::
}
#footer p {
padding-left: 16px;<--------:: delete ::
padding: 16px 0 16px 16px;<-------- :: add ::
}
#topnav li a, #bottomnav li a, #contentnav li a {<-------- :: amend::
line-height: /*0.7*/1;
}
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/