website on my Mac. The problem is that it looks slightly different on the PC (or Windows in VMWare) and my skills aren't advanced enough to figure out this problem on my own. More inside.
Basically, when my site is viewed on a PC, I want it to look identical to what it looks like on my Mac (fonts, layout, everything). The problems are:
(i) the font is slightly different, which leads to
(ii) the spacing is slightly off (particularly in the three brown boxes below the main text area and in the nav bar in the upper right corner of the page), and
(iii) the right margin of the main text area (beginning with "There is nothing...") doesn't extend far enough to the right.
I would also like to make the page static. That is, I want to prevent a user's browser settings (e.g. for font size) from effecting how my page displays. My CSS stylesheet can be found
here.
I'm sure this is easy for more experienced developers, but its all slightly beyond me. Any help from those with access to both platforms would be appreciated.
like so:
body { font-family: serif; }
p { font-size: 13px; }
unfortunately, I don't think this will override the fact that PCs & Macs actually have different fonts & so the sizing will always be somewhat different
the only way I know of to make your fonts look absolutely the same across all browsers/platforms/machines is to turn them into images - this, however, makes for some serious accessibility issues
posted by jammy at 7:07 AM on October 6, 2008