Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

off by a pixel

Status
Not open for further replies.

schmudu

Programmer
Feb 8, 2002
3
US
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.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top