N00b question...
How do I use CSS to align a form to the right, when its vertical postion is absolute?
At the moment I have this
It was working once, but now it isn'tHTML Code:<span style="position:absolute;top:335px;horizontal-align:right; margin-right: 20px;"> <form method="get" action="http://www.google.com/search" target="_blank"> <!-- ... --> </form></span>![]()




Reply With Quote