Can I ask what you are doing that can't be handled by either setting the pixel coordinates of the menu or setting it to center? Those should cover most positioning needs of the menu...
Cheers,
Yadin
relative position
Re: relative position
I also agree that there should be some way
to specify relative position ( instead of the fixed Top
to specify relative position ( instead of the fixed Top
- yadin
- Super Advanced
- Posts: 69
- Joined: Sun May 19, 2002 8:23 pm
- Location: State College, PA, USA
- Contact:
Re: Table Problems
Again, you can align the menu to certain screen positions but aligning to a page element is harder as different browsers do different things. The new version will be able to be glued into a table, so using a table layout (no borders maybe) will allow for better page layouts. See the beta forum and pages for an example.
Yadin
Yadin
-
- Beginner
- Posts: 1
- Joined: Sun May 19, 2002 7:23 pm
relative position
Any help with this please
Last thing to get right
> Andy
>
> Also do you happen to have the script that i would need to use to make the
> menu coordinates dependent on a
> <div id="placeholder" style="position:relative; width:1px; height:1px;">
(or
> similar)
> that way it will appear exactly as i place it even when the window size
> varies
>
> It might be a nice add on
>
> david
Last thing to get right
> Andy
>
> Also do you happen to have the script that i would need to use to make the
> menu coordinates dependent on a
> <div id="placeholder" style="position:relative; width:1px; height:1px;">
(or
> similar)
> that way it will appear exactly as i place it even when the window size
> varies
>
> It might be a nice add on
>
> david
Table Problems
Hmm... Seems like a lot of people wanted to do the same thing. I've tried pasting the code inside the table tag but it came out reduced to only one Menu Item. I had 5 previously. Anyone with any suggestions? Or do we have to wait for the new version to come out.
Re: relative position
well, if you can't get it to line up with coordinates or positions then I'm afraid there isn't much you can do but wait for the next release. Version 3.3.x will have a feature to glue the menu into a table cell, so using a table layout you could put things in locked positions.
Cheers,
Yadin
Cheers,
Yadin
Re: relative position
Yes, that's what I like to hear. I found this website by accident and I'm trying out the Horizontal Menu. Is it true that I can't align it in a table? I wanted it to align=right in one of my tables but I couldn't quite figure out how to do it.
If I'm not mistaken, if you're using the relative positioning, the menu will look different in different screen sizes right?
If I'm not mistaken, if you're using the relative positioning, the menu will look different in different screen sizes right?
Re: relative position
Thats right. Table laypot support is very important. I want to place menu on centred page, but aligned to right side. Offset seems to be not working for me.