|
backround covered over in firefox
i have the follwoing css
.holidayheaderbg {
color: #2a5c77;
text-decoration: none;
background-image: url(images/holidayheaderbg.jpg);
background-repeat: no-repeat;
width:244px;
height:115px;
}
in the html i have div class=holidayheaderbg
in ie it shows correctly showing the entire background and putting the next div under it. In firefox the height does not seem to take affect and the next div is going over the first one.
is there anyway to fix this?
|