[Pro] CSS menu drop down doesn't work

Freeway Pro 5.6.1

I have a website and would like to extend my CSS menu with sub menu’s.

I know how I should make this work (list items and increase indent), but for some strange reason I can not get it to work in my site.

I started a new blanco website and started to build the menu all over and immediately it worked like it should. But when I paste the menu back into my real website immediately the drop down function stops working.

You can see the not functional menu here http://www.dtp2.nl/error.html

Any ideas?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Bart,

The following style is incorrect in your external stylesheet:

#fwNav1:hover > .sub {
  visibility:visible;
}

It should have a space between #fwNav1 and :hover, like so:

#fwNav1 :hover > .sub {
  visibility:visible;
}

How did you create the external stylesheet?

Joe

On 23 Nov 2011, at 10:51, DTP2 wrote:

Freeway Pro 5.6.1

I have a website and would like to extend my CSS menu with sub menu’s.

I know how I should make this work (list items and increase indent), but for some strange reason I can not get it to work in my site.

I started a new blanco website and started to build the menu all over and immediately it worked like it should. But when I paste the menu back into my real website immediately the drop down function stops working.

You can see the not functional menu here http://www.dtp2.nl/error.html

Any ideas?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you for the fast response. Appreciated!

I use the Externalize action. After your message I switched it off et voila, it works like a charm now.

Is there another or better way to have one external stylesheet and not having issues like this? Because I would like to keep my html as small and tidy as possible.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options