This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > August 2004 > jump menus - several on one page
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
jump menus - several on one page
|
|
| HudsonSwimmer 2004-08-11, 7:16 pm |
| I've been using several jump menus in my site that I store as library items.
Several pages on the site use a jump menu. Each month i update the jump menu
library items and the pages that use them update just fine, no worries. Now
however, I have to make some pages that will have several of these jump menus
on them. So, I am putting the jump menus in tables. All seems well, until I
save the document that has several jump menus and come back to it later. When i
reopen the page, everything looks out of whack, i get the yellow highligted
code (tags and stuff that says, "beginning of library item") Has anybody ever
had this problem?
| |
| HudsonSwimmer 2004-08-13, 12:16 pm |
| Thanks for responding. I solved my problem with the library item jump menus but
now I am wondering how to add a style to the jump menu options. I am able to
add a style and get the form object (or whatever the thing is called that the
user first sees before making a selection) but I can't seem to figure out how
to change the appearance of the items that "drop down." I want to get the font
to be the same as what initially is seen by the user but can't figure out how.
Here is the code that I have so far. I've tried adding styles to the option
tags and nothing about the appearance of the text changes. Any ideas?
thanks
<style type="text/css">
<!--
.text { font-size: 9px; color: #660000; font-weight: normal}
-->
</style>
<script language="JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
<select name="Fashionistas" class="text"
onChange="MM_jumpMenu('window.open()',this,1)">
<option selected>Fashionistas</option>
<option
value="http://thefridge.grey.com/pastissues/october2003/pages/fashions.html">Mar
ia DiSalvo</option>
<option
value="http://thefridge.grey.com/pastissues/october2003/pages/fashions.html">Way
ne Lovan</option>
<option
value="http://thefridge.grey.com/pastissues/april2004/pages/fashion.htm">Eva
Karagiorgas</option>
<option
value="http://thefridge.grey.com/pastissues/november2003/SWFs/fashion/fashion.sw
f">Liz Froehlich</option>
<option
value="http://thefridge.grey.com/pastissues/november2003/SWFs/fashion/fashion.sw
f">John Higgins</option>
</select>
| |
| Murray *TMM* 2004-08-13, 11:16 pm |
| Can you paste the code from that dorked page into a reply here, please?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"HudsonSwimmer" <webforumsuser@macromedia.com> wrote in message
news:cfdgcv$p3h$1@forums.macromedia.com...
> I've been using several jump menus in my site that I store as library
items.
> Several pages on the site use a jump menu. Each month i update the jump
menu
> library items and the pages that use them update just fine, no worries.
Now
> however, I have to make some pages that will have several of these jump
menus
> on them. So, I am putting the jump menus in tables. All seems well, until
I
> save the document that has several jump menus and come back to it later.
When i
> reopen the page, everything looks out of whack, i get the yellow
highligted
> code (tags and stuff that says, "beginning of library item") Has anybody
ever
> had this problem?
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|