Hi Guys,
First of all i like to say your support looks good. Forum, manuals and all. I searched the forums for my particular problem but i couldnt find it.
Okay here it goes:
I'm working on
this website.
This website is a little different from a normal joomla website as for that the pages are modules instead of articles. The problem i have is that i want those white circles (image) to link to a popup with info and a image from a company.
This is how the code looks like:
Code: |
<div class="page-wrap">
<h3 class="page-title"><span>P</span>artners</h3>
<div class="clearfix" style="margin-bottom: 40px;">
<div class="ja-feature-box left">
{arisexylightbox activeType="icontent" width="300" height="250" link="<img height="120" width="120" src="images/stories/demo/sv-1.png" />" title="Hidden text"}Inline content which you want to show in sexy lightbox goes here.{/arisexylightbox}
</div>
<div class="ja-feature-box center"><img height="120" width="120" src="images/stories/demo/sv-2.png" /></div>
<div class="ja-feature-box center"><img height="120" width="120" src="images/stories/demo/sv-3.png" /></div>
<div class="ja-feature-box right"><img height="120" width="120" src="images/stories/demo/sv-4.png" /></div>
</div>
<div class="clearfix">
<div class="ja-feature-box left"><img height="120" width="120" src="images/stories/demo/sv-5.png" alt="Multi Menu & Overrides" /></div>
<div class="ja-feature-box center"><img height="120" width="120" src="images/stories/demo/sv-6.png" alt="Themes, layout & Profiles" /></div>
<div class="ja-feature-box center"><img height="120" width="120" src="images/stories/demo/sv-7.png" alt="Stability & Durability" /></div>
<div class="ja-feature-box right"><img height="120" width="120" src="images/stories/demo/sv-8.png" alt="Cache & CSS/JS Compress" /></div>
</div>
</div>
|
I'm not so good with the code thing so i hope you guys can help me out on this one. I don't know what i'm doing wrong.
I do get it to work with a text link outside the div tags but thats not what i need.
Thanks for your help.
Tom