Re: border-color: #003366; border-width: 2px;
- From: "Rik" <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Mon, 17 Jul 2006 22:27:39 +0200
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?
No border-stye. either add border-style: solid; (or dashes, dotted, groove
etc..), or use a shorthand:
border: 2px solid #003366;
Grtz,
--
Rik Wasmus
.
- Follow-Ups:
- Re: border-color: #003366; border-width: 2px;
- From: mbstevens
- Re: border-color: #003366; border-width: 2px;
- From: Rik
- Re: border-color: #003366; border-width: 2px;
- References:
- border-color: #003366; border-width: 2px;
- From: Martin Pöpping
- border-color: #003366; border-width: 2px;
- Prev by Date: Re: border-color: #003366; border-width: 2px;
- Next by Date: Re: border-color: #003366; border-width: 2px;
- Previous by thread: Re: border-color: #003366; border-width: 2px;
- Next by thread: Re: border-color: #003366; border-width: 2px;
- Index(es):
Relevant Pages
|