|
User Details |
message
|
|
post date:
2009-08-01 13:55:00
|
this is driving me crazy....how do i centre the menu??
Cheers Anna
gronlund.co.uk
|
|
|
post date:
2009-08-01 15:52:09
|
....and now its not showing in Dreamweaver....i must have pressed something because it was working. Now the whole menu is in text and at the bottom is says:
This menu requires JavaScript in order to be properly displayed.
I cant edit it anymore!
cheers Anna
gronlund.co.uk
|
|
|
post date:
2009-08-02 05:34:48
|
ok, it seems to centre in opera but not in safari and firefox.......
and i got the menu to work in dreamweaver again.
So my only problem is,
how do i centre the menu in safari and firefox??
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2009-08-03 09:01:06
|
Hello Anna,
One way to do it is to put the menu code inside of a wrapper div that has align set to "center". It would go something like this:
<div id="menuWrapper" align="center">
<!-- (FlexiMenusJS Begin) #2 -->
{menu code}
<!-- (FlexiMenusJS End) #2 -->
</div>
Regards,
Andrei Rinciog
|
|