G Guest Oct 10, 2005 #1 Is there any way to change the font in a jump menu. I want to make it smaller. Thank you.
J Jon Spivey Oct 10, 2005 #2 Hi, For sure. You can change size/font/colour etc with CSS, eg <style type="text/css"> #yourMenu{ font-size:12px; } </style> <select id="yourMenu".....
Hi, For sure. You can change size/font/colour etc with CSS, eg <style type="text/css"> #yourMenu{ font-size:12px; } </style> <select id="yourMenu".....