What is it that doesn't work ? It looks fine to me in both browsers.
You're never going to get any 2 browsers to show a page EXACTLY the same. Color is subjective anyway, the colors I see on my monitor in my room will not look EXACTLY the same as what 10 other people see in their environments. Why stress so much about a shade or two in the same color ??
The "Welcome to..." has the font Monotype Corsiva defined. This isn't going to work, not everyone will have that font on their machines. Stick to STANDARD fonts only, you'll get more consistent results. IF the font you chose is not on the user's machine, the browser will substitute the font.. and that is exactly what is happening on your page. If you want that message in Corsiva, you're going to have to make it a graphic.
Code like this also does not help:
Quote:
|
<font face="arial" size=2>
|
Specify the actual font size. Better yet, don't use <font> at all. Use CSS to define your font sizes.
Your text color on your gradient bars is too close to the color of the bars, the contrast is not good at all, makes it tough to read. Anyone with any sight impairments may not be able to see the text clearly at all.
I could probably clean this up for you, but it would take quite a few hours. Do you have a deadline ?
FrontPage is good for NOTHING !!!!!
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|