SpkPica
05-03-2003, 04:53 AM
How do I align an object, say a counter, to hug the bottom right hand side of the screen. Essentially, I want to be able to adjust the size of my window and have the counter still there in the bottom right. Anyone?
|
View Full Version : Align codes SpkPica 05-03-2003, 04:53 AM How do I align an object, say a counter, to hug the bottom right hand side of the screen. Essentially, I want to be able to adjust the size of my window and have the counter still there in the bottom right. Anyone? Arc Angel 05-03-2003, 06:05 AM Try this (or do you need html?): <DIV STYLE="position:absolute; bottom: 0px; right: 0px;"> Put counter here! </DIV> SpkPica 05-04-2003, 06:34 PM That actually worked wonderfully...thank you. |