I'm having this problem where Firefox and IE7 renders my CSS settings nicely but Opera doesn't.
Part of the CSS code:
td.currentnavbutton { height:25px;
background-color:#3F73A3;
border-top-style:solid;
border-left-style:solid;
border-width:1px;
border-color:black;
font-size:9pt;
text-align:center;
color:white;
font-weight:bold }
If I insert border-bottom:1px solid red; - it is rendered in Firefox and IE7 but not Opera. Can anyone help? Thanks.
I'm making this website using XHTML, so I was hoping for better cross-browser support. This problem I'm highlighting only appears in Opera (I tested using version 9.02).