Click to See Complete Forum and Search --> : dynamically position the HM menu


letford
12-07-2002, 11:32 PM
Hi,
I'm trying to position the hm menus and know that I can position it left and top by adding the appropriate parameters.

I also know that I can use: HM_f_CenterMenu, which will centre the menu.

What I'm trying to do is dynamically position it in a table, so if I change the size of my header image it always moves below it.

can someone let me know how I would do something like that.

Thanks for any help.

Stefan
12-08-2002, 05:00 AM
What's a HM menu?
Don't expect us to know the code for everything you have downloaded of the net by heart.

In any case, to position something you normally use CSS. In your case something like this might be apropriate

{position:relative; top:0; left:0;}

but it's hard to know without an url to your page.