input tag with css
Hi all!
I am having fun (...) with my website here:
I try to make a form looking like this: http://www.patrickbaer.com/beispiel_form.jpg
I cut the graphics (frame) in several small images and tried to put it together, the problem is:
In the upper area is the input field for email, it's the left image "your email", the input field, the right image. But what's happening is that the input field leaves a black border on top of itself, making it impossible to integrate it. Does anybody know what to do or how to program it with CSS?
TIA
Patrick
http://www.patrickbaer.com
Professional Photo Retouching Services
chrishirst posted this at 10:41 — 30th May 2005.
He has: 379 posts
Joined: Apr 2005
border:0px;
Patrick A Baer posted this at 10:59 — 30th May 2005.
He has: 32 posts
Joined: Mar 1999
Nope, sorry. Doesn't work, at least not with Firefox
chrishirst posted this at 11:11 — 30th May 2005.
He has: 379 posts
Joined: Apr 2005
this works ok (should have tested first )
input.classname{
border: 1px none #999999;
}
<input class="classname" type="text" size="50">
Chris
Indifference will be the downfall of mankind, but who cares?
Venue Capacity Monitoring
Code Samples
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.