NedreN
03-17-2005, 01:00 AM
I have searched, (two or three times in the last few weeks), for the answer to this question, but haven't been able to find it.
Now to my question.
I have been using HV Menu on my site for a while now.
http://66.24.80.178
(Home server, ip address)
And everything looks fine using IE and mozilla firefox, while in 1024 x 768. But when someone "views" that page in a lower/higher resolution, the menu gets "off center" and doesnt look right. I tryed "fixing" it at first with something like:
if (navigator.vendor == 'Firefox')
{
/*For firefox*/
var StartTop=132;
var StartLeft=118;
} else {
/*For ie */
var StartTop=140;
var StartLeft=128;
}
In the menu_var file, and that fixed it for ie/firefox in that resolution. But I want it to "look right" for every resolution and browser. So my question is, how can I change/what can I change, to let me choose the "absolute position" of my menu, like being able to put it in a table cell, <div>, etc.
Can someone help me with this?
Now to my question.
I have been using HV Menu on my site for a while now.
http://66.24.80.178
(Home server, ip address)
And everything looks fine using IE and mozilla firefox, while in 1024 x 768. But when someone "views" that page in a lower/higher resolution, the menu gets "off center" and doesnt look right. I tryed "fixing" it at first with something like:
if (navigator.vendor == 'Firefox')
{
/*For firefox*/
var StartTop=132;
var StartLeft=118;
} else {
/*For ie */
var StartTop=140;
var StartLeft=128;
}
In the menu_var file, and that fixed it for ie/firefox in that resolution. But I want it to "look right" for every resolution and browser. So my question is, how can I change/what can I change, to let me choose the "absolute position" of my menu, like being able to put it in a table cell, <div>, etc.
Can someone help me with this?