[css-d] horizontal drop down menu with HORIZONTAL drop down sub menus

2006-01-22 Thread ww
Hi folks,
I am trying to create a simple centered horizontal (text) menu with a
drop down menu that is HORIZONTAL not vertical. I need it to be placed
within a table.

I have been trying to implement this idea:

http://www.tjkdesign.com/articles/dropdown/demo.asp

But i can not get it to center and want the drop down menu to center
toono matter what the browser size is.

It can be css, or java script, or dhtml. I just need something that works.

any suggestions or links i should look at. I didn't think this was
going to be tough but it is killing me!

thanks in advance,
ww
__
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/


Re: [css-d] horizontal drop down menu with HORIZONTAL drop down sub menus

2006-01-22 Thread Christian Heilmann
 Hi folks,
 I am trying to create a simple centered horizontal (text) menu with a
 drop down menu that is HORIZONTAL not vertical. I need it to be placed
 within a table.
 I have been trying to implement this idea:
 http://www.tjkdesign.com/articles/dropdown/demo.asp
 But i can not get it to center and want the drop down menu to center
 toono matter what the browser size is.
 It can be css, or java script, or dhtml. I just need something that works.

Could you please not cross-post on thelist and css-d? Those of us who
are subscribed to both get enough email as it is...

DHTML = marketing speak for JavaScript + HTML + CSS

It would also be very helpful to send us an example where it doesn't
work, as Thierry's working example is nothing to debug, as there is no
bug :-)

--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/
__
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/


Re: [css-d] horizontal drop down menu with HORIZONTAL drop down sub menus

2006-01-22 Thread ww
On 1/22/06, Christian Heilmann [EMAIL PROTECTED] wrote:
 Could you please not cross-post on thelist and css-d? Those of us who
 are subscribed to both get enough email as it is...

 DHTML = marketing speak for JavaScript + HTML + CSS

 It would also be very helpful to send us an example where it doesn't
 work, as Thierry's working example is nothing to debug, as there is no
 bug :-)

 --
 Chris Heilmann
 Blog: http://www.wait-till-i.com

Sorry about the cross-post but i didn't assume that everyone on one
list was subscribed to the other and since it is sunday i was trying
to cover all possible friendly folks out there to help out.

I know Thierry's works great...but is not quite what i need,

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.

thanks,
ww

 Writing: http://icant.co.uk/
 Binaries: http://www.onlinetools.org/

__
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/


Re: [css-d] horizontal drop down menu with HORIZONTAL drop down sub menus

2006-01-22 Thread Christian Montoya
On 1/22/06, ww [EMAIL PROTECTED] wrote:
 here is a link to a test page i am working on

 http://www.todayhomes.com/v2/

Above everything else:

#TJKDropDownMenu {
position:relative;
}

Now it's inside. Style the rest as you need.

--
--
Christian Montoya
christianmontoya.com ... rdpdesign.com ... cssliquid.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/


Re: [css-d] horizontal drop down menu with HORIZONTAL drop down sub menus

2006-01-22 Thread ww
On 1/22/06, Christian Montoya [EMAIL PROTECTED] wrote:
 On 1/22/06, ww [EMAIL PROTECTED] wrote:
  here is a link to a test page i am working on
 
  http://www.todayhomes.com/v2/

 Above everything else:

 #TJKDropDownMenu {
 position:relative;
 }

 Now it's inside. Style the rest as you need.

I'm so close i can feel it!

I added the code you suggested as well as another snippet offered from
a different list member. Now my sub menu does appear under the main
menu...yeah!!...but i still can't get the whole thing to center within
the table.

http://www.todayhomes.com/v2/

link to css: http://www.todayhomes.com/v2/css/menu/basic.css

every thing is great...i just need the menu to be centered instead of flush left

thanks again,
ww
__
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/