Dynadot โ€” .com Registration $8.99

Pls. Help - CSS Problem

Spacemail by SpaceshipSpacemail by Spaceship
Watch
Impact
200
I'm a no0b at CSS, I can't really do the complex stuff yet. I was doing a search form and I can't seem to figure out what's up with the border around the search bar (I've used a red arrow to help you locate it :D ).

I don't know what I'm doing wrong, I basically want it gone. I've got padding, border, margin and everything I can think of set to '0' or 'none'.

The images show this weird border thingy in Firefox and Internet Explorer:

IE:
help_01.png


FF:
help_02.png


Please help! Thanks! :) :red:
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
You should post HTML & CSS code.
 
0
•••
sdsinc said:
You should post HTML & CSS code.

what sdsinc said. However, by seeing it, I bet you're using tables. If so, simply use table border=0 and that will work. Otherwise, you need to post the code or the live site url (better)
 
0
•••
Update: I fixed it. I thought all forms were supposed to have a fieldset tag but when I removed it that outline thing disappeared and everything's still in place. :D

Thanks for offering to help me out with this sdsinc and gaucho1976. :)
 
0
•••
You can keep the fieldset for semantic purposes but make it invisible with CSS :)
 
0
•••
Code:
fieldset{border:0px;}
Solved!
 
1
•••
Dynadot โ€” .com Registration $8.99Dynadot โ€” .com Registration $8.99
Appraise.net
Unstoppable Domains
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back