ByteWizard
11-28-2002, 03:37 PM
Is there a hack that I am not finding that will cause Netscape and Opera to properly interpret the border specs in this code snippit? Or did I screw it up?
div.letter {
width: 98%;
margin: 5px;
border : outset;
border : silver;
border : 3px;
padding: 5px;
background-color : #ffdebd;
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 1em;
align-text: left;
margin : 2% 2% 2% 2%;
}
IE properly shows a 3px border in silver with outset style. Netscape and Opera show nothing.
div.letter {
width: 98%;
margin: 5px;
border : outset;
border : silver;
border : 3px;
padding: 5px;
background-color : #ffdebd;
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 1em;
align-text: left;
margin : 2% 2% 2% 2%;
}
IE properly shows a 3px border in silver with outset style. Netscape and Opera show nothing.