Hi,
I'm working on a modified default theme which uses the "album_menu".
I need to hide one or more ``'s with CSS.
Is it possible to assign different classes to each generated with a non-active link????? (for instance:
I can probably work someting out but I will have to do it all over again with each update..... and I prefer using CSS over JavaScript.
Thanks
Hi Malte,
I'm using print_album_menu 1.4.5
It generates an unordered list from the populated albums, right ?
Like so:
`
[]tanzania
[]fliebedie
archief
[*]home
`
What I would very much like is that every has it's unique class-name. Like: or something like that.
That way I can style each `` separately with CSS.
(Ofcourse the `` with the active link in it already gets a class-name and can be styled)
Cheers
....going on about classes for ``
That's my problem.
I have two albums "home"and "archive". I want to hide the generated links of those albums.
(I use a different link for "home" and "archive" is an archive with older images)
And I'd like the search function to include those albums.
Thanks acrylian