On Aug 8, 2006, at 11:00 PM, Julian Voelcker wrote: > The test page is at http://tinyurl.com/odso4 with the main css file at > http://tinyurl.com/nwkzw and http://tinyurl.com/hs6jn. > > The two problems I am trying to pin down are: > > 1. Under IE 5.x on a Mac the search form in the horizontal red menu > bar > at the top disappears.
First, you have series of problems in IE 5 Mac with the header: you use a couple of floats where no width has been declared (e.g. #localinfo and #frmSiteSearch) Also, your height declaration on #header is causing problems; remove it. <http://www.l-c-n.com/IE5tests/float2misc/flwidth> Second, your page suffers from this bug in IE 5 Mac: <http://www.l-c-n.com/IE5tests/float2misc/#fm002> remove the clear:both on #headermenu, that should help clean up a bit. Then: your search form appears to lack a <form> tag (and closing </ form>). Not valid HTML. Next: these two rules makes the fieldset vanish into thin air: #headermenu fieldset{....... /*display:inline;z-index:99;*/} (that is an odd IE Mac bug) Take them out and your form comes back. > > 2. The footer is split into three columns with the menu in the middle > column (#footermiddle) - I am try go get it centred in the middle of > the page, but cannot find a suitable way of doing it. 1. setting margin and padding to 0 on the ul 2. using li {display:inline} instead of float Should make it more centred. Fine tune to taste. Philippe --- Philippe Wittenbergh <http://emps.l-c-n.com> ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/