CSS Menu Part 2

How can we get the menu to drop down directly below the heading (as on the Softpress site)? Getting lots of complaints from my mailing list.
I found this discussion and followed the below information from Joe. No change noticed when in preview.

Site: http://folkhearts.com
Thank you, Vicki


Hi Colin,

This is actually caused by the bug that has been mentioned before.

Go to Page>Insert HTML and in the “Before ” section (the / is important) paste the following:

li { float: left; width: 100%; }

A fix will be incorporated into an upcoming release of Freeway so you will be able to remove it then.

I hope this helps.

Joe


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

Hi Vicki,

It looks like you have a menu setup for each heading, each of them
vertical menus. You only need to have one menu setup as a horizontal
menu.

To do this make one list in one item containing your whole navigation
text. The top level items will be the first level of your list, the
submenus need to be indented once after each heading they come under.

That’s it, once you have done that set the menus up in the same way as
you did previously.

I hope this helps.

Joe

On 6 Jun 2008, at 07:25, Vicki wrote:

How can we get the menu to drop down directly below the heading (as
on the Softpress site)? Getting lots of complaints from my mailing
list.
I found this discussion and followed the below information from
Joe. No change noticed when in preview.

Site: http://folkhearts.com
Thank you, Vicki


Hi Colin,

This is actually caused by the bug that has been mentioned before.

Go to Page>Insert HTML and in the “Before ” section (the / is
important) paste the following:

li { float: left; width: 100%; }

A fix will be incorporated into an upcoming release of Freeway so
you will be able to remove it then.

I hope this helps.

Joe


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