Editing Jump menu in css

Trying to get the jump menu to display correctly in a css
sheet. I notice you cannot add any attributes like padding or
margin as the div shows up as a * symbol but you can change the
text and size. Was wondering how I can have a jump menu n a box 50%
jump menu left and 50% text or jpg right?
rdere

Just recognize that nobody here can channel your code. Please
include it or
a link to your page in your posts.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"mentlity" <[email protected]> wrote in
message
news:gfmqp7$kal$[email protected]..
> Hello Murray, after experimenting I was able to put a
few jump menus on
> the
> same line as I had problems before. I found the text
needs to be within
> the div
> and I can change the text in the menu as well as the
size.
>
> thx
>
> rdee
>

Similar Messages

  • Is Jump Menu Editing Possible?

    I've got the standard Dreamweaver jump menu code in many
    spots of a Web site. But I can't seem to figure out how to edit the
    menus with Contribute.
    Does anyone know if this is possible? And how?
    Thanks.

    The problem that you are going to run into with this is that
    Contribute doesn't include the ability the edit html form elements.
    What you will need to do is:
    1. Allow the editing of the source code in external
    application, or;
    2. Edit the page in another application entirely
    Andy

  • Changing the appearance of a jump menu?

    Hey,
    I'm creating a jump menu using this short guide http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WScbb6b82af5544594822510a94ae8d65-7c1ca .html
    And would like to create something like the quick mock-up I have done here:
    I've seen a similar thing done on The Graphic Thought Facility's portfolio (http://www.graphicthoughtfacility.com/home/)
    When Googling for a solution I only came across tutorials such as this one (http://blogs.techrepublic.com.com/howdoi/?p=174) but it only edits the colour of different parts of the jump menus, rather than the actual style of the jump menu itself.
    Is this way out of my depth, or is there a tutorial or guide that I can use or buy telling me exactly how to do this? I can only create basic html websites and want to use this jump menu to create a portfolio for my photography and artwork; unfortunately I don't currently have the time to learn to code from the start.
    Any help would be greatly appreciated,
    Thanks.

    What you're trying to achieve cannot be done by simply styling a jump menu.
    The GTF portfolio example you provided uses the jScrollPane plugin for jQuery
    <script src="/media/scripts/jScrollPane.js" type="text/javascript" charset="utf-8"></script>
    <link rel="stylesheet" href="/media/css/jScrollPane.css" type="text/css" media="screen" title="no title" charset="utf-8">
    http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
    "jScrollPane is a jquery plugin which allows you to replace the browsers default vertical scrollbars on any block level element with an overflow:auto style."
    The advantage of using jQuery is that you don't need to learn Javascript from scratch. Just follow the instructions carefully to join the required pieces of code together to get it working.

  • Jump Menu Target

    I have a jump menu and want it to send html documents to an inline frame that sits inside an editable region on a document made from a template. The jump menu itself sits inside an editable region as well.
    The jump menu dialog offers only "Main Window" as a target. So I will have to modify the code. Here is the iframe with the ID "EventContent":
    InstanceBeginEditable name="Editorial Content" --> 
        <iframe src="BestWeek/100825_1.html"width="607" height="671
    " scrolling="No" frameborder="0" class="iframeAlign" id="EventContent"></iframe>
        <!-- InstanceEndEditable --></td>
    The jump menu's code is:
        <form name="form" id="form">
            <select name="eventJump" id="eventJump" onchange="MM_jumpMenu('parent',this,1)">
              <option value="#" selected="selected">Event Archive</option>
              <option value="#">Roger Moellendorf, 2010 October</option>
              <option value="#">Archive 1</option>
              <option value="#">Archive 2</option>
                                            </select>
          </form>
    In the "onchange" property I replaced "this" with "EventContent", without luck. So, obviously that's not the right way to do that. What is?
    Any help greatly appreciated.

    Thanks for looking at this, Murray. Here is the code for the whole page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>The Carsonist - Event</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
    <link href="../Carsonist.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_jumpMenu(targ,selObj,restore){ //v3.0
      eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
      if (restore) selObj.selectedIndex=0;
    //-->
    </script>
    </head>
    <body>
    <table width="930" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td colspan="4"><div align="center"><img src="../assets/carsonist_head.gif" width="930" height="74" /></div></td>
      </tr>
      <tr align="left" valign="top">
        <td width="605" height="660" rowspan="3"><!-- InstanceBeginEditable name="Editorial Content" --> 
        <iframe src="BestWeek/100825_1.html" width="607" height="671
    " scrolling="No" frameborder="0" class="iframeAlign" id="EventContent" name="events"></iframe>
        <!-- InstanceEndEditable --></td>
        <td width="20" height="30"> </td>
        <td width="300" height="30"><form name="form" id="form">
          <!-- InstanceBeginEditable name="EditRegion5" -->
          <select name="eventArchive" id="eventArchive" onchange="MM_jumpMenu('self.frames[\'events\']',this,0)">
            <option value="#" selected="selected">Event Archive</option>
            <option value="#">Jazz Fest 2010 August</option>
            <option value="1008235_1.html">Miracle on Carson Street PG1</option>
            <option value="1008235_2.html">Miracle PG2</option>
            <option value="1008235_3.html">Miracle PG3</option>
          </select>
          <!-- InstanceEndEditable -->
        </form>    </td>
        <td width="5" rowspan="3"> </td>
      </tr>
      <tr>
        <td width="20" height="600" class="Divider"> </td>
        <td width="300"><!-- InstanceBeginEditable name="ADVERTISEMENT" --><img src="../assets/placeholder_ad.gif" width="300" height="600" class="adSpacer"/><!-- InstanceEndEditable --></td>
      </tr>
      <tr>
        <td width="20" height="30"> </td>
        <td width="300" height="30"><img src="../assets/published.gif" width="300" height="30" border="0" usemap="#Map" /></td>
      </tr>
      <tr>
        <td colspan="4"><img src="../assets/bottom_line.gif" width="930" height="9" /></td>
      </tr>
      <tr>
        <td colspan="4"> </td>
      </tr>
    </table>
    <map name="Map" id="Map"><area shape="rect" coords="124,8,304,29" href="http://www.peermann.com" target="_blank" />
    </map></body>
    <!-- InstanceEnd --></html>

  • DW CS4 Help with jump menu opening a new window.

    First, I can't believe that Adobe left out an easy to use behavior to do this.
    I have some jump menus, and I would like the selection to open up a new window and have the content appear there.  I saw a couple of old topics here that offered some suggestions, but they didn't work for me.  I could get it to open a new window, but the content was not there.  I saw where you need to add a "GO" button, and add a "Open New Window"behavior to it.  That is what opened the new window with new content.  I do not have the "GO" buttons on the jump menus in this code, but did try it and it didn't work.   If anyone can help and tell me how to do it, and where to place the code, I would greatly appreciate it.
    I know this is long, but here is my code for the page.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/Master_Template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Mickey Adams Index</title>
    <!-- InstanceEndEditable -->
    <link href="../twoColFixLtHdr.css" rel="stylesheet" type="text/css" />
    <!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixLtHdr #sidebar1 { width: 230px; }
    </style>
    <![endif]-->
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixLtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <!-- InstanceBeginEditable name="head" -->
    <script src="../SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="../SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
    <link href="../SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    <!-- InstanceEndEditable -->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <link href="../CSS/global.css" rel="stylesheet" type="text/css" />
    <!-- InstanceParam name="SecondTitle" type="boolean" value="true" -->
    <!-- InstanceParam name="SecondContent" type="boolean" value="true" -->
    <!-- InstanceParam name="OptionalRegionTitle_2" type="boolean" value="true" -->
    <!-- InstanceParam name="OptionalRegion_2" type="boolean" value="true" -->
    <!-- InstanceParam name="OptionalRegion1" type="boolean" value="true" -->
    </head>
    <body text="#000033" class="twoColFixLtHdr" title="What's New">
    <div id="container">
      <div id="header">
        <h1>Richard Sinkler</h1>
      <!-- end #header --></div>
      <div id="sidebar1">
        <ul id="MenuBar1" class="MenuBarVertical">
          <li><a href="../index.html">Home</a>      </li>
          <li><a href="../About_Me.html">About me</a></li>
          <li><a href="../Calendars/Calendar_menu.html">Calendars</a></li>
          <li><a href="../What's New.html">What's New</a></li>
          <li><a href="../Equipment.html">Equipment</a></li>
          <li><a href="../Tunings.html">Tunings</a></li>
          <li><a href="../Video_and_Sound/video_menu.html">Sound &amp; Video</a></li>
          <li><a href="../web_gallery.html">Photos</a></li>
          <li><a href="Mickey_Adams_Menus.html">Mickey Adams</a></li>
          <li><a href="../Website_Info.html">Website Info</a></li>
          <li><a href="../Contact Me.html">Contact Me</a></li>
        </ul>
        <p class="justHostReferral">If you would like to get your own website, please click the <span class="justHostItalics">JUST HOST</span> logo below and it will take you the sign up page. I am a <span class="justHostItalics">JUST HOST</span> affiliate and get credit for referring you to their service.</p>
        <p><a href="http://stats.justhost.com/track?ca5fb2154d5aabc236853ccef2513f2ec"><img src="http://affiliates.justhost.com/control/img/banners/justhost_125x125v2.gif" /></a> </p>
    <h3 class="updated">Updated 7/18/2011
          <!-- end #sidebar1 -->
        </h3>
    <p> </p>
      </div>
      <div id="mainContent">
        <h1><!-- InstanceBeginEditable name="PageTitle" -->Mickey Adams Video Index<!-- InstanceEndEditable --></h1>
        <!-- InstanceBeginEditable name="PageContent" -->
        <p class="pageContent">Click a tab to open the category. <a href="Mickey_Adams_Menus.html" class="playbackCtrlMSg">Click to go back to Menu Page</a></p>
        <div id="m_a_video_index" class="TabbedPanels">
          <ul class="TabbedPanelsTabGroup">
            <li class="TabbedPanelsTab" tabindex="0">BE</li>
            <li class="TabbedPanelsTab" tabindex="0">BEX</li>
            <li class="TabbedPanelsTab" tabindex="0">BEC</li>
            <li class="TabbedPanelsTab" tabindex="0">Beginner</li>
            <li class="TabbedPanelsTab" tabindex="0">Faux C6</li>
            <li class="TabbedPanelsTab" tabindex="0">Uncategorized</li>
          </ul>
          <div class="TabbedPanelsContentGroup">
            <div class="TabbedPanelsContent">
              <p><strong><u>BE01</u></strong><u>:Beginners: 3 Moves to  Master</u> <br />
                <strong><u>BE04</u></strong><u>: Simple E9 Passage,  Single Note</u> <br />
                <strong><u>BE06</u></strong><u>: 4-5-1 In G, Using ABC  Pedals</u> <br />
                <strong><u>BE07</u></strong><u>: 1-2-5 Single Note+ 3 <strong>Stops</strong></u><br />
                <u>BE  109a Close Intervals in C</u><br />
                <strong><u>BE11</u></strong><u>: Beginner Steel Guitar,  Cold Cold Heart</u> <br />
                <strong><u>BE12</u></strong><u>: Cold Cold Heart Part II</u> <br />
                <strong><u>BE16</u></strong><u>: Waltz Across Texas</u> <br />
                <strong><u>BE24A</u></strong><u> Big City Turnaround</u> <br />
                <strong><u>BE28</u></strong><u>: Your Man, Josh Turner</u> <br />
                <strong><u>BE31</u></strong><u>: Minor Chords-Moondance</u> <br />
                <strong><u>BE34</u></strong><u>: 3 Moves to Master, Part  II</u> <br />
                <strong><u>BE36</u></strong><u> Harmonics, Overtones</u> <br />
                <strong><u>BE40</u></strong><u> 2M-5-1 Faux C6 Moves for  Cherokee Maiden</u></p>
              <p><strong><u>BE41</u></strong><u> Second String Usage</u></p>
            </div>
            <div class="TabbedPanelsContent">
              <p><strong><u>BEX1</u></strong><u>: A+B Repetitious  Excercise, Major Key</u> <br />
                <strong><u>BEX2</u></strong><u> Pick Blocking Dexterity  Excercise II</u> <br />
                <strong><u>BEX6A</u></strong><u>-Pick Blocking Exercise  B+C, F</u> <br />
                <strong><u>BEX7</u></strong><u> Speedpicking Lesson 1  Revision 1</u> <br />
                <strong><u>BEX12</u></strong><u>: G Major, Lesson 2-Pedal  Changes, Chord Forms</u> <br />
                <strong><u>BEX14</u></strong><u>: D7, G Lever  Programming, Speed</u> <br />
                <strong><u>BEX16</u></strong><u>: G Major-Lesson 1</u> <br />
                <strong><u>BEX16a</u></strong><u> G major Descending  Exercise</u> <br />
                <strong><u>BEX17</u></strong><u>: Pick-Blocking 101,  Beginner Steel Guitar</u> <br />
                <strong><u>BEX21</u></strong><u> Faux C6, 1-4-5-1</u> <br />
                <strong><u>BEX21</u></strong><u>-2-5-1 Chord Change</u> <br />
                <strong><u>BEX21</u></strong><u> Alternating Fingering  Excercise</u> <br />
                <strong><u>BEX21</u></strong><u> Glissando Excercise 1</u> <br />
                <strong><u>BEX25</u></strong><u> Faux C6 1-5-1 in D</u> <br />
                <strong><u>BEX27</u></strong><u> C Pentatonic Scale Ex1</u> <br />
                <strong><u>BEX27a</u></strong><u> C Pentatonic Ex2</u> <br />
                <strong><u>BEX27b </u></strong><u>A Blues Pattern</u> <br />
                <strong><u>BEX28</u></strong><u> Pedal &amp; Lever  Excercises for Beginners</u> <br />
                <strong><u>BEX 92</u></strong><u> D7 Exercise</u> <br />
                <strong><u>BEX 93</u></strong><u> 2 String Exercise, Lever  I, Pedal H</u></p>
            </div>
            <div class="TabbedPanelsContent">BEC
              <div id="Accordion1" class="Accordion" tabindex="0">
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">BEC pg. 1</div>
                  <div class="AccordionPanelContent">
                    <p><u>BEC4:  Blue Eyes Elton John</u> <br />
                      <u>BEC6  Broken Wing</u> <br />
                      <u>BEC15:  Goin Through the Big &quot;D&quot;</u> <br />
                      <u>BEC25:  I Sang Dixie, Take II</u> <br />
                      <u>BEC31:  Beginner Steel-Longer, Fogelberg</u> <br />
                      <u>BEC32:  Longer, Flute Solo, Fogelberg</u> <br />
                      <u>BEC35:  Nobody In His Right Mind</u> <br />
                      <u>BEC41:  Too Cold At Home Intro, Mark Chestnutt</u> <br />
                      <u>BEC45:  Teach Your Children: Intro</u> <br />
                      <u>BEC48:  Take Your Memory With You</u> <br />
                      <u>BEC52  Thinking Thing Intro</u> <br />
                      <u>BEC54:  What A Wonderful World</u> <br />
                      <u>BEC66:  Solo, Look At Us</u> <br />
                      <u>BEC69:  Somewhere Over The Rainbow, Bridge</u> <br />
                      <u>BEC73:  Empty Glass Intro</u> <br />
                      <u>BEC77:  Set-em Up Joe Vern Gosdin</u> <br />
                      <u>BEC78-  So Much It Hurts Me Part 1</u> <br />
                      <u>BEC78a  So Much It Hurts Me Part 2</u> <br />
                      <u>BEC81,  Who Needs You Baby, Clay Walker</u> <br />
                      <u>BEC82  City Lights</u></p>
                  </div>
                </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">BEC pg. 2</div>
                  <div class="AccordionPanelContent">
                    <p><u>BEC83  Save The Honky Tonks, Mark Chestnutt</u> <br />
                      <u>BEC84  Faux C6, Deep Water Intro, Beginners</u> <br />
                      <u>BEC85  There's your Trouble Intro</u> <br />
                      <u>BEC86  Panama Red Intro, Remake</u> <br />
                      <u>BEC88  Diamond Rio One More Day Intro</u> <br />
                      <u>BEC89  Turnaround In C</u> <br />
                      <u>BEC89  Oh Little Town of Bethlehem</u> <br />
                      <u>BEC90  I Had A Beautiful Time, Solo</u> <br />
                      <u>BEC91  White Christmas</u> <br />
                      <u>BEC91a  White Christmas</u> <br />
                      <u>BEC91c  White Xmas, Improvising</u> <br />
                      <u>BEC92  Farewell Party Intro Simplified</u> <br />
                      BEC  92a Farewell Party Solo, Mike Johnson<br />
      <u>BEC93-This  Ain’t My First Rodeo-Intro</u> <br />
      <u>BEC-94  Third Rate Romance Solo</u> <br />
      <u>BEC-95  Crazy Arms Intro, Patty Loveless</u> <br />
      <u>BEC-96  Bar Room Roses Intro Troy Cassar Daley</u> <br />
      <u>BEC-97  Close Up the Honky Tonks-Intro</u> <br />
      <u>BEC98-Turnaround  5-1, BC,+E-lever</u> <br />
      <u>BEC-99  Single Note Run in D</u></p>
                  </div>
                </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">BEC pg. 3</div>
                  <div class="AccordionPanelContent">
                    <p><u>BEC  100 Different Light Doug Stone Intro E9</u> <br />
                      <u>BEC  100 When Love Comes Around Intro Alan</u> <br />
                      <u>BEC  100 Take It Easy</u> <br />
                      <u>BEC101  Fourteen Minutes Old Intro Doug Stone</u> <br />
                      <u>BEC101  Bars Of Steel Bridge</u> <br />
                      BEC  101 Beneath Still Waters<br />
      <u>BEC  102 Could I Have This Dance Intro</u> <br />
      <u>BEC  103 Bars of Steel, Bridge</u> <br />
      <u>BEC  106 Legend In My Time</u> <br />
      <u>BEC107  When Did You Stop Loving Me Intro</u> <br />
      <u>BEC  109 Getting Over You Again Intro Gene Watson</u> <br />
      <u>BEC  110 Baby Thats Cold Intro</u> <br />
      <u>BEC  111 Panama Red Solo Part 1</u> <br />
      <u>BEC  111a Panama Red Solo, Part II</u> <br />
      <u>BEC  111 Where Have I Been All My Life Intro</u> <br />
      <u>BEC-112  Help Me Make it Through the Night.mpg</u> <br />
      <u>BEC-118  Faux C6-1-6-2-5.mpg</u> <br />
      <u>BEC-113  Way To Survive, Lesson 1.mpg</u> <br />
      <u>BEC113a  Way to Survive Lesson 2.mpg</u></p>
                  </div>
                </div>
    </div>
            </div>
            <div class="TabbedPanelsContent">
              <p><u>Beginner  Steel Guitar, Cmajor in 3rds</u> <br />
                <u>Beginner  Pedal Steel, Cross Picking, B Pedal</u> <br />
                <u>Beginner  Steel Guitar: San Antonio Rose</u> <br />
                <u>Beginner  Steel Guitar: Wonderful Tonight</u> <br />
                <u>Beginner  Steel Guitar: Oceanfront Property</u> <br />
                <u>Beginner  Steel-When you Say Nothing At All</u> <br />
                <u>Memphis  Tennessee, Beginner Steel Guitar</u> <br />
                <u>Beginner  Steel Guitar, Major Scale Excercise</u> <br />
                <u>Beginner  Steel, Amazing Grace</u></p>
            </div>
            <div class="TabbedPanelsContent">
              <p><u>Walking  After Midnight Faux C6</u> <br />
                <u>All  My Ex's Intro Faux C6 for the E9 Neck</u> <br />
                <u>Faux  C6 Turnaround in A</u> <br />
                <u>5  1 Faux C6, Single note Passage</u></p>
            </div>
            <div class="TabbedPanelsContent">
              <div id="Accordion2" class="Accordion" tabindex="0">
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">Uncategorized pg. 1</div>
                  <div class="AccordionPanelContent">
                    <p><u>Simple  Intro in C</u> <br />
                      <u>Panama  Red Intro E9 Pedal Steel Guitar</u> <br />
                      <u>Danny  Boy, E9</u> <br />
                      <u>Highway  40 Blues Intro, E9</u> <br />
                      <u>Diatonic  Scale Movement In G</u> <br />
                      <u>1-7-4  1-2-4-5-1 Pedal Steel Guitar Intro</u> <br />
                      <u>1-4  Counterpoint Move in F, Very Effective</u> <br />
                      <u>Gene  Watson Intro-Got No Reason Now for Going</u> <br />
                      <u>BIG  CITY! Merle Haggard, Simple, Straightforward</u> <br />
                      <u>Someday  Soon!..Simple, Great Solo!</u> <br />
                      <u>Texas  Tornado, Tracy Lawrence, Intro and Solo</u> <br />
                      <u>Pick  Dragging: Technique, Short Clip</u> <br />
                      <u>Key-A  Turnaround, Blues/Diminished Walk</u> <br />
                      <u>Hello  Trouble-JayDee Maness/ Desert Rose-</u> <br />
                      <u>Memories  To Burn, Solo, Gene Watson</u> <br />
                      <u>When  I Call Your Name</u> <br />
                      <u>Cross  My Heart Solo, George Strait</u> <br />
                      <u>But  For the Grace of God, Keith Urban</u> <br />
                      <u>I  Never Go Around Mirrors, Gene</u> <br />
                      <u>Cryin  My Heart Out, Ricky Skaggs</u> <br />
                      <u>Lonesome  LA Cowboy Solo, Buddy Cage</u></p>
                  </div>
                </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">Uncategorized pg. 2</div>
                  <div class="AccordionPanelContent">
                    <p><u>Teach  Your Children:Quick Solo</u> <br />
                      <u>1982  Intro:Randy Travis</u> <br />
                      <u>Check  Yes or No</u> <br />
                      <u>Fire  On The Mountain, Marshall Tucker</u> <br />
                      <u>Buds  Bounce, Simplified, Part 1</u> <br />
                      <u>Tonight  The Heartache's On Me, Solo, Dixie Chicks</u> <br />
                      <u>Heartbroke,  Steel Chords</u> <br />
                      <u>Funny  How Time Slips Away</u> <br />
                      <u>Bars  of Steel</u> <br />
                      <u>Blue,  Leann Rimes</u> <br />
                      <u>Supernaw-Wishing  Her well, Intro</u> <br />
                      <u>Look  At Us, Johny Hughey, Intro</u> <br />
                      <u>Over  The Rainbow Verse</u> <br />
                      <u>Discussion,  Right Hand</u> <br />
                      <u>Verse,  Help Me Make It Through The Night</u> <br />
                      <u>Rolling  Pick Technique 2-5-1</u> <br />
                      <u>3  Octave Descending D7 Single Note Run</u> <br />
                      <u>Descending  5-1 Turnaround in A</u> <br />
                      <u>Pick  Blocking Dexterity Excercise 1</u> <br />
                      <u>Alone  In SanAntone</u></p>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <script type="text/javascript">
    <!--
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("m_a_video_index", {defaultTab:2});
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    var Accordion2 = new Spry.Widget.Accordion("Accordion2");
    //-->
        </script>
        <!-- InstanceEndEditable -->
        <h2>
          <!-- end #mainContent -->
        </h2>
      </div>
    <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
      <div id="clear"></div>
    <div id="footer">
        <p><a href="../index.html" class="footer_links">Home</a> <a href="../About_Me.html" class="footer_links">About Me</a><a href="../Calendars/Calendar_menu.html" class="footer_links">Calendars</a>  <a href="../Equipment.html" class="footer_links">Equipment</a> <a href="../Tunings.html" class="footer_links"> Tunings</a> <a href="../Video_and_Sound/video_index.html" class="footer_links">Sound & Video</a><a href="../web_gallery.html" class="footer_links">Photos</a><a href="Mickey_Adams.html" class="footer_links">Mickey Adams </a><a href="../Website_Info.html" class="footer_links">Website Info</a><a href="../Contact Me.html" class="footer_links">Contact Me</a></p>
        <p class="copyright"><span class="copyright"><span class="circleC"><span class="copyright"><span class="circleC">&copy;</span></span></span><span class="copyright"> Copyright 2011 - Richard Sinkler - All Rights Reserved</span></span></p>
        <p class="copyright"><span class="copyright"><span class="copyright">Website designed by Richard Sinkler</span></span></p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    <!-- InstanceEnd --></html>

    I'm confused by your post and code.  Adobe has a function to do this.  In the Insert Toolbar under the Tab "Forms" there is an option to create a jump menu.  The only options that menu gives you is the same window or a frame on the page (a very outdated action looking at it now).  But with basic knowledge of links you insert the menu and you will get code like:
      <select name="jumpMenu" id="jumpMenu" onChange="MM_jumpMenu('parent',this,0)">
    The "parent" denotes that this will open in the same window.  If you change that to "blank" then it will open in a new window.  A "Go" button is optional and also available in the DW GUI when you set up a jump menu.
    http://www.w3schools.com/tags/att_a_target.asp

  • How do I make a selection on a jump menu open in a "blank" or secondary window?

    Please (anybody) if you can help me with this issue, I would greatly appreciate it!
    I am attempting to use the jump menu form feature in Dreamweaver. Everything in the feature works fine until I get to "Open URLs in: ....". For some reason only the option for "MAIN WINDOW" drops down and not an option for "NEW WINDOW". At this point I have spent way to much time searching for a solution, even to the point of reinstalling Dreamweaver to no avail. Can someone please take a look at my code and tell me how I can alter the code to make each jump menu link items open in a separate (blank) window. I'm not the best with code, but if you tell me exactly where to put each line of code I can do it!
    Again, any help would be greatly appreciated. Trying to meet a deadline and ran into this unexpected issue.
    Here is the link: http://www.graphicmechanic.com/DEKALBCOUNTY/portals/visiting-dekalb/index.html
    Just in case it helps with the explanation of my problem, I've attached an image of what I'm seeing in the DW jump menu window.

    This technote may help:
    http://kb2.adobe.com/cps/161/tn_16166.html
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • Jump Menu Not working

    Hello good samaritans.. I need help.. The jump menu in my web
    page is not working.
    I already tried inserting a Go button but it still didnt
    work. I have a website and I
    created a template, in this template I created dummy jumpmenu
    first just to see
    how it looks like then after creating a whole bunch of pages
    from the template I decided
    to connect all the webpages by fixing the jump menu. But now
    its not working!!!
    What I did is that in the 'when selected, go to url:' window
    I just browse the web pagefile then click ok but when I try
    to run it in the
    internet it's not working.
    Also, just for your info, I Haven;t publish it yet. Will be
    the reason why?
    I just kept all my files on my c drive.
    Thanks a lot!!

    Let me be clear -
    What is the path to the local root folder.
    Open DW's Site manager. Select the sitename. Click Edit.
    Click on the
    Advanced tab. Copy the contents of the Local root folder
    field and paste it
    into a reply.
    Now - don't make me ask you this again, or it's no supper for
    you, young
    man/lady!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (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
    ==================
    "teamse" <[email protected]> wrote in
    message
    news:ebg9ss$pqd$[email protected]..
    > Thanks Gary for replying. Can you explain it a little bt
    mrore I don't
    > understand it completely..=) Yes after I finish the
    website we will then
    > publish it on a server but for now I haven''t publish it
    so it still
    > sitting on
    > my c:drive. when you say get rid of the blanks in file?
    what do you mean,
    > is it
    > when typing the ffile address in dw? because when I
    browse it and click
    > the
    > file dw automatically create a link like this"../BMB
    Webpages/Boulder
    > Webpages/B_ConferenceRooms.html"
    > and it doesnt have any balanks but it still not working
    ' or you mean to
    > say
    > when saving a webpage to my c drive? thanks
    >

  • FW 8 popup-menu in CSS problem with IE7 & Safari

    Hi,
    hope that anyone out there got some ideas in my issue. I was
    already searching the forum for advice, but couldn't find
    meaningful infos.
    Here is my problem:
    I designed a page in FW8 (Mac) with a nice popup-menu. I
    exported this thing into DW8 having set the option to export the
    menu as CSS and slices to layers. Then I rearranged the html File
    and included some editable regions, as it was to be used as an
    template.
    Everything works fine in Firefox but IE7 and Safari
    experience some problems.
    The popup-layers are displayed behind the main text-area and
    not in front of it - this makes navigation a bit complicated.
    So teh menu is displayed with text and everything, but behind
    the main text.
    What I tried:
    I tried to reset the z-Index of the popup-layers to values
    below 10 (were set to 500) - didn't help.
    I gave every single item a z-index - didn't help.
    I gave the main text area an z-index of 0 or -1 - made the
    layer disappear.
    I reexported the whole thing - made me just crazy.
    I worked through the css file for errors - maybe I'm not to
    good in CSS ;)
    I checked the forums, but could only find issues where the
    menu was not displayed at all or the text was missing - doesn't
    apply.
    -- no more ideas :(
    Link to my page:
    Website
    Link
    I really appreciate your help! Any comments welcome!
    patrick

    > I think it's a bug with ie7. It doesn't support
    javascript completely,
    > nor
    > does it css.
    I don't think this is accurate. Each browser supports things
    differently,
    and CSS is no exception, but support for javascript is fairly
    reliable
    across the board.
    > but I can't find one that I can use my own images, yet
    Then you are not looking in the right place. Go here -
    http://www.projectseven.com/
    and examine their extensive collection of menu products.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "udigrudi" <[email protected]> wrote in
    message
    news:ful3t7$n9u$[email protected]..
    > I've had a similar problem, menus made in Fireworks 8
    don't show up
    > completely
    > in ie7 for windows either. The menu shows up, but the
    text of submenus
    > with
    > submenus doesn't show up.
    >
    > I think it's a bug with ie7. It doesn't support
    javascript completely,
    > nor
    > does it css.
    >
    > Since your website has disappeared, I'm sorry I can't be
    of more help.
    > I'm
    > thinking of getting a "third party" submenu generator
    (but I can't find
    > one
    > that I can use my own images, yet)
    >

  • Problems with Jump Menu

    Hello to everyone in the community.
    I have a problem for the jump menu.
    My problem is the following:
    When I click on the value of I he opens the menu page it returns the correct value most of the menu to the first position.
    I wonder how can the value that was chosen in the menu.
    It is possible to develop
    The following script below
    <script type="text/javascript">
    function MM_jumpMenu(targ,selObj,restore)
         eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"' ");
          if (restore) selObj.selectedIndex=0;
    </script>
    Note: this menu is jumping into a separate php file, there on the pages where you use the jump menu I made a call to include the file.
    Thank you all hope to have a quick return.
    God bless you all
    Rodrigo Vieira da Silva Eufrasio
    Brazil - Sao Paulo - Osasco
    55 11 6691-5299
    GMAIL: rodrigo.mct @ gmail.com

    Unless your jump menu is in a parent region of a template and you CANNOT edit it in child pages, why not just go to the select tag (jump menu) of your code on each page and for the apporpriate page, simply put select="selected" in the <option> tag for that page?
    It may be more work but it will certainly be easier than trying to have a javascript figure out which page someone goes to, especially if they use the jump menu to jump around to several pages in the site.

  • How can I center a 'Jump Menu' on the page?

    Help!
    I have created a 'Jump Menu' to serve as the navigation for my website.
    However, I cannot seem to center it on my page?!
    Does the Jump Menu need to be contained within a div tag, in order for me position it precisely? At the moment it is contained within a 'Form' (I think), and not a div tag.
    I have attached a relevant screengrab.
    When I do try and center a div, I set the margins to auto in the CSS correct? e.g margin: 0 auto;
    This does not always seem to work, am I doing something wrong? Sorry, I am very new to this.
    Many thanks in advance,
    J

    Presumably you have some space on the web where you plan this website to finally be viewed by everyone?
    Upload your broken page there and give us the website address.

  • Jump Menu Question

    I think I may have posted this question in the wrong forum,
    so I'm trying it here as well.
    Using the Jump Menu feature in Dreamweaver, I've set up the
    following menu that opens a series of PDF files:
    <form name="form1" id="form1">
    <select name="previous issues"
    onchange="MM_jumpMenu('parent',this,1)">
    <option>Choose a previous issue:</option>
    <option value="../pdfs/Gray Newsletter Feb
    08.pdf">February 2008</option>
    <option value="../pdfs/Gray Newsletter Mar-Apr
    08.pdf">March-April 2008</option>
    <option value="../pdfs/Gray Newsletter May 08.pdf">May
    2008</option>
    <option value="../pdfs/Gray Newsletter June
    08.pdf">June 2008</option>
    <option value="../pdfs/Gray Newsletter July-August
    08.pdf">July-August 2008</option>
    <option value="../pdfs/Gray Newsletter September
    08.pdf">September 2008</option>
    <option value="../pdfs/Gray Newsletter October
    08.pdf">October 2008</option>
    </select>
    </form>
    Is it possible to adjust this code in order to open each PDF
    file as a new window? I don't want my visitors to get lost (and
    they will) by having the page they are on replaced by a PDF file
    that has no apparent link back to the page where this Jump Menu
    resides.
    And I can't add a back link as each PDF file is an existing
    newsletter.
    Thanks,
    Bill

    I searched this forum for "Jump Menu" and found the answer to
    my problem! (Guess I should'a done that first, eh?)
    This question was answered by jim balthrop, on Wednesday,
    June 6, 2007 10:51 AM
    Answer
    found the answer in an Adobe Tech Note
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16166
    Example of select tag before modification:
    <select name="menu1"
    onChange="MM_jumpMenu('parent',this,0)">
    Example of edited select tag
    <select name="menu1"
    onChange="MM_jumpMenu('window.open()',this,0)">
    Thanks, Jim. It works like a charm!

  • Jump Menu for Sliding Panels Widget

    I have used the sliding panels tutorial to build a 15 page
    sliding document inside a new site I am building. It works
    briliantly. However I want to be able to use a jump menu to access
    any of the 15 pages as well as use the next and previous buttons.
    I tried by inserting a form, then jump menu but couldnt put
    it all together code wise.
    Is it possible to use a jump menu for this widget (Im sure it
    must be) and what bits do I put where? Any ideaas greatly
    appreciated.
    Nigel

    OK Ive given it a shot but I dont where to put that code in
    the mix so to speak.
    The widget code skeleton is below: as per the tutorial.
    Where exactly in this mix would I put the code you suggested.
    Im not sure if its css, html or js.
    Sorry Im such a novice at this business but I would be very
    grateful for a bit more help here.
    Nige
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    <title>Untitled Document</title>
    <script type="text/javascript"
    src="SpryAssets/SprySlidingPanels.js"></script>
    <link type="text/css" rel="stylesheet"
    href="SpryAssets/SprySlidingPanels.css">
    <script type="text/javascript">
    <!--
    function MM_jumpMenu(targ,selObj,restore){ //v3.0
    eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
    if (restore) selObj.selectedIndex=0;
    //-->
    </script>
    </head>
    <body>
    <a href="#" onclick="sp1.showFirstPanel();">First
    Panel</a>|<a href="#"
    onclick="sp1.showPreviousPanel();">Previous Panel</a>|
    <a href="#" onclick="sp1.showNextPanel();">Next
    Panel</a>| <a href="#"
    onclick="sp1.showLastPanel();">Last Panel</a>|
    <div id="panelwidget" class="SlidingPanels">
    <div class="SlidingPanelsContentGroup">
    <div class="SlidingPanelsContent" id="p1">Panel
    1</div>
    <div class="SlidingPanelsContent" id="p2">Panel
    2</div>
    <div class="SlidingPanelsContent" id="p3">Panel
    3</div>
    <div class="SlidingPanelsContent" id="p4">Panel
    4</div>
    <div class="SlidingPanelsContent" id="p5">Panel
    5</div>
    <div class="SlidingPanelsContent" id="p6">Panel
    6</div>
    </div>
    </div>
    <script type="text/javascript">
    var sp1 = new Spry.Widget.SlidingPanels("panelwidget");
    </script>
    </body>
    </html>

  • Jump menu with pdfs issue?

    Im using a mac with cs3 Adobe Suite. Using Dreamweaver, the insert form/jump menu i had pdfs that were on the server already, so when you select a pdf itll pop up and be readable or downloadable. No problems, now i recieved new pdfs, not on the server, (this is how it was wanted) but in a file folder in my directory and now only in firefox will they work, but not internet explorer which is the most current, tried on several machines. Says it cant find the file. I also moved the whole website from my mac to a pc for testing. I get the same errors on two different pcs.  Do these pdfs have to be preloaded on a server instead of just being in a file directory? Hope that explains it, new to this somewhat. Btw, the whole website is offline and not uploaded yet fyi.   Thank you

    Here ya go, thank you
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd"><html><!-- InstanceBegin template="/Templates/template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>MSDS</title>
    <!-- InstanceEndEditable -->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <!--[if lte IE 7]>
    <style>
    #menuwrapper, #p7menubar ul a {height: 1%;}
    a:active {width: auto;}
    </style>
    <![endif]-->
    <!-- InstanceBeginEditable name="head" -->
    <script type="text/javascript">
    <!--
    function MM_jumpMenu(targ,selObj,restore){ //v3.0
      eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
      if (restore) selObj.selectedIndex=0;
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <style type="text/css">
    <!--
    .style6 {
        color: #000000;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
    -->
    </style>
    <style type="text/css">
    <!--
    .style8 {
        font-size: 20px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        color: #0E5CAC;
        font-weight: bold;
    -->
    </style>
    <style type="text/css">
    <!--
    .style9 {
        color: #0E5CAC;
        font-weight: bold;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
    -->
    </style>
    <!-- InstanceEndEditable -->
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    <style type="text/css">
    <!--
    body {
        margin-top: 0px;
        background-image: url(../images/home%20page%20images/17c.png);
        background-repeat: repeat;
        margin-bottom: 0px;
        background-color: #94AEDB;
    -->
    </style>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <!-- InstanceParam name="OptionalRegion1" type="boolean" value="true" --><!-- InstanceParam name="OptionalRegion2" type="boolean" value="true" -->
    <style type="text/css">
    <!--
    .style3 {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 11px;
        color: #FFFFFF;
    .style4 {
        color: #000000;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
    a:link {
        text-decoration: none;
    -->
    </style>
    </head>
    <body onLoad="P7_ExpMenu();MM_preloadImages('../images/home page images/traffic 2.png','../images/home page images/traffic 4.png','../images/home page images/pic e1a.png','../images/home page images/s1.png','../images/home page images/em2a.png','../images/home page images/easy 2.png')">
    <table width="802" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <!--DWLayoutTable-->
    <tr>
    <td height="96" colspan="5" valign="top" bgcolor="#000000"><img src="../images/home page images/top banner.png" alt="top banner" width="801" height="96"></td>
    </tr>
    <tr>
    <td height="27" colspan="5" align="center" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">
    <!--DWLayoutTable-->
    <tr>
    <td width="140" height="27"> </td>
    <td width="541" align="center" valign="middle" bgcolor="#000000"><ul id="MenuBar2" class="MenuBarHorizontal">
    <li><a href="../index.html">Home</a> </li>
    <li><a href="#" class="MenuBarItemSubmenu">Products</a>
    <ul>
    <li><a href="#" class="MenuBarItemSubmenu">Equipment</a>
    <ul>
    <li><a href="superstriper.html">Super Striper</a></li>
    <li><a href="athleticstriper.html">Athletic Striper</a></li>
    <li><a href="easymarker.html">Easy Marker</a></li>
    </ul>
    </li>
    <li><a href="#" class="MenuBarItemSubmenu">Paint</a>
    <ul>
    <li><a href="trafficpaint.html">Traffic </a></li>
    <li><a href="athleticpaint.html">Super Stripe Athletic </a></li>
    <li><a href="Water Born Paint.html">Water Born Athletic </a></li>
    <li><a href="Ground Paint.html">Marks All </a></li>
    <li><a href="easymarkerpaint.html">Easy Marker </a></li>
    </ul>
    </li>
    <li><a href="accessories.html" class="MenuBarItemSubmenu">Accessories</a>
    <ul>
    <li><a href="cones.html">Safety Cones</a></li>
    <li><a href="whiskers.html">6&quot; Whiskers</a></li>
    <li><a href="tape.html">Flagging Tape</a></li>
    <li><a href="vests.html">Safety Vests</a></li>
    <li><a href="flags.html">Utility Flags</a></li>
    <li><a href="stencils.html">Stencils</a></li>
    </ul>
    </li>
    <li><a href="hurracan.html">Hurr-a-Can</a></li>
    <li><a href="#" class="MenuBarItemSubmenu">New Products</a>
    <ul>
    <li><a href="Water Born Paint.html">Water Born Athletic</a></li>
    <li><a href="Ground Paint.html">Marks All</a></li>
    <li><a href="hurracan.html">Hurracan </a></li>
    </ul>
    </li>
    </ul>
    </li>
    <li><a class="MenuBarItemSubmenu" href="#">Services</a>
    <ul>
    <li><a href="About Us.html">About Us</a></li>
    <li><a href="contact.html">Contact</a> </li>
    <li><a href="dealer.html">Dealer</a></li>
    <li><a href="Faq.html">FAQ</a></li>
    <li><a href="guarantee.html">Guarantees</a></li>
    <li><a href="MSDS.html">MSDS</a></li>
    <li><a href="news.html">News</a></li>
    <li><a href="registration.html">Register </a></li>
    <li><a href="return policy.html">Return Policy</a></li>
    <li><a href="testimonial.html">Testimonials</a></li>
    </ul>
    </li>
    </ul></td>
    <td width="121"> </td>
    </tr>
    </table></td>
    </tr>
    <tr>
    <td height="4" colspan="5" valign="top"><img src="../images/home page images/strip.png" alt="graphic stripe" width="802" height="4"></td>
    </tr>
    <tr>
    <td width="54" rowspan="2" align="left" valign="top"><img src="../images/home page images/striping side.png" alt="striping side" width="52" height="557"></td>
    <td width="17" height="556"> </td>
    <td colspan="2" rowspan="2" valign="bottom"><!-- InstanceBeginEditable name="main info ediable" -->
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <!--DWLayoutTable-->
    <tr>
    <td width="26" height="7"></td>
    <td width="225"></td>
    <td width="13"></td>
    <td width="77"></td>
    <td width="10"></td>
    <td width="235"></td>
    <td width="53"></td>
    <td width="30"></td>
    <td width="7"></td>
    </tr>
    <tr>
    <td height="27" colspan="2" valign="bottom" class="style8">MSDS</td>
    <td> </td>
    <td colspan="4" rowspan="2" valign="top"><form name="form" id="form">
    <select name="jumpMenu2" id="jumpMenu2" onChange="MM_jumpMenu('parent',this,0)">
    <option value="../MSDS /MSDS-16 AWBCW1SD.pdf">MSDS-16 AWBCW1SD</option>
    <option value="New fvs website /MSDS /MSDS-16 AWBCW1SD.pdf">jkj</option>
    </select>
    </form>
    </td>
    <td> </td>
    <td></td>
    </tr>
    <tr>
    <td height="54"> </td>
    <td></td>
    <td></td>
    <td> </td>
    <td></td>
    </tr>
    <tr>
    <td height="64" colspan="4" valign="top"><p align="justify"><span class="style6">Click on the scroll down box and select the
    MSDS for your product.
    You will need Adobe Acrobat Reader to view
    and print the MSDS documents. You can go
    to this link to download the </span><span class="style12 style11"><strong><a href="http://www.adobe.com/products/acrobat/readstep2_allversions.html" class="style9">Adobe Acrobat Reader.</a></strong></span><br>
    </p></td>
    <td> </td>
    <td colspan="3" valign="top"><form name="form1" method="post" action="">
    <label></label><p>
    <select name="jumpMenu" id="jumpMenu" onChange="MM_jumpMenu('parent',this,0)">
    <option selected>Choose a PDF</option>
    <option value="../MSDS/MSDS-16 CHBE1D.pdf">Easy Marker Chalk Blue</option>
    <option value="../MSDS /MSDS-16 CHCW1D.pdf">Easy Marker Chalk White</option>
    <option value="../MSDS /MSDS-16 CHHO1D.pdf">Easy Marker Hot Orange</option>
    <option value="../MSDS /MSDS-16 CHRC1D.pdf">Easy Marker Chalk Brilliant Red Cerise</option>
    <option value="../MSDS /MSDS-16 CHRO1D.pdf">Easy Marker Chalk Blazing Red Orange</option>
    <option value="../MSDS /MSDS-16 CHRU1D.pdf">Easy Marker Chalk Red</option>
    <option value="../MSDS /MSDS-16 CHYU1D.pdf">Easy Marker Chalk Yellow</option>
    <option value="../MSDS /MSDS-16 ETAM2D.pdf">Easy Marker Aluminum</option>
    <option value="../MSDS /MSDS-16 ETBE2D.pdf">Easy Marker Blue</option>
    <option value="../MSDS /MSDS-16 ETBK2D.pdf">Easy Marker Black</option>
    <option value="../MSDS /MSDS-16 ETBN2D.pdf">Easy Marker Brown</option>
    <option value="../MSDS /MSDS-16 ETCW3D.pdf">Easy Marker White</option>
    <option value="../MSDS /MSDS-16 ETGN2D.pdf">Easy Marker Green</option>
    <option value="../MSDS /MSDS-16 ETOU2D.pdf">Easy Marker Orange</option>
    <option value="../MSDS /MSDS-16 ETRU2D.pdf">Easy Marker Red</option>
    <option value="../MSDS /MSDS-16 ETYU2D.pdf">Easy Marker Yellow</option>
    <option value="../MSDS /MSDS-16 ETGD2D.pdf">Easy Marker Goldenrod Yellow</option>
    <option value="../MSDS /MSDS-16 ETRO2D.pdf">Easy Marker Blazing Red Orange</option>
    <option value="../MSDS /MSDS-16 ETRC2D.pdf">Easy Marker Brilliant Red Cerise</option>
    <option value="../MSDS /MSDS-16 ETFY2D.pdf">Easy Marker Fluorescent Yellow</option>
    <option value="../MSDS /MSDS-16 ETHO2D.pdf">Easy Marker Fluorescent Hot Orange</option>
    <option value="../MSDS /MSDS-16 ETMV2D.pdf">Easy Marker Fluorescent Mauve</option>
    <option value="../MSDS /MSDS-16 ETNG2D.pdf">Easy Marker Fluorescent Nature Green</option>
    <option value="../MSDS /MSDS-16 ETSR2D.pdf">Easy Marker Fluorescent Scarlet Red</option>
    <option value="../MSDS /MSDS-16 HAC12.pdf">Hurr-a-can</option>
    <option value="../MSDS /MSDS-16 MABE2D.pdf">Marks All Blue</option>
    <option value="../MSDS /MSDS-16 MACW2D.pdf">Marks All White</option>
    <option value="../MSDS /MSDS-16 MAGN2D.pdf">Marks All Green</option>
    <option value="../MSDS /MSDS-16 MAHO1D.pdf">Marks All Hot Orange</option>
    <option value="../MSDS /MSDS-16 MAOU2D.pdf">Marks All Orange</option>
    <option value="../MSDS /MSDS-16 MARC1D.pdf">Marks All Brilliant Red Cerise</option>
    <option value="../MSDS /MSDS-16 MARU2D.pdf">Marks All Red</option>
    <option value="../MSDS /MSDS-16 MAYU2D.pdf">Marks All Yellow</option>
    <option value="../MSDS /MSDS-16 AWBCW1SD.pdf">Super Stripe Athletic Water Born White</option>
    <option value="../MSDS /MSDS-16 STBE2SD.pdf">Super Stripe Athletic White</option>
    <option value="../MSDS /MSDS-16 SSAO2SD.pdf">Super Stripe Athletic Blue</option>
    <option value="../MSDS /MSDS-16 SSAO2SD.pdf">Super Stripe Athletic Fluorescent Nature Green</option>
    <option value="../MSDS /MSDS-16 SSAO2SD.pdf">Super Stripe Athletic Fluorescent Hot Orange</option>
    <option value="../MSDS /MSDS-16 SSAY2SD.pdf">Super Stripe Athletic Fluorescent Scarlet Red</option>
    <option value="../MSDS /MSDS-16 SSAY2SD.pdf">Super Stripe Athletic Fluorescent Yellow</option>
    <option value="../MSDS /MSDS-16 STBE2SD.pdf">Super Supreme Traffic Blue</option>
    <option value="../MSDS /MSDS-16 STCW2SD.pdf">Super Supreme Traffic Black</option>
    <option value="../MSDS /MSDS-16 STCW2SD.pdf">Super Supreme Traffic White</option>
    <option value="../MSDS /MSDS-16 STRD2SD.pdf">Super Supreme Traffic Red</option>
    <option value="../MSDS /MSDS-16 STYU2SD.pdf">Super Supreme Traffic Yellow</option>
    <option value="../MSDS /MSDS-16 TBE2SD.pdf">Super Stripe Traffic Blue</option>
    <option value="../MSDS /MSDS-16 TBK2SD.pdf">Super Stripe Traffic Black</option>
    <option value="../MSDS /MSDS-16 TCW2SD.pdf">Super Stripe Traffic White</option>
    <option value="../MSDS /MSDS-16 TGN2SD.pdf">Super Stripe Traffic Green</option>
    <option value="../MSDS /MSDS-16 TGY2SD.pdf">Super Stripe Traffic Grey</option>
    <option value="../MSDS /MSDS-16 TOU2SD.pdf">Super Stripe Traffic Orange</option>
    <option value="../MSDS /MSDS-16 TRU2SD.pdf">Super Stripe Traffic Red</option>
    <option value="../MSDS /MSDS-16 TYU2SD.pdf">Super Stripe Traffic Yellow</option>
    </select>
    </p>
    </form></td>
    <td> </td>
    </tr>
    <tr>
    <td height="27"> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td height="319"> </td>
    <td colspan="5" align="center" valign="top"><img src="../images/msds/blue can glow4.png" alt="msds graphic image" width="264" height="242"></td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    </table>
    <!-- InstanceEndEditable --></td>
    <td width="55" align="left" valign="top"><div align="right"><img src="../images/home page images/marking side.png" alt="marking side" width="52" height="556"></div></td>
    </tr>
    <tr>
    <td height="1"></td>
    <td></td>
    </tr>
    <tr>
    <td height="4" colspan="5" valign="top"><img src="../images/home page images/strip.png" alt="graphic stripe" width="802" height="4"></td>
    </tr>
    <tr>
    <td height="53" colspan="2" align="center" valign="middle" bgcolor="#000000"><img src="../images/home page images/lifetime_guarantee 2.png" alt="lifetime guarantee" width="40" height="40"></td>
    <td width="660" valign="middle" bgcolor="#000000"><div align="center"><span class="style3"> We guarantee our Stripers and Easy Markers FOR LIFE and they will be repaired or <br>
    replaced FREE of charge! We guarantee our paint for 10 FULL YEARS to empty completely and not clog!</span></div></td>
    <td colspan="2" align="center" valign="middle" bgcolor="#000000"><img src="../images/home page images/10year_guarantee 2.png" alt="10 logo" width="40" height="40"></td>
    </tr>
    <tr>
    <td height="139" colspan="5" valign="middle" bgcolor="#000000"><!-- InstanceBeginEditable name="EditRegion6" -->
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <!--DWLayoutTable-->
    <tr>
    <td width="135" height="125" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('traffic 1','','../images/home page images/traffic 2.png',1)"><img src="../images/home page images/traffic 1.png" alt="traffic 1" name="traffic 1" width="134" height="125" border="0"></a></td>
    <td width="134" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('traffic 2','','../images/home page images/traffic 4.png',1)"><img src="../images/home page images/traffic 3.png" alt="traffic 2" name="traffic 2" width="134" height="125" border="0"></a></td>
    <td width="134" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('athletic','','../images/home page images/pic e1a.png',1)"><img src="../images/home page images/h1a.png" alt="athletic" name="athletic" width="134" height="125" border="0"></a></td>
    <td width="134" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('athletic 2','','../images/home page images/s1.png',1)"><img src="../images/home page images/s1a.png" alt="athletic 2" name="athletic 2" width="134" height="125" border="0"></a></td>
    <td width="134" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('mark','','../images/home page images/em2a.png',1)"><img src="../images/home page images/em4a.png" alt="mark" name="mark" width="134" height="125" border="0"></a></td>
    <td width="131" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('mark 2','','../images/home page images/easy 2.png',1)"><img src="../images/home page images/easy 1.png" alt="mark 2" name="mark 2" width="132" height="125" border="0"></a></td>
    </tr>
    </table>
    <!-- InstanceEndEditable --></td>
    </tr>
    <tr>
    <td height="35" colspan="5" align="center" valign="top" bgcolor="#000000"><div align="center" class="style3">640 Industrial Drive, Cary IL 60013                  (800) 323-4700                      Fax(847) 639-8190<br>
    Copyright &copy;  All Rights Reserved </div></td>
    </tr>
    <tr>
    <td height="4" colspan="5" valign="top"><img src="../images/home page images/strip.png" alt="graphic stripe" width="802" height="4"></td>
    </tr>
    <tr>
    <td height="1"></td>
    <td></td>
    <td></td>
    <td width="16"></td>
    <td></td>
    </tr>
    </table>
    <script type="text/javascript">
    <!--
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    <!-- InstanceEnd --></html>
    <script type="text/javascript" src="p7exp/p7exp.js"></script>

  • Jump Menu size

    I made a jump menu and all the entries have 4 letters in
    them. It looks so tiny. How can I extend the width (not heigth) of
    the jump menu so it ? I want it to be about 160 pixels or 16
    characters wide.

    <style type="text/css">
    <!--
    select {
    width: 160px;
    -->
    </style>
    Sounds like you aren't using a stylesheet.
    Copy the code above and paste it just above the closing
    </head> tag in your
    code. (close to the top of the page in code view).
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.perrelink.com.au
    - Web Dev
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.adobe.com/devnet/dreamweaver/css.html
    > THanks but I am new and do not know where to insert
    this. Here is my
    > code:
    > <form name="form1">
    > <select name="Story Subject"
    onChange="MM_jumpMenu('parent',this,0)">
    > <option>Baby</option>
    > <option>Pet</option>
    > </select>
    > </form>
    >

  • Help on Aligning jump menu ...

    Nice day webmates:
    I've got a table with 1 row, and 3 columns, in the first
    column a text like "choose a language :" and on the 3th column a
    "jum menu" The proble is that when I test it on a browser, the jump
    menu always goes upper than it actually is set... I tried with
    alignmetn "Vertical: Bottom" but nothing happens... Please if
    somebody know about this "looks-like-a-bug" issue, let me know how
    to fix it, thanks in advance...

    The CSS attribute is vertical-align: bottom, not
    vertical:bottom. Also a height attribute needs to be on the cell in
    order for it to line up with the bottom, otherwise it will just be
    a tight fit inside the cell.

Maybe you are looking for

  • How to create a complaint with pre-decessor document Inovice?

    Hello experts, I need create a complaint with reference to a pre-decessor document type Invoice (apart from other types such as sales order and service order). Can someone enlighten me 1) how to create an invoice in IC Web Client and backend? 2) how

  • Another IP profile problem and disgruntled custome...

    Right, I'll try to keep calm when posting this... Since 27th March 2011 I have been plagued by 2Mb downstream speeds out of a possible 7.5Mb. Before this date I had no issues and nothing has changed in terms of wiring, configuration or the like. Afte

  • PP/QM:Standard tables

    hi! Experts, Need lists of Standard tables  used in PP/QM module. thanks in advance. Rishi.

  • PAB maximum number of entries exceeded

    Hi, we are an ISP and some user say he's having the message "maximum number of entries exceeded" when tries to create a new contact in his address book in webmail. I did my research and find my user has 500 contacts and also find that using "configut

  • RESOURSE MANAGER

    hi , if i face any problem after setting some resource values by using database resource manager, Where i can find it logs...