Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   HTML (http://www.velocityreviews.com/forums/f31-html.html)
-   -   Expandable menu (http://www.velocityreviews.com/forums/t156568-expandable-menu.html)

Nico Schuyt 01-09-2004 01:57 PM

Expandable menu
 
I have to make an expandable menu for the site www.cartal.nl.
On http://www.cartal.nl/test_menu_sub.php there are two alternatives:
a. A PHP-solution (style sheet switch) on the link "Assortiment" (my
personal preference)
b. Sub menu on top of some pages

However I'm still searching for a simple js-dropdown menu with fall back in
case js is disabled.
On http://www.nicoschuyt.nl/test/cartal_test.htm a first draft. Based on
http://www.alistapart.com/articles/dropdowns (Thanks again to Chris Harris!)
Main problem (there are more) is that the sub menu shows too low in IE6 and
Mozilla when the top level is a link. Probably something to do with the
'display block' in the links *and* in the list items.

Anyone a suggestion?
Nico



picayunish 01-10-2004 12:24 PM

Re: Expandable menu
 
Nico Schuyt wrote:
> I have to make an expandable menu for the site www.cartal.nl.
> On http://www.cartal.nl/test_menu_sub.php there are two alternatives:
> a. A PHP-solution (style sheet switch) on the link "Assortiment" (my
> personal preference)
> b. Sub menu on top of some pages
>
> However I'm still searching for a simple js-dropdown menu with fall back in
> case js is disabled.
> On http://www.nicoschuyt.nl/test/cartal_test.htm a first draft. Based on
> http://www.alistapart.com/articles/dropdowns (Thanks again to Chris Harris!)


Why not keeping navigation current with php?
http://www.alistapart.com/articles/keepingcurrent/
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction

Nico Schuyt 01-10-2004 12:51 PM

Re: Expandable menu
 
picayunish wrote:
> Nico Schuyt wrote:
>> I have to make an expandable menu for the site www.cartal.nl.
>> On http://www.cartal.nl/test_menu_sub.php there are two alternatives:
>> a. A PHP-solution (style sheet switch) on the link "Assortiment" (my
>> personal preference)
>> b. Sub menu on top of some pages
>> However I'm still searching for a simple js-dropdown menu with fall
>> back in case js is disabled.
>> On http://www.nicoschuyt.nl/test/cartal_test.htm a first draft.
>> Based on http://www.alistapart.com/articles/dropdowns (Thanks again
>> to Chris Harris!)


> Why not keeping navigation current with php?
> http://www.alistapart.com/articles/keepingcurrent/


Ehhh, maybe I didn't read it carefully, but it seems to be a method to make
the menu specific for the current page.
I don't see the relation with the requested expansion of the menu on hover
:-(
BTW I applied solution A. to www.cartal.nl but intend to find a more user
friendly solution in the near future.
Cheers, Nico




All times are GMT. The time now is 04:03 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57