Click to See Complete Forum and Search --> : position layer by screen resolution cross browser including netscape 4
Does anyone know a way to position a layer absolutely, but have the layer change dynamically based on screen resolution. Ive seen many examples, but none work in all browsers, specifically Netscape 4. ANy help would be greatly appreciated.
gil davis
09-08-2003, 09:35 PM
If you could post a link to an example that doesn't work in NS 4, I'll try to help you fix it.
unfortunetely i dont have it live yet. I guess my question would be is it possible to change a layers absolute position dynamically based on screen resolution to work in ie, netscape 4, and netscape 6/7. I couldn't get the layer positioned correctly. I've seen people position layers centered in page using screen.width and screen.height. I need to position a layer under same image regardless odf screen resolution. The site is a centered design.
heres the layer
#about {
top:94px;
left:390px;
width: 118px;
z-index: 90;
}