Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
WEB: Web Design Forum- TutorialsDreamweaver Forum- TutorialsFlash Forum- TutorialsWeb StreamingTraining

Spry menu bar won´t pop-up please help!!

Cow Forums : Adobe Dreamweaver
Spry menu bar won´t pop-up please help!!
by Diana Navratilova on Nov 29, 2008 at 9:30:42 pm

Hello, please help. I have been working with dreamweaver for a few months now, and I was really happy. But when I was changing the color of the Spry menu bar somthing whent wrong. When I roll over with the coursor on the menu it does not want to pop-up in stead of that it it pops up the word FALSE.
For example: I have a Horizontal menu bar with: HOME, NEWS, CONTACT and when I mouse over Home I have About US. And when I mouse over HOME now it starts to blink and it does not show ABOUT US but FALSE in a white background.
Please help thank you ver much .



Respond to this post   •   Return to posts index

Re: Spry menu bar won´t pop-up please help!!
by Richard Williams on Nov 29, 2008 at 10:56:00 pm

Hey Diana...

Go ahead and upload and show us a link to it and we'll sort it for you



Richard Williams

Respond to this post   •   Return to posts index

Re: Spry menu bar won´t pop-up please help!!
by Diana Navratilova on Dec 2, 2008 at 1:49:19 pm

Here I am sending the code to the menu bar of my website:
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="index.html" class="MenuBarItemSubmenu style15"><strong>Home</strong></a>
<ul>
<li class="style15"><a href="n.html"><strong>Novinky/News</strong></a></li>
</ul>
</li>
<li><a href="feny.html" class="style14">Feny/Females</a> </li>
<li><a href="ch.html" class="MenuBarItemSubmenu style13"><strong>Chov/Breed.</strong></a>
<ul>
<li class="style15"><a href="pups.html"><strong>&#352;t&#283;&#328;ata/Pups</strong></a> </li>
<li><a href="#" class="style14">Odchovy/Litters</a></li>
</ul>
</li>
<li><a href="k.html" class="style15 MenuBarItemSubmenu"><strong>Contakt</strong></a>
<ul>
<li class="style15"><a href="o.html"><strong>O n&aacute;s/About us</strong></a></li>
<li class="style15"><a href="l.html"><strong>Odkazy/Links</strong></a></li>
</ul>
</li>
<li><a href="http://www.blueboard.cz/kniha_0.php?hid=p4xxnc6xvm1xf0u6do8amrjo5rea49" class="style14">Guestbook</a></li>
</ul>



Respond to this post   •   Return to posts index


Re: Spry menu bar won´t pop-up please help!!
by Abraham Chaffin on Dec 2, 2008 at 4:11:18 pm

Hello Diana,

Would be better if you include a link to your site or include the css file. The Horizontal Menu Bar css file is the file that is going to be causing the issues with your page.

Abraham

Respond to this post   •   Return to posts index

Re: Spry menu bar won´t pop-up please help!!
by Diana Navratilova on Dec 3, 2008 at 12:53:41 pm

Hello,
I am sending the link to my website: http://www.black-tl.ic.cz/
Thank you very much



Respond to this post   •   Return to posts index

Re: Spry menu bar won´t pop-up please help!!
by Richard Williams on Dec 3, 2008 at 11:03:47 pm

WOW... Cool effect.

Open your spry horizontal CSS

in your ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus

you have writen

background-color: #FF3399;
color: #CC6666;
display: none;

delete the line display: none;

Also,

ul.MenuBarHorizontal iframe

should read

position: absolute;
z-index: 1010;
filter:alpha(opacity:0.1);

Hope this helps

Richard Williams

Respond to this post   •   Return to posts index


Re: Spry menu bar won´t pop-up please help!!
by Diana Navratilova on Dec 4, 2008 at 11:03:45 am

Hello, thank you.. I tryed it, but know it does not show at all. Take a look www.black-tl.ic.cz
It could be that I did not do it right, but like you wrote I did everthing step by step.
Thanx Diana



Respond to this post   •   Return to posts index

Re: Spry menu bar won´t pop-up please help!!
by Abraham Chaffin on Dec 4, 2008 at 4:55:34 pm

In your SpryAssets/SpryMenuBarHorizontal.css
under the section:
ul.MenuBarHorizontal
you have
filter: Alpha(Opacity=0.1);
Delete this.

This property essentially makes the menubar invisible in IE.

Abraham

Respond to this post   •   Return to posts index

Re: Spry menu bar won´t pop-up please help!!
by Diana Navratilova on Dec 5, 2008 at 1:58:57 pm

Thank you very much, I thought is was never going to work again :-) once again thank you very much for your help, I am so glade that it is back to normal.



Respond to this post   •   Return to posts index

<< PREVIOUS THREAD   •   VIEW ALL THREADS   •   PRINT   •   NEXT THREAD >>


FORUMSTUTORIALSMAGAZINEDVDsBOOKSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]