Pulchritude
Apr 12 2005, 07:09 PM
ok yes me again.. i need help on this code
http://www.createblog.com/forums/index.php?showtopic=19994how do i postion it so it could pop up in the bottom i know absolute means top so whats the word for bottom?
thx in advance
whomps
Apr 13 2005, 02:25 AM
In your ".skin0" class, just put "left: #px; top: #px;" to position it.
Left would be the number of pixels from the left, and top would be the number of pixels from the right.
Xanga disabled absolute positioning, though. So I think you should try "margin-left" and "margin-top".