Before I go any further, you probably should look at doing that site via hand versus the pitfalls of Dr*amw*av*r. DW tends to create some very bulky and inefficient code, which is what we have here.
You could, theoretically, use absolute positioning on this if you added style="position: relative" to each table cell that contains a menu link.
Your absolute positioning would then be defined relative to that table cell (the top left would be 0, 0).
Whenever you define absolute positioning inside of a relatively positioned item, the absolute positioning is defined in relation to that relatively positioned item.
|