Posted by Arne on 07/17/06 20:26
Once upon a time *Martin Pöpping* wrote:
> Hello,
>
> I´ve defined a div tag like this:
>
> div#news{
> top: 100px;
> width: 144px;
> border-color: #003366; border-width: 2px;
> left: 602px;
> height: 100%;
> }
>
>
> The border ist defined with:
>
> border-color: #003366; border-width: 2px;
>
> But Firefox does not show any borders, IE does.
>
> What do I do wrong?
Let me guess, you have an error somewhere in the code (html or css).
Since you don't supply an url to the site, I can't tell where the
error is. But you you could start with validating the pages.
Validate HTML with http://validator.w3.org/
And CSS with http://jigsaw.w3.org/css-validator/
--
/Arne
Proud User of SeaMonkey. Get your free copy:
http://www.mozilla.org/projects/seamonkey/
[Back to original message]
|