View Full Version : Div layer help, how to move it down


Sphinx
08-14-2004, 11:36 PM
:wolf: Hi, I was wondering how I could move the box from the top corner to the middle of the page. I can figure out how to do it!
I can't figure out how to move the box up and down, so from the top corner to say the bottom middle..
Please help, Thanks
Sphinx

kittycat
08-14-2004, 11:59 PM
style="position: absolute; top: ##px; left: ##px;"
Add that to the tag of whatever "box" code you're using.
Change ## to the number of pixels from top/left you want it placed.
Top can be interchanged with bottom, left with right.