Previous Message
Next Message

border-style: inset - not working in IE 6/WIN

Sent by Mike on 13 November 2004 15:03


After a closer look with EyeDropper it appears IE is applying the inset 
style to the border, but not with the same emphasis as NS7.0. This made it 
hard for me to see the style was actually being applied, partly because of 
the color which was chosen.

I removed the color declaration and changed inset to outset. This came 
closer to the actual style I was looking for.
-Mike


============
Previous message:
----
I cannot get the border-style inset to render in IE 6.0/WIN

It display as expected in NS 7.0/WIN

http://mbreiding.us/arthist/greek.html
http://mbreiding.us/arthist/arthist_style.css

Fixes?

Thanks,
-Mike
==============
H3.sub
{font-family: times;
color:#747533;
background-color: #FFFFFF;
padding:  .15em 0em .15em 1em;
font-size: 15pt;
text-align: left;
font-weight:  bold;
margin-top:  2em;
width: 10em;
letter-spacing: 1px;
border: inset 2px #747533;
}
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: