Website not displaying correctly on clients computer

  • Thread starter Thread starter Sonars UK
  • Start date Start date
S

Sonars UK

Hi,

I've just uploaded the following website: www.churchgateauctions.co.uk

It displays fine on my computer but on my clients the blue box is expanded
and shows two blue boxes and there is a thin line with runs through the
three boxes at the bottom of the screen.

The only thing that I can think of is that the text size is somehow being
altered on my clients computer. However, I've check the text size and we
are both viewing the text as medium.

Any ideas would be appreciated. I've tested the website on a few other
systems and it displays correctly. If you've viewed it does it display
correctly?


Best regards,

Sonars UK
 
The pages look similar in IE7 and FireFox - the only difference is that
font sizes are noticeably smaller in FireFox.

There are several CSS errors - example: text-underline:single; should
be text-decoration:underline; but this has been overridden in the same
style statement with text-decoration:none;
Example: font-size:10; this should be font-size:10px - All dimensions
in CSS should have units. FireFox will ignore the sizes without units,
IE will assume pixels.

I do not see any of the errors you mentioned in either browser. What
browser and version is giving the problem? And which Operating System?
 
Back
Top