thats nifty — hard to help without a url to your blog.
Thread Starter
sasole
(@sasole)
edit: actually thats not going to to fix it .. I fixed them locally to no avail.
so its in your css.
you dont have any styles applies to your searchform. Since you are trying to do your own theme – look at how the default themes do their CSS for it, and take a cue from them.
Thread Starter
sasole
(@sasole)
No, that is not it. The ul and li’s don’t seem to have effect on the forms.
Any other suggestions?
edit: actually thats not going to to fix it .. I fixed them locally to no avail.
so its in your css.
you dont have any styles applies to your searchform. Since you are trying to do your own theme – look at how the default themes do their CSS for it, and take a cue from them.
—–
if you look at your css .. you have this:
.clear{
margin: 0;
padding: 0;
clear: both;
}
If you remove that, you will see that, in fact, the form is the same background as everything else — It IS there, you just havent styled it.
.clear ? looks like my stuff 🙂
Thread Starter
sasole
(@sasole)
Whooami, thanks you’re right. Still so strange that the styles (borders) like you see in IE were there before… Well I won’t think about that for now…