Mon May 14 2007, 08:42PM
I want to add this http://www.pr-clan.com/uploads/border.html sorta border (mouse over image) to all images posted with the lightbox bbcode http://free-source.net/e107_plugins/lightbox/images/bb.png just where would i add this cmd so it calls it from the theme's style.css file:

<a href="#" class="thumb-link"><img src="phpThumb_generated_thumbnailjpg.jpg"></a>

[ Edited Mon May 14 2007, 08:43PM ]
Back to top
Mon May 14 2007, 09:44PM
open thumb.bb (folder sgallery/) and add it to the html output code
Back to top
Fri Jul 20 2007, 03:44PM
How can i add this to the lightbox.bb file as well?

I have tried doing it but in FF the border only appeara around the text behind the image, works fine in IE7 though.

a.border {
border: 2px solid #ACC6C5;
background: #ACC6C5;
}

a.border:hover {
border: 2px solid #DC6504;
background: #ACC6C5;
}


} else {
$imagelink = '<a class="border" href="'.$tp -> toAttribute($parm_array[0]).'"'.$rel.$tit.'>'.$code_text.'</a>';
}
Back to top
Sun Jul 22 2007, 11:31PM
It should be added as an img class/style not in <a> element.
Back to top
Moderators: SonicE, veskoto, SecretR, Stoewarius, steved, McFly, Cameron, yanniiwanow
Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF

Jump:     Back to top