JackJack
05-14-2008, 06:37 PM
1) Script Title: Lightbox image viewer 2.03a
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm
3) Describe problem: Is there a way to style the rev link in the <a href>?
Here's the two codes I tried (in red), but neither worked. The first code is a class style from an external CSS style sheet (.red).
<a class="red" href="image.jpg" rel="lightbox" title="Go to another page" rev="/anotherPage.html">Image</a>
<a style="color:red" href="image.jpg" rel="lightbox" title="Go to another page" rev="/anotherPage.html">Image</a>
Thanks,
JackJack
:)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm
3) Describe problem: Is there a way to style the rev link in the <a href>?
Here's the two codes I tried (in red), but neither worked. The first code is a class style from an external CSS style sheet (.red).
<a class="red" href="image.jpg" rel="lightbox" title="Go to another page" rev="/anotherPage.html">Image</a>
<a style="color:red" href="image.jpg" rel="lightbox" title="Go to another page" rev="/anotherPage.html">Image</a>
Thanks,
JackJack
:)