Christina wrote:
> Hi,
> 
> 
> I¹m trying to get up to speed with CSS (so clearly NOT there yet) and have
> some issues that I don¹t know how to diagnose (let alone solve).
> 
> http://www.sonomalawgroup.com/beta/
> (as it¹s all still being developed, the css is in the head.)
> 
> 
> It looks fine on Mac and PC (XP) versions of Firefox 2.X  (I don¹t have
> Vista so no idea what happens there).
> 
> Safari 3.0.4 has big problem: the main navigation is overlapping to left and
> completely unreadable.
> Opera (7.54u2) for Mac has same problem.
> 
> You¹ll have to look at it in FF to see what nav looks like. There is one
> item ³Attorneys², that has a 2-item pull down menu (done as floated
> list/nested list).
> 
> 
> On IE7, the inner-wrap div is offset (to right) by 14px and the sidebar div
> is 30px vertically offset (leaving white space at top).  Not sure if this
> also happens in IE6 as I don¹t have it loaded.
> 
> 
> 
> I really need to assistance with fixing this, and very much appreciate the
> help!
> 
> 
> Much thanks,
> Christina

Hi Christina,

Try removing:
margin: -20px 0 0 0;
from
#nav ul li {}
and adding it to:
#nav ul {}

I don't have my Mac or my Windows on at the moment, but a cursory scan
of your site revealed the same overlapping in Firefox 3/Ubuntu 8.04 and
I managed to fix it with the code above.

Hope it does the same for you.

Good luck.
Bill



-- 
/**
 * Bill Brown
 * TheHolierGrail.com & MacNimble.com
 * From dot concept...to dot com...since 1999.
 ***********************************************/
______________________________________________________________________
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/

Reply via email to