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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -