deanpeters
Junior Member
Posts: 3
Registered: 2/28/2003
Member Is Offline
|
| posted on 3/1/2003 at 12:43 PM |
|
|
positioning within tableless design
Using Gold, I'm still having troubles getting a menu to align center or to the right within a <div tag using Mozilla.
Any work arounds? For example, using demo0,
MENU_POS0['align'] = "center";
doesn't seem to work. Nor does positioning the top on any browser using:
MENU_POS0['top'] = 150;
Is this the wrong demo to try this stuff with?
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 3/11/2003 at 10:05 AM |
|
|
'Align' key for menu scope settings is not supported in Tigra Menu Gold but we have this feature in Menu PRO. Menu Gold is positioned only
at that place where its constructor has been called. If you want to align menu relatively whole page you should insert it either in table of the
uppest level with appropriate alignment or in floating container like <div style="position:absolute">
|
|
|