ww wrote:

>[...]
>http://www.tjkdesign.com/articles/dropdown/demo.asp
>
>i can not get it to center and want the drop down menu to center
>too....no matter what the browser size is.
>[...]
>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
>[...]
>
Hi Warren,

Why not a simple { margin: 0 auto; text-align: center;} around the menu?
So with the Edit-CCS button in the Firefox Webdeveloper Extension 
<http://chrispederick.com/work/webdeveloper/> I made some quick changes. 
Huh? Nothing was working, no reactions on margin-changing to "{margin: 0 
auto; text-align: center; width: 100%;}" and so.
Plonged into the source code, and ... whah! It's an hybrid style: 
partially tables, and partially (the menu) pure css. But the css 
menu-demo of  Tjkdesign is not made for including in a tablecell! That's 
asking for troubles, I think, and using an other editing program will 
not help to much, I'm afraid.

I should first remove all the tables and make the whole page styling in 
css; then it will probably be easy to finetune the menu.

Succes,
francky
______________________________________________________________________
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/

Reply via email to