Hi,
I'm using ARI Sexy Lightbox to display two lightboxes in the same article: "Text A" and "Text B". But when I open them, I see the same text in both.
Here is the code I´m using:
Code: |
<div id="sexyContent" style="display: none;">
<p>Paragraph A1</p>
<p>Paragraph A2</p>
</div>
<p><a href="#TB_inline?inlineId=sexyContent&height=270&width=400&modal=1" rel="sexylightbox" title="Title A">
Text to show A
<div id="sexyContent" style="display: none;">
<p>Paragraph B1</p>
<p>Paragraph B2</p>
</div>
<p><a href="#TB_inline?inlineId=sexyContent&height=270&width=400&modal=1" rel="sexylightbox" title="Title B">
Text to show B
|
To help u understand here is the link:
lotecircular.cl/index.php/equipo
or see thr screenshot attached
What am I doing wrong?
PLEACE HELP!