View Single Post
  #3 (permalink)  
Old 11-03-2005, 01:16 PM
ADAM Web Design's Avatar
ADAM Web Design ADAM Web Design is offline
WebProWorld 1,000+ Club
 
Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,181
ADAM Web Design RepRank 1
Default

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.
Reply With Quote