Spry Horizontal Menu

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Spry Horizontal Menu

    I have tried several times to use a background image in a Spry Horizontal Menu,
    with no luck. Dreamweaver CS3 shows that the image is listed as a property of
    the menu, but you can't see it. I recently upgraded to DW CS3 from GoLive CS,
    and Spry was one of several reasons for the switch. I can get the menu &
    submenus to work fine, but I want an image instead of the boring plain-color
    background.

    mahrer96 Guest

  2. Similar Questions and Discussions

    1. Spry Horizontal Drop Down Menu
      I just created a spry horizontal drop down menu and have a transparent background on the main menu. The transparency is there with all browsers...
    2. Spry horizontal menu bar question
      Hi, I'd like to modify the standard spry horizontal menu so that the submenus or "drop-down" menus are the same width as the main horizontal menu....
    3. Problem with Spry Horizontal Menu Bar
      I'm trying to implement a Spry Horizontal Menu Bar. I have it at: http://www.mranchtest.com/ It looks great in IE, but funky in FireFox... How to...
    4. Spry Menu - Horizontal
      Website that's being worked on :: http://shilohsteel.com/Edit I'm not sure really where to post this so I'm sorry if it's in the wrong place. ...
    5. PLEASE HELP! Spry horizontal menu bar
      I've created a website and used the spry widget for a horizontal menu bar. It looks and performs great in Safari but when opened in Explorer the...
  3. #2

    Default Spry horizontal Menu

    My bike club webmaster ([url]www.actc.org[/url]) gave me his code to update my sub domain
    ([url]www.academy.actc.org/[/url]) to match the main page.

    His spry collapsing vertical menu works but the horizontal menu across the top
    of page shows up as a list on my computer. He says its fine on his. Works on
    the server. Must be on my end????????????

    <link href="/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet"
    type="text/css" />
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet"
    type="text/css" />
    <table width="950" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr align="center" valign="bottom">
    <td colspan="4" align="left" valign="middle">
    <div align="center"><a href="/index.php"><img src="header.jpg"
    alt="Page Header" width="950" height="150" border="0" /></a></div></td>
    </tr>
    <tr align="center" valign="bottom">
    <td colspan="4" align="left" valign="middle" bgcolor="#FF6600"><img
    src="/images/spacer.gif" alt="" width="1" height="1" border="0" /></td>
    </tr>
    <tr align="center" valign="bottom">
    <td width="180" align="left" valign="middle" bgcolor="#EEEEEE"><img
    src="images/spacer.gif" width="180" height="1" /></td>
    <td width="770" colspan="3" align="left" valign="middle"
    bgcolor="#EEEEEE">
    <ul id="MenuBar3" class="MenuBarHorizontal">
    [LI]<a href="/index.php" class="MenuBarItemSubmenu">Home</a>
    [BULLET]
    [LI]<a href="/index.php">Home Page</a></li>
    [LI]<a href="/clubinfo/contact.php">Contact Us</a></li>
    [/BULLET]
    </li>
    Any suggestions?

    Herman



    cycler Guest

  4. #3

    Default Re: Spry horizontal Menu

    cycler wrote:
    > My bike club webmaster ([url]www.actc.org[/url]) gave me his code to update my sub domain
    > ([url]www.academy.actc.org/[/url]) to match the main page.
    >
    > His spry collapsing vertical menu works but the horizontal menu across the top
    > of page shows up as a list on my computer. He says its fine on his. Works on
    > the server. Must be on my end????????????
    What version of Dreamweaver are you using? If you're using Dreamweaver CS3 or above, then the Spry menus should show in design view similar to what you get in the browser (except with a blue outline and a tab to allow easier selection of the Spry menu widget). Dreamweaver 8 and lower don't know what to do with the Spry content visually in design view so they will show the lists that the menu is based on.

    FYI: This forum is focused on Dreamweaver extensions, not built in functionality. If you have follow up questions, you should post in either the Dreamweaver general forum:
    [url]http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=12&catid=189&entercat=y[/url]
    or the Spry forums:
    [url]http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=602[/url]

    And if you do, you should upload a screenshot of what you are seeing within your copy of Dreamweaver as that may help in determining what is going on.



    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139