|
Posted by Jonathan N. Little on 01/20/07 16:50
Peter Smit wrote:
> Rik wrote:
>
>> Peter Smit wrote:
>>> Rik , thank you for your comment. I tried all the possibilities but
>>> not
>>> one is as good as IE shows.
>>
>>
>> Define 'as good'?
>>
> With nice borders around
Okay Peter, firstly you are not specifying the border style. The default
is groove. But note, how IE renders 3D style borders, (groove, ridge,
inset, outset) is different than other browsers (they tend to be more
contrasting from the light and dark parts). You will have no control
over that, except specify a border style that they both render alike:
fieldset{
width: 75%;
border: 1px solid black;
color: black;
}
That should do it for you. Also IE doesn't do "dotted" like other
browsers. IE's "dotted" looks an awfully lot like "dashed"!
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|