halm1985 Posted October 17, 2007 Share Posted October 17, 2007 Is there any CSS property that allow me to define size, color and direction of form elements such as textfields and menu items ??? Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted October 17, 2007 Share Posted October 17, 2007 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.