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 On Sat, Oct 25, 2008 at 7:25 PM, David Laakso <[EMAIL PROTECTED]> wrote: > Peter Hyde-Smith wrote: >> 10/25/2008 >> >> Nefore I get much further, would appreciate a site check of new Cedar Lake >> Inn index page and one >> interior page here, >> >> http://www.fatpawdesign.com/CedarLakeInn/CLIindex.html >> http://www.fatpawdesign.com/CedarLakeInn/CLIdining.html >> >> http://www.fatpawdesign.com/CedarLakeInn/CLIresetcss.css >> http://www.fatpawdesign.com/CedarLakeInn/CLIpagecss.css >> >> Some funkification of double borders in most browsers, and loss of #footer >> top margin in Opera. Education by the code and art elves always welcome. >> >> Cheers, >> >> Peter >> www.fatpawdesign.com >> developing in: WinXP/SP2 + FF3.0.3 at 1024x768 and 1280x1024 >> checking in: IE8.0beta/O9.61/Av11.6/Cr0.2/Orca1.1 >> validated (X)HTML and CSS >> In God we trust, all else bring data... >> >> >> > > Only checked in Mac Opera and Mac FF. > Changes made "live" in FF-- no guarantee cross-browser (or in FF, for > that matter) > Re-set: > #content { > height: 323px; > } > To read (in order to prevent text from heading for the Equator with > scaling): > #content { > min-height: 323px; > } > * html #content { > min-height: 323px; > } > #topnav, #dinnernav { > padding: 0;<---- :: not needed? > padding-bottom: 20px;<---- :: add > } > #topnav li a, #bottomnav li a, #dinnernav li a { > line-height: 1.6; <---------:: delete > line-height: 0.7; <---------:: add -- less "horsey" when scaled > } > > #bottomnav { > /*float: right;*/float:left; <-------- :: amend > margin-top: /*8px*/120px;<-------- :: amend > } > #addressblock { > line-height:0.5; <--- :: less lead > margin-top: /*18px*/30px; <--- more lead > } > #footer { border-top: 1px solid fuchsia/*test only*/; > clear:both; > margin: 280px 0 0 0;<----------:: delete > font-size: 0.80em;<----------:: delete > padding: 16px 0; > } > > #footer p { > font-size: 0.7em; <--------- :: add > margin-left: 16px;<--------- :: add > margin-bottom: 8px;<----------:: delete > } > > Fwiw, line-height usually needs no unit of measure-- a raw number will do. > > > > > > > -- > > A thin red line and a salmon-color ampersand forthcoming. > > http://chelseacreekstudio.com/ > > ______________________________________________________________________ > 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/ > ______________________________________________________________________ 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/