How to align a div tag to the right???
Posted: Tue, 2009-03-31 23:47 Hi everyone. I am trying to align one of my div tag to the right but its not working when i change the dimensions. The layer gets displaced #verticle { position:absolute; margin:10 auto; margin-right: auto; text-align: center; overflow:auto; top:250px; width:290px; height:325px; z-index:6; } This is my code. Plz I need help.