[css-d] drop down menu problem ? CSS or JS issue

2007-08-11 Thread Peter Elias
(Disclaimer: I'm probably in over my head here. But willing to work and learn.) I'm using DynaMenu to generate a drop down horizontal menu bar in a PostNuke site. This has worked fine for me on a previous site, where the drop downs line up correctly: http://www.virtualpooh.com/pn/index.php

Re: [css-d] drop down menu problem ? CSS or JS issue

2007-08-11 Thread Ingo Chao
Peter Elias wrote: http://www.virtualpooh.com/pn/index.php here, there is a general ruleset for table, div table, div {...} without a width setting. But http://www.fhcaweb.dreamhosters.com/index.php here, the table and the dynamenu table rules both apply a width of 90%. The drop down is

Re: [css-d] drop down menu problem ? CSS or JS issue

2007-08-11 Thread Peter Elias
At 9:08 PM +0200 8/11/07, Ingo Chao wrote: here,...there is a general ruleset for table, div table, div {...} without a width setting. But here... the table and the dynamenu table rules both apply a width of 90%. The drop down is basically a table within an absolutely positioned div. This