3 Replies - 18601 Views - Last Post: 07 October 2005 - 02:17 AM

#1 ktsirig  Icon User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 94
  • Joined: 14-September 05

drop-down menu/input boxes

Posted 05 October 2005 - 01:57 PM

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
Is This A Good Question/Topic? 0
  • +

Replies To: drop-down menu/input boxes

#2 fyrestorm  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 10
  • View blog
  • Posts: 3,113
  • Joined: 04-April 02

Re: drop-down menu/input boxes

Posted 05 October 2005 - 02:08 PM

with css you can do almost anything :P

Try the following site, it's got some good information:

Style Web Forms Using CSS
Was This Post Helpful? 0
  • +
  • -

#3 Alinu  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 13
  • Joined: 25-June 05

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/>
Was This Post Helpful? 0
  • +
  • -

#4 ktsirig  Icon User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 94
  • Joined: 14-September 05

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!
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1