HTML interesse |
|
div.subheader3 {
background-color: #23e000;
margin-left: 0px;
width: 178px;
height: 51px;
border-left: 1px dotted #23e000;
border-top: 1px dotted #23e000;
border-bottom: 1px dotted #23e000;
float: left;
}
div.subheader3 p {
color: #ffffff;
font-size: 14px;
font-weight: Bold;
margin-top: 7px;
margin-left: 15px;
}
div.subheader3 { background-color: #23e000; margin-left: 0px; width: 178px; height: 51px; border-left: 1px dotted #23e000; border-top: 1px dotted #23e000; border-bottom: 1px dotted #23e000; float: left; } div.subheader3 p { color: #ffffff; font-size: 14px; font-weight: Bold; margin-top: 7px; margin-left: 15px; }
Dit is de css code die ik gebruik.
Hierbij is de border kleur dezelfde als van het vak zelf.
In IE werkt dit goed, geen probleem.
Maar zodra ik de site in firefox ga bekijken zijn de puntjes weg.
Daar moet ik de border color helemaal op wit zetten om het te zien.
Maar dan werkt het in IE niet meer...
Iemand die hier raad mee weet?
Voorbeeld werkend in IE http://www.marly-it.nl/images/test1.bmp
Alvast bedankt!
|