Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
mcanzani #1
spry menus
My submenus (when you hover) are not showing up on the page. They work
correctly here: [url]http://www.valtekinc.com/RevAug08/newmenuonly822.html[/url], but they
do not work when loaded in with the rest of the page, shown here:
[url]http://www.valtekinc.com/RevAug08/newindex825.html[/url]. The hover submenus should
show up over the existing text, as they do here:
[url]http://www.valtekinc.com/index.html[/url].
mcanzani Guest
-
Where is Spry ZIP???
Working from the spry help area, and following the steps... 1. Download and unzip the Spry ZIP file from the Adobe Labs website to your hard... -
Spry menus won't display image rollovers
I have a menu that requires a different image for each top-level menu item but, no matter what I do, I'm unable to get my image backgrounds to... -
Spry Bar Help
Alright guys I am kind of a newbie when it comes to dreamweaver (I was always a fan of golive because of its simplicity). Anyways I am running... -
Combine Spry Tabbed Panel and Spry HTML Panel
I would like to maintain the presentation of the tabbed panel and utilize its ability to load content from a Spry Dataset, but I would also like to... -
Can spry do this?
I want to have submenus display a block before I mouse over them... looky here at the menu on this page and you will see the problem ... -
mcanzani #2
Re: spry menus
I've fixed the problem. This a piece of code:
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1",
{imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
had to be inserted AFTER the html for the menu, and I had it BEFORE the menu.
I found this info here:
[url]http://labs.adobe.com/technologies/spry/articles/menu_bar/[/url]
mcanzani Guest
-
mcanzani #3
Re: spry menus
I've fixed the problem. This a piece of code:
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1",
{imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
had to be inserted AFTER the html for the menu, and I had it BEFORE the menu.
I found this info here:
[url]http://labs.adobe.com/technologies/spry/articles/menu_bar/[/url]
mcanzani Guest



Reply With Quote

