Jump to content

Controlloing Form elements with CSS ??


halm1985

Recommended Posts

yep...

 

<input type="text" class="text" ....

 

input.text (I use a class as ie 6 doesn't support the attribue selector)

{

wdth: 15em;

height: 1em;

padding: 0.2em;

background: #a88100;

color: #cbeeff;

direction: rtl;

}

 

text direction shoudl really be done in html and associated with the page language - like hebrew is right to left...

 

just use teh correct css selector and use teh usual suspects for color back ground width / height etc and you'll be fine

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.