Forum Moderators: not2easy
I am testing a page for compatibility. When I test in Opera 6 the following CSS code fails to draw the box outline and also the background color of the box.
Following is the code...
.htopic {
background-color: #E1DFDD;
border-bottom: 1px solid #665850;
border-left: 1px solid #665850;
border-top: 1px solid #665850;
border-right: 1px solid #665850;
It works in NN 6/7, I.E. 6 and Moz. build 2002101612. NN 4.x fails but as long as the site presents and navigates I guess I'm OK on that browser.
I am using a DOC declaration of HTML 4 transitional. I played with the declaration but it did not seem to make a difference.
Any thoughts or suggestions?
Thank you,
Brian