Hi all! I want to ask if you can change the font-layout (size, color etc ) of the values of a drop-down menu or an input box (like SUBMIT or RESET). Or is it always a standard font supplied by the browser?
Thanx
drop-down menu/input boxesstyles...
Page 1 of 1
3 Replies - 18601 Views - Last Post: 07 October 2005 - 02:17 AM
Replies To: drop-down menu/input boxes
#2
Re: drop-down menu/input boxes
Posted 05 October 2005 - 02:08 PM
with css you can do almost anything
Try the following site, it's got some good information:
Style Web Forms Using CSS
Try the following site, it's got some good information:
Style Web Forms Using CSS
#3
Re: drop-down menu/input boxes
Posted 05 October 2005 - 06:24 PM
yes you can change the style of forms elements but... it will not look the same in all browsers...
if you know some css everything is easy ...
try this:
<input style="font-size:10; background: red; border:solid 1px blue; " name="x" type="text" size=20/>
if you know some css everything is easy ...
try this:
<input style="font-size:10; background: red; border:solid 1px blue; " name="x" type="text" size=20/>
#4
Re: drop-down menu/input boxes
Posted 07 October 2005 - 02:17 AM
Thanx guys..
I am trying with CSS but it wouldn't work for me..
Anyway, will have a closer look to what you are suggesting!
I am trying with CSS but it wouldn't work for me..
Anyway, will have a closer look to what you are suggesting!
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote




|