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?
Comments
Another style question:
I tried to set up css:
.imagethumb a:active {
border:solid 1px #ff0000;
}
to show where i´m now on the thumbnails. But doesn´t work?
can i do something else?