ww wrote:
> here is a link to a test page i am working on
>
> http://www.todayhomes.com/v2/
>
> i would like the menu to center itself within the table and the drop
> down menu to appear below the main menu no matter what the browser
> window is sized to.
As Christian said, you need "position:relative" in #TJKDropDownMenu
To center the menu you can try this:
#menu {width:20em;margin:0 auto}
You have to increase the top margin for IE to have the nested ULs show below
the top level items.
Also, I think you have IE running in Quirksmode, so I believe using a simple
#menu {text-align:center}should do the trick.
HTH,
Thierry | www.TJKDesign.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/