What is the css coding to float a search box on the right?

Singapore
August 10, 2007 8:13pm CST
i already have a searchbox code in hand, but at times when i do a float right css code, it does not seem to be in place, did i do anything wrong?
2 responses
@lauczi (962)
• Poland
18 Nov 07
u have to put the box in DIV, next in CSS file use position:absolute; right:0; or position:relative; left: "the amount u want ur box was distanced from left enge of the site";
@Sutocu (65)
14 Aug 07
Wrap the code in div-tags, and set the right aligning CSS to the div-tag.