forbescreatives
08-24-2008, 04:30 AM
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
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