Customise Border of an input in Form !?

liunx

Guest
Hi how can I customise the borders of the cells from a form...I want them , p.ex : in this page the "subject"...only the blue line is arround...caus when you do it like this :<br />
<br />
<input type="text" size="7" style="font-family:Arial" ><br />
<br />
it is horrible :p ...<br />
<br />
<br />
many thx<br />
<br />
asch<!--content--><input type="text" size="7" style="border:0.5ex solid #0000ff; font-family:Arial"><!--content-->Great , thank you charles....<br />
<br />
<br />
asch<br />
<br />
:) :)<!--content-->I have an other question :O) ?<br />
How does it work with select options?<br />
<br />
cause this doesnt work ! :<br />
<br />
<select size="1" style="border:0.1ex solid #0000ff; font-family:Arial"><br />
<br />
:O)<br />
<br />
thx<br />
<br />
asch<!--content-->No, it doesn't work in that piece of dung known as MSIE, but try this in Opera:<br />
<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"<br />
"http://www.w3.org/TR/html4/strict.dtd"><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
<meta name="Content-Script-Type" content="text/javascript"><br />
<title>Example</title><br />
<style type="text/css"><br />
<!-- <br />
select {border:5px solid #0000ff; font-family:Arial}<br />
--><br />
</style><br />
<form><br />
<div><br />
<select><br />
<option>fee</option><br />
<option>fie</option><br />
<option>foe</option><br />
<option>fum</option><br />
</select><br />
</div><br />
</form><!--content-->yeah works great in opera :o)...<br />
but what id like to is in MIE :O)...<br />
---------<br />
if you look @ this page it works with mie ...on forum jump.... it is customised..<br />
I haved look @ the source but no way to get it...:O)....<br />
<br />
do you have any other idea ??<br />
<br />
<br />
thx<!--content-->
 
Back
Top