0ffshore
08-15-2004, 03:31 AM
I need a small advice about border colors in HTML.
Please take a look at www.dedicatedhostingdirectory.com in IE and in Mozilla.
As you see, in IE table borders are blue (and that's OK), but in Mozilla - they're ugly grey :(
Maybe I did something wrong...
How can I fix that?
Please advise.
Vulture
08-15-2004, 06:31 AM
You used bordercolor="#097EBD" which is a tag IE will understand but mozilla won't. You can fix it by changing to style="border: 1px solid #097EBD" which should fix it. If your going to use this the border="1" is not required.
0ffshore
08-15-2004, 07:29 AM
Thanks. It looks much better. But when I make this, borders between menu items disappear.
Is there any way I can keep them?
stripeyteapot
08-15-2004, 08:13 AM
I assume you're just learning HTML / CSS? Either way I would kindly suggest brushing up your skills;
http://www.w3schools.com will come in great use, especially http://www.w3schools.com/html/default.asp and http://www.w3schools.com/css/default.asp
Good luck on your learning curve ;)
0ffshore
08-15-2004, 02:36 PM
Originally posted by pmoduk2
I assume you're just learning HTML / CSS? Either way I would kindly suggest brushing up your skills;
http://www.w3schools.com will come in great use, especially http://www.w3schools.com/html/default.asp and http://www.w3schools.com/css/default.asp
Good luck on your learning curve ;)
Thanks. Will definitely read this :)