What I WANT to do
http://i52.tinypic.com/1256mhd.png
What I have
http://i56.tinypic.com/qrjk8m.png
It's probably really simple CSS and HTML but I am stumped.
What I WANT to do
http://i52.tinypic.com/1256mhd.png
What I have
http://i56.tinypic.com/qrjk8m.png
It's probably really simple CSS and HTML but I am stumped.
Try using:
#searchform {
position:absolute;
top:3px;
right:3px;
}The solution!
Placing this in the spot I wanted, with your CSS telling it where to go.
This topic has been closed to new replies.