This may be an arrogant opinion, but I think the majority of us t on
the PC platform design our sites for Mozilla Firefox
(mozilla.com/firefox/ ITS FREE) first, then we go back and adjust for
Internet Explorer on the PC and the Mac. Once you've done this a few
times you instinctively know when you need to include a browser hack
into your CSS. Hopefully with IE7 we won't need to do this as much.

You are still going to face issues with Mac testing. SInce I didn't
get a Mac for XMas I go over to the community college and check the
site out on a Mac there before showing it to a client.

NOTE: Firefox has a IE Tab extension where you can open your site up
in Firefox but see how it will render in Internet Explorer. I have yet
to see a browser extension for IE Mac replication on the PC though
through Firefox. Whoever figures that out would be the Web Standards
Man/Woman of the Year.

On 1/4/06, Jonathan Carter <[EMAIL PROTECTED]> wrote:
> 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/
>


--
Best regards,



Dan Jallits
______________________________________________________________________
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