I recall a similar problem I had with a client who pointed out that the fields were yellow and font sizes were larger than the PSD prototype I designed. I couldn't pinpoint the problem after checking through multiple browsers/platforms.
After a long day of rechecking the code and trying variations; I found out that the client was using an ancient wooden computer which was powered by a hamster in a wheel... okay, maybe not but the problem was the computer they were viewing it in. (it was very outdated).
I noticed you said they use Vista so I'm not sure - I would recommend that you ask them to go and view the website at an internet cafe or elsewhere; If they cannot see the problem elsewhere then you need to let them know they should upgrade their computer or software as it seems everyone here can view the website just fine.
Just had a look at your CSS and figured they MIGHT be referring to:
Code:
#Container #Container-Inner #Left li a{
display: block;
width: 152px;
background-image: url(images/menu-link.gif);
line-height: 26px;
margin: 0px 0px 2px;
padding: 0px 0px 0px 10px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #4f4f4f;
font-style: italic;
text-decoration: none;
font-size: 14px;
Try changing it to #000000 and remove italics and then ask them to check out the website.
|