On Aug 22, 2006, at 7:12 PM, Ian Young wrote:

> The layout is coming together and is ok across everything except  
> Mac IE 5
> where menu is stage right. The end column also drops in the full  
> version
> (php)
>
> Anyone got a quick fix?
>
> http://www.iyesolutions.co.uk/templates/lvsc/template3.html

1/
ul {padding: 0 auto 0 auto;}
auto is not a valid value for padding. Set to 0 and your main problem  
is fixed.
There are other issues with the drop down thingies in IE Mac. IIRC,  
that is a weakness of that script you use. One thing that helps to  
stabilise things is hiding
li>ul {
        top: auto;
        left: auto;
        
}
from IE Mac.

2/
#sidebar (right column) drops because it is a little bit too wide for  
IE Mac's taste. Narrowing it down to 148px fixes that problem.

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/

Reply via email to