I've got an xp style dhtml menue that I'm trying to place within a table
Return to Recent Questions
Q:
I've got an xp style menu that I'm trying to place within a
table... Things are not rendering as I'd expect
I am trying to put the menu in the left column of the table, a
form on the right side, and then center the entire table.
The html table is surrounded by a center tag (have tried a div tag with no difference).
It appears the xp menu is obeying the center tag, but not keeping
it relative to the containing table...
How can I fix this issue? I have also attached the html source
code as it is rendered in the browser in case that is of some use.
A:
You should set the following parameter:
var tabsolute = 0;
You're using absolute position for the menu now.
Return to Recent Questions
Related:
|