hey there,
this is a CSS question.
i'm positioning an element like so:
#headerImage{
position: absolute;
top: 105px;
left: 150px;
z-index:30;
}
and for some reason, sometimes when i load the image, it's off by a pixel, or it just doesn't show it. kind of annoying since sometimes you can see the gap between the header and the image. anyone know why? thanks, patrick.
this is a CSS question.
i'm positioning an element like so:
#headerImage{
position: absolute;
top: 105px;
left: 150px;
z-index:30;
}
and for some reason, sometimes when i load the image, it's off by a pixel, or it just doesn't show it. kind of annoying since sometimes you can see the gap between the header and the image. anyone know why? thanks, patrick.