Here are some suggestions -
1. Add a background color to the page - you have not and in FF, I can see
my default Hot Pink background color.
2. Make this -
..a2 a:link {
height: 19px;
width: 150px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
background-color: #336699;
border: 1px solid #FFFFFF;
vertical-align: middle;
background-position: center center;
text-align: center;
}
..a2 a:visited {
height: 19px;
width: 150px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
background-color: #336699;
border: 1px solid #FFFFFF;
color: #FFFFFF;
}
..a2 a:hover {
height: 19px;
width: 150px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
background-color: #93E7DC;
border: 1px solid #FFFFFF;
color: #000000;
}
..a2 a:active {
height: 19px;
width: 150px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none; background-color: 93e7dc;
border: 1px solid #FFFFFF;
color: #000000;
}like this -
..a2 a {
height: 19px;
width: 150px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
background-color: #336699;
border: 1px solid #FFFFFF;
vertical-align: middle;
text-align: center;
display:block
}
..a2 a:hover, .a2 a:active {
background-color: #93E7DC;
color: #000000;
}
and I think you will be fixed (note the "display:block" I added to the <a>
definition).
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"vic-e" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
i have used css to create a menu when uploaded it works perfectly in IE but
not
in Safari or firefox. my website is www.covergent.co.uk.
someone please help ive validated the css and html but still it doesnt
work. |