Changing the Presentation of Highslide Iframe -
i experimenting highslide @ moment, , impressed.
i have been able customise gallery want, having less luck iframe. pop-up appears header "close" link in top right corner , resize icon in bottom right corner.
i can remove header , footer
.highslide-header { display: none; } .highslide-footer { display: none; } in css, , play around other settings in css. can't find way put "close" link footer. (i close bottom right.)
any guidance gratefully received.
my final solution after working away @ earlyout's suggestions still having problems. final solution remove header , footer mentioned above , place "close" link in caption (which special custom overlay). required 1 little bit of code in html, thumbnail link became
<a href="url_of_the_target_file" onclick="return hs.htmlexpand(this, { objecttype: 'iframe', width: 665, height: null } )"></a> <div class='highslide-caption closer'> <a href="#" onclick="return hs.close(this)">close</a> </div> i added "closer" class because seemed easiest way of formatting "close" link.
this example should lead in right direction. note overlay positioning , added css "close" buttons:
http://www.roadrash.no/hs-support/example-iframes-different-closebuttons.html
Comments
Post a Comment