hidden image

Page: 1

Author Post
pipoulito
Guest
hello,

is it possible to have a single image visible on a page, and by clicking on it
launching floatbox with navigation on others one ?
hiding all the image on the page exept the first ?
thanxxx
Administrator
Registered: Aug 2008
Posts: 3382
Sure. Easy to do.
Use anchors that have no displayed content between the <a> and </a> segments. For example:
<a href="image1.jpg" rel="floatboxGroup"><img src="thumb1.jpg" /></a>
<a href="image2.jpg" rel="floatboxGroup"></a>
<a href="image3.jpg" rel="floatboxGroup"></a>

Page: 1