Click to See Complete Forum and Search --> : Jump Menu - How To Jazz It Up?


RobertF
08-23-2008, 11:33 PM
Hi there,

Here is a sample code of my jump menu i made up in dreamweaver.

<form name="form1">
<select name="sitenavigation" onchange="MM_jumpMenu('parent',this,1)">
<option value="#" selected="selected">Main Site</option>
<option value="#">About Us</option>
<option value="#">Portfolio</option>
<option value="#">Services</option>
<option value="#">Contact Us</option>
<option value="#">Forum</option>
<option value="#">Shop</option>
<option value="#">Service Areas</option>
<option value="#">Link To Us</option>
<option value="#">F.A.Q</option>
<option value="#">Service Quote</option>
<option value="#">Join Us On Myspace</option>
<option value="#">Join Us On Facebook</option>
<option value="#">Models</option>
<option value="#">Advertise With us</option>
</select>
</form>

PROBLEM:

My problem is when i add the above code to my website, there's no tie in to the site. When i click on the jump menu, background is white and text is plain - this doesn't match my site which brings down the quality of my website...Not good.

So my question is is there away to alter the code to add a coloured background, and perhaps change the text to a different font, maybe even alter the size of the text?

This would help me alot, thanks.

Plus it's important that code changes be cross-browser friendly. I don't want something that only works in IE but not Firefox.

Thanks for the help

Rob

RobertF
08-24-2008, 05:21 PM
Doesn't anyone know!

Centauri
08-24-2008, 11:59 PM
As a select is a browser form control, the options for styling are extremely limited, and will depend on browser. If the "jump menu" was configured as a suckerfish type nested unordered list of links, then you have full styling access to everything.

RobertF
08-25-2008, 12:02 AM
If the "jump menu" was configured as a suckerfish type nested unordered list of links, then you have full styling access to everything.

Thanks for the help. But i have no idea what that means!!