You can probably do that in Freeway, you may not even need any extra
code. Have you tried the submenu settings in the CSS Menu Action? If
you can’t find a setting for it directly in the Action, then try the
following:
In Safari, make sure the Develop menu is enabled (Safari /
Preferences) and then Control-click on one of the submenu options in
your page. Choose Inspect Element from the contextual menu.
You will see the HTML source that describes the link, and along the
bottom of the inspector, you will see a sort of “breadcrumb trail”
showing every tag that affects this element, all the way back to the
HTML root of the page itself. Clicking on one of the parent elements
will show the properties for that parent.
In order to get the indent that you want here, you can either set
margin on the A (link) tag, or padding on the LI (list item) that
contains it. Each one of these options will have different outcomes
with respect to the style of the link when it is hovered over, but
they should both work in terms of placing the submenu link text at an
indent to the parent item.
What you will need to figure out is the “cascade” of parent elements,
because that will be how you name your style rule in order for it to
only affect the elements you are trying to reach. If you post a link
to an example page created in Freeway, I can help you figure out what
your style will need to be named.
Walter
On Oct 15, 2010, at 5:20 AM, david Verbruggen wrote:
Hi walter,
I’m hoping to build the same menu like this:
http://test.colac.be/index.php?option=com_content&view=article&id=56&Itemid=202&lang=nl
under “ijs oplossingen” you get an indent with the submenu.
Is this possible in freeway?
Thx
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