Member
Member
PierreSnugg   2008-04-25, 11:12
#1
Hello there,

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

<font class="narrow">TITLE: <?php printImageTitle(true); ?></font>

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: <?php<font class="narrow"> printImageTitle(true);</font> ?>

of course it crashes...
can somebody help?
Administrator
Administrator
acrylian   2008-04-25, 11:24
#2
Besides the fact that the <font> tags is deprecated ans should not be used anymore: `TITLE:<font class="narrow"><?php printImageTitle(true); ?></font>`
Member
Member
PierreSnugg   2008-04-25, 12:12
#3
Ah, i see. foxed it.

Another style question:

I tried to set up css:

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

to show where i´m now on the thumbnails. But doesn´t work?
can i do something else?
Member
Member
macalter   2008-04-25, 14:43
#4
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.
Member
Member
PierreSnugg   2008-04-25, 16:03
#5
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...
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.