Comic Fury Webcomic Hosting - Further Search questions...

You are not logged in. Log in, Register, More info
Forum > Layouts, HTML, CSS & Javascript > Further Search questions...
Pages: [1]

"Further Search questions...", 25th Apr 2012, 8:45 AM #1
KingRandom♂

User avatar
Posts: 376
Referrals: 0
Registration date: 21st Oct 2011
Location: Cardboard box.
A little while ago I asked about changing the search button to a picture. I did, but there's a box around my arrow I'd like to get rid of- is this possible, and how?
image
_______________________
25th Apr 2012, 9:10 AM #2
MatthewJA♂
Matt Damon
User avatar
Posts: 4716
Referrals: 14
Registration date: 26th Sep 2010
Location: Canberra, Australia
in your css:

form img {
  border:0;
}


I think that will work.

If it doesn't...

<input type="image" value="Search" class="submit" src="/files/go.png">

Change to:
<input type="image" value="Search" class="submit" src="/files/go.png" id="searcbutton">

Then in your css:
searchbutton {
  border:0;
}


e: changed quite a few times
_______________________
image
image
Forum > Layouts, HTML, CSS & Javascript > Further Search questions...
Pages: [1]