I'd like to have a 3d appearance to my divs (I want to use this for the top of the page navigation links in much the same way as does) but I cant get the same from firefox as I can from IE.
The style is...
My page is
What have I missed?
Thanks
Matt
"Success is 10% inspiration, 90% last minute changes
The style is...
Code:
#test{
border-top-color:#CCCCCC;
border-left-color:#CCCCCC;
border-bottom-color:#666666;
border-right-color:#666666;
background-color:#9A9A9A;
border:1px solid;
width:100%
}
My page is
Code:
</html>
<link ....>
<body>
<br>
<div id="test">HI</div>
<div id="test">HI</div>
</body>
</html>
What have I missed?
Thanks
Matt
"Success is 10% inspiration, 90% last minute changes