tomus
08-14-2008, 11:06 PM
1) Script Title: Facebox image and content viewer (v 1.1)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/facebox/index.htm
3) Describe problem: I'm attempting to have the facebox appear in a different frame than where it was created/defined. The following example is the means I used to display an inline div.
<p><a href="#mydiv" rel="facebox">View DIV with id="mydiv" on the page</a></p>
<div id="mydiv" style="display:none">
This is the contents of a hidden DIV on the page, with ID="mydiv" and style set to "display:none" <br /><a href="http://www.dynamicdrive.com">Dynamic Drive</a>
</div>
I've tried using the "target" specifier in the anchor <a target="myframe".... but did not have any success. What I'm really wanting to do is to be able to display the facebox at any location on the entire page. Any help would be appreciated.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/facebox/index.htm
3) Describe problem: I'm attempting to have the facebox appear in a different frame than where it was created/defined. The following example is the means I used to display an inline div.
<p><a href="#mydiv" rel="facebox">View DIV with id="mydiv" on the page</a></p>
<div id="mydiv" style="display:none">
This is the contents of a hidden DIV on the page, with ID="mydiv" and style set to "display:none" <br /><a href="http://www.dynamicdrive.com">Dynamic Drive</a>
</div>
I've tried using the "target" specifier in the anchor <a target="myframe".... but did not have any success. What I'm really wanting to do is to be able to display the facebox at any location on the entire page. Any help would be appreciated.