Hi
You need to do like this
1. <html>
2. <head>
3. <style type="text/css">
4. .select_size
5. {
6. font-size: 50;
7. }
8. </style>
9. </head>
10. <body>
11.<SELECT NAME="lst_id" CLASS="select_s ize">
12. <OPTION> 1 </OPTION>
13. <OPTION>...
Leave a comment: