
Originally Posted by
shopyoungway
question about FF and atheme:
take a look at this:
www.shopyoungway.com/index.php
i am not sure if it is my ff or not but the search is offset from the others. if it is showing up in others FF please let me know how to resolve this issue. it works right in IE7 wich is a twist. thanks
Replied to your pm; and also the solution here:
Try making this:
Code:
#navMainSearch {
background: url(../images/header_search.gif) no-repeat 3em .2em;
padding:0 0 .7em 10em;
}
this:
Code:
#navMainSearch {
background: url(../images/header_search.gif) no-repeat 3em .2em;
padding:0 0 .7em 10em;
float:left;
}
You may have to adjust a bit of padding. Let me know when you make the change and I'll let you know what else you need to change to make it fit.
-