SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
-
Nov 26, 2001, 20:19 #1
- Join Date
- May 2001
- Location
- San Diego, CA
- Posts
- 434
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Contoling font sizes in form elements.
I guess the title says it all. The form elements in question are select menus and text input fields.
Any and all help will be greatly appreciated.
-
Nov 26, 2001, 23:39 #2
- Join Date
- Oct 2001
- Location
- Whistler BC originally from Guelph Ontario
- Posts
- 2,175
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
In the style sheet simply
Code:select { font-size:12px ) input { font-size:10px; background-color: "red" }
Maelstrom Personal - Apparition Visions
Development - PhP || Mysql || Zend || Devshed
Unix - FreeBSD || FreeBsdForums || Man Pages
They made me a sitepoint Mentor - Feel free to PM me or Email me and I will see if I can help.
-
Nov 27, 2001, 13:35 #3
- Join Date
- May 2001
- Location
- San Diego, CA
- Posts
- 434
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks, worked like a charm.
Bookmarks