lukejtharries
04-20-2006, 12:21 AM
I have a div layer that I want positioned exactly in the center of my page. I know how to do it in frames, but frames suck, so i'm trying to do it in css. My css for it looks something like this:
#top { position:absolute;
top:0px;
left:???;
width:760px;
height:165px;
}
what do i put for left if I want it in the center?
#top { position:absolute;
top:0px;
left:???;
width:760px;
height:165px;
}
what do i put for left if I want it in the center?