Welcome To Snipplr
Everyone's Recent CSS Snippets Tagged forms
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
Drupal forms have their radio button options vertical (one on each line) by default. This will put them horizontally inline.
0
1016
posted 14 years ago by picxelplay
display: block; needed for IE7 to enable the negative text-indent.
2
1118
posted 15 years ago by adambundy
IE adds a vertical scrollbar to textarea input fields regardless of the height of content in it. You can fix that with this simple CSS trick.
2
903
posted 15 years ago by paulgrenwood
This CSS trick lets you highlight the input field currently in focus. This trick does not work in IE though.
0
645
posted 15 years ago by paulgrenwood
Sometimes you can't use an image button, you have to use a submit button, but you still want to hide the text and show an image instead.
The width and height can be changed, of course. The point is that they are specified.
Display:block is need...
1
1793
posted 15 years ago by jessibird
« Prev 1 Next »