ZenphotoCMS Forum
Style question - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Style question (/thread-2745.html)



Style question - PierreSnugg - 2008-04-25

Hello there,

i got a problem with the "on go" thing:

TITLE:

if i click on the imagetitle the whole style shows up like: font:...,size:.. etc.
how do i have to write this class within the php thing, something like:

TITLE:

of course it crashes...
can somebody help?




Style question - acrylian - 2008-04-25

Besides the fact that the tags is deprecated ans should not be used anymore: TITLE:




Style question - PierreSnugg - 2008-04-25

Ah, i see. foxed it.

Another style question:

I tried to set up css:

.imagethumb a:active {
borderolid 1px #ff0000;
}

to show where i´m now on the thumbnails. But doesn´t work?
can i do something else?




Style question - macalter - 2008-04-25

You may want to try the hover class instead, so when your mouse moves over it highlights the thumb. I used that and it works.




Style question - PierreSnugg - 2008-04-25

I tried hover, that works of course, but what i need is an active status what has been clicked right now. like the album_menu_active...