Search Box always same position in header
-
Hi all,
I wanted to ad the searchbox in my header on a specific place.
To do this, I added the position: absolute to the stylesheet.
Offcourse this works on one screenresolution. Using another screen resolution will resolve in the searchbox being on a totally different place.This is what I got so far:
#searchform {position:absolute; top: 80px; right: 170px; text-align:right; font-size:12px; color:#FFF;}
#searchform input {height: 13px;}The only option I see to get the searchbox always on the same position is to place the searchbox div into the header div. However before I do this and basically create my own theme, I would like to know if there are any other solutions for this problem?
Regards,
Frag
- The topic ‘Search Box always same position in header’ is closed to new replies.