Strange search bar border
-
I’ve looked all over the internet and I can’t seem to find the reason for this. Not even my fire bug can help me out.
Basically, I’m aiming for a custom search bar box, I’ve made a searchform.php and starting to css style it.
here is my css code
input#s{width:186px; height: 29px; background: url(Images/Searchbar.png) no-repeat;}
and here is my searchform.php
<form role="search" method="get" id="searchform" action="https://localhost/wordpress/"> <div> <input type="text" value="" name="s" id="s"> <input type="submit" id="searchsubmit" value="Search"> </div> </form>
Everything works fine, I just how this stupid silver border around my background image, I have no idea why it’s there or where it came from.
Here is a screen shot (I’m on a local server so I can’t show my site).
Any help would be great, thanks.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Strange search bar border’ is closed to new replies.