View: 2162|Reply: 5
|
CSS border problem with Opera 9.x
[Copy link]
|
|
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. |
|
|
|
|
|
|
|
try using hex number instead of 'red' |
|
|
|
|
|
|
|
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). |
|
|
|
|
|
|
|
can you give us the URL so I can take a look on it? |
|
|
|
|
|
|
|
You can see that the navigation bar is badly rendered in Opera 9.02.
Website
Note: Only the first two links are working. |
|
|
|
|
|
|
| |
|