Hi roberd.
I looked at your site in Mozilla, and the problem isn't just a Mac problem. Looks like you've got a couple of potential problem-causers here.
First of all, you don't have a "doctype" at the top of your page. That could cause parsing problems with several browsers.
Also, you've got your first table's width set to 100%, then you've set the total width of your cells to 992px. That causes a visual mixup if the viewer's screen width is less than 992 pixels, which is the case with some Mac monitors. (Sorry, I don't remember the actual measurements off the top of my head.)
After you've added a doctype to your page, I'd suggest validating your site - http://validator.w3.org/. That could clear up quite a few problems for you, and increase your site's compatibility with quite a few browsers.
HTH!
Syren
|