rvchuck
10-09-2007, 03:02 PM
I have a site based on css. When placing an image on a page it is fine until you get to 1280 x 1024 resolution than the image covers some text.
A minor issue but I would like to clear it up. Here's the site http://www.virtualwebvideo.com/contact.html
You can view source on the page and here's the code on the css for this image.
#locator { position:absolute;
visibility:show; left: 720px; top: 290px; z-index:2
}
Can I code another way than using the pixel locations?
Thanks in advance.
A minor issue but I would like to clear it up. Here's the site http://www.virtualwebvideo.com/contact.html
You can view source on the page and here's the code on the css for this image.
#locator { position:absolute;
visibility:show; left: 720px; top: 290px; z-index:2
}
Can I code another way than using the pixel locations?
Thanks in advance.