Custom Menu at Top of Page - Can phpWcms do this?

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Custom Menu at Top of Page - Can phpWcms do this?

Post by jsw_nz »

Hi Guys

I know Oliver wrote a horizontal menu (top drill-down) option that works fine...

However I came across a menu system that uses image rollovers for the first tier of links
and then a standard show/hide script on ul li subcategories. Is there any straightforward
way to pull this off....ie can modification to Oliver's style sheets accomplish this....

http://www.dimond.co.nz/default.htm
(menu top of page)

thanks for any pointers in advance,
john - jsw_nz
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Custom Menu at Top of Page - Can phpWcms do this?

Post by juergen »

Some good ol'fashioned table dance ;)

Nowadays:

http://www.phpwcms-howto.de/wiki/doku.p ... v_horiz_dd

Knuts little help for anything. Perhaps the newer Nav_lis_ul may do the same, this one is worked out clearly. Rest is CSS only.
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: Custom Menu at Top of Page - Can phpWcms do this?

Post by update »

DF6IH wrote:http://www.phpwcms-howto.de/wiki/doku.p ... v_horiz_dd
This one is working very well and will serve your purpose perfectly ;)
I have used it my own several times...
But http://www.phpwcms-howto.de/wiki/doku.p ... parameters will do even "more perfectly" (it has a div wrapper for ul) :)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Re: Custom Menu at Top of Page - Can phpWcms do this?

Post by jsw_nz »

thanks guys for the link to Knut's RT !

- what I need to know before starting to 'understand' the RT code....
- will this support images in first row - as pictured in this link:

http://www.dimond.co.nz/default.htm

Got to believe there is a way to apply background img to <a> tags in first row
- then using standard rollover to reposition and show 'highlight' - (css image rollover)
- the rest of the menu would be css only - yes - so images would be possible on first row
- using Knut's amazing RT - your advice.... ?


cheers
-jsw_nz-
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: Custom Menu at Top of Page - Can phpWcms do this?

Post by Oliver Georgi »

There is no image and no RT necessary.

Your menu can be done with pure CSS these days. Forget to use graphics in the way you think about it. The NAV_LIST_UL is perfect for your needs. It's pretty easy.

Check, you can have separate classes for each structure level item if you like to have different colors and so on.

Use CSS border-radius and fallback right top corner background image for <IE9. @font-face should be used for the custom font.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Re: Custom Menu at Top of Page - Can phpWcms do this?

Post by jsw_nz »

Thanks Oliver

I will look into it - using @font-face again - the simpler the better - thanks again :D

thanks to all who chimed in - so nice to see support is still very strong and 'nearly immediate' here on the great phpwcms forums

gidday - jsw_nz
Post Reply