Welcome, Guest. Please login or register.
Did you miss your activation email?
May 23, 2012, 11:47:47 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155407 Posts in 21698 Topics by 7732 Members
Latest Member: ox8yxwwx534fh
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: showmenu2 classes  (Read 727 times)
BartA

Offline Offline

Posts: 15


« on: July 20, 2008, 09:10:21 AM »

hi all,

i'm struggling with styling a menu using showmenu2()

It's quite straightforward, an inline menu with some css applied to it. The call:

show_menu2(0, SM2_ROOT, SM2_START, SM2_ALL, ' | [a][menu_title]</a>', '', '', '', '[a][menu_title]</a>');

li.menu-current should affect the current menu item, but it doesn't. Well actually it does only the size of the text. [AC] stands for <a> tag including class > What class do they mean?

Can somebody give me the right classes for the current and the normal menu? Or any other way out?

Thanks a alot.
Logged
BerndJM

Offline Offline

Posts: 1764



« Reply #1 on: July 20, 2008, 12:42:48 PM »

Hi,

you're on the right way, in your example you can format the current like this:
Code:
li.menu-current a { ... }
so it should take all the formating, not only the text-size

[ac] use the same classes , so with [ac] you can format it like this:
Code:
a.menu-current { ... }
or
Code:
li a.menu-current { ... }

In both cases the same format also for the pseudo-classes a:active - a: hover - etc.

Regards Bernd
Logged

In theory, there is no difference between theory and practice. But, in practice, there is.
BartA

Offline Offline

Posts: 15


« Reply #2 on: July 20, 2008, 12:55:17 PM »

thanks for your reply, it was partially helpfull. Now I am able to change the menu-current, but do you have an idea style the whole menu?
Logged
BerndJM

Offline Offline

Posts: 1764



« Reply #3 on: July 20, 2008, 01:10:18 PM »

Hi,

for example you can put the SM2 call in a div with a class
Code:
<div class="menu"><?php show_menu2(0SM2_ROOTSM2_STARTSM2_ALL' | [a][menu_title]</a>''''''''[a][menu_title]</a>'); ?></div>
so you can style the menu based on this class:
Code:
div.menu ul { ...}
div.menu li { ... }
and so on ...

Regards Bernd
Logged

In theory, there is no difference between theory and practice. But, in practice, there is.
BartA

Offline Offline

Posts: 15


« Reply #4 on: July 20, 2008, 01:21:20 PM »

if you were a girl, i would kissed you   wink
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!