I can't help you with a Mac site check, but your left navigation isn't 
100% in FF on Windows. The anchors within each list item are wider than 
their containing list item.

To fix it, just remove the width value from the following selector:

#navigation ul li a {
    display: block;
    padding: 5px 5px 0px 10px;
    text-decoration: none;
    color: #000;
}

I'd imagine you'd want the anchor to encompass the entire list item, and 
since it's a block element it will consume all available width by default.

-----
Jonathan Carter

CSS Vic wrote:
>  
>
> I knew there were differences between browsers, but I thought I was keeping
> my CSS rather basic.  Whoa!  I developed my site using IE 6.0 and
> Dreamweaver 7.0.1.  Then showed the site to my client, being VERY happy
> about how good it looked!  Client is using Mac IE 5.2.  
>
>  
>
> Is there some way that I can get the site to look the same on the Mac as it
> does on my PC?
>
>  
>
> The site is:  www.ggshows.com <http://www.ggshows.com/> 
>
>    If you ever see .ggshows.com/2006/Display. in the address bar, please
> take the "2006/" out of the address.  This is the folder where I developed
> the site, but have moved the whole thing into the root directory. But
> somehow, which I have not found yet, it jumps into the 2006 folder again.  I
> have not done a good search for how this is happening yet.
>
>  
>
> Thanks, 
>
> Vic Rauch
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> 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/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to