Forum Moderators: not2easy

Message Too Old, No Replies

Opera version6 and CSS issue

Tests OK in other browsers

         

Reflect

3:40 pm on Dec 21, 2002 (gmt 0)

10+ Year Member



Hi,

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

tedster

3:52 pm on Dec 21, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It works fine for me in Opera 6.03 -- and it's such basic CSS I can't see how it would fail. I assume your actual code has the closing } and you just missed it on your copy/paste.

Perhaps it's an inheritance issue - is the div where it's failing for you nested within other divs?

Reflect

4:14 pm on Dec 21, 2002 (gmt 0)

10+ Year Member



I assume your actual code has the closing } and you just missed it on your copy/paste.

Whoops [;)].

On that class I did miss the closing }.

LOL.

Thank you,

Brian