Im having a few problems with the CSS on my site. It displays fine in IE but not in firefox and google chrome. I have uploaded 2 images to show whats happening.
http://www.swfbb.com/header1.JPG
http://www.swfbb.com/header2.JPG
The first image is how I want it to appear and is how IE shows the site. The second is firefox/chrome. My first thought was padding but the css im using for the menubar is
Can anyone shed any light on this?
http://www.swfbb.com/header1.JPG
http://www.swfbb.com/header2.JPG
The first image is how I want it to appear and is how IE shows the site. The second is firefox/chrome. My first thought was padding but the css im using for the menubar is
Code:
table.topnavbar {
width: 100%;
}
tr.topnavbar {
background-color: #CC9999;
font-weight:bold;
text-align: center;
}
tr.topnavbar a {
color: #FFFFFF;
text-decoration: none;
}
tr.topnavbar a:hover {
color: #FFFFFF;
text-decoration: none;
}
Can anyone shed any light on this?