Hi ! I've a question, how do you people change the various properties of Dropn Down menus (Jump menus, in other words) throught CSS ? I'm using Dreamweaver 3.0 and using its built-in CSS modifier (text>CSS styles>Edit Stylesheets)
| SitePoint Sponsor |
Hi ! I've a question, how do you people change the various properties of Dropn Down menus (Jump menus, in other words) throught CSS ? I'm using Dreamweaver 3.0 and using its built-in CSS modifier (text>CSS styles>Edit Stylesheets)





"HTML Goodies" has an extensive tutorial including "CSS Properties" necessary for changing background, text, fonts, etc, etc...
Dlynn :: SitePoint Senior Advisor ::
PawPrint Designs by WebKat
"Dogs come when they're called; Cats take a message and get back to you later." ~ Mary Bly





Ironx87
Your best bet would to surf to a site that you like. View source and copy and paste...then you can change colors, styles etc.
Here is a really easy way to style the drop down menus like you asked for.
<select name="groups"style="font-size: 9; width=100">
<option selected>Cell Group...</option>
<option value="1">Wright</option>
<option value="2">Matthews</option>
</select>
note...I am not saying that you should steal their code, just use it as a study model.
Adobe Certified Coldfusion MX 7 Developer
Adobe Certified Advanced Coldfusion MX Developer
My Blog (new) | My Family | My Freelance | My Recipes




Hi iron87,
If you want to make your site crossBrowser, you cannot use the style attributes within a selection list. Netscape doesn't support them.
Vinny
moderator at:Webxpertz Forums





Vincent...yes it does...view this website in Netscape.
http://www.oursmallgroup.com
The dropdown menu at the top right is being styled and it works in both browsers.
It might not work on older versions of Netscape, but it works in 4.75.
Adobe Certified Coldfusion MX 7 Developer
Adobe Certified Advanced Coldfusion MX Developer
My Blog (new) | My Family | My Freelance | My Recipes
Bookmarks