Hey folks. Is it possible to have links to an image open in-front of a page? I don't know the correct terminology, but I'd like links to open the way that clicking Image 1 in Embedding a webpage in an assignment (iframes) opens. I should mention that I am comfortable using the HTML editor. Thanks in advanced for any help!
Solved! Go to Solution.
Richard,
It's not exactly an overlay but you may be able to do what you're hoping to accomplish by using a pop-up dialog box. Here's a page that discusses various enhancements, including pop-up dialog boxes: Using jQuery without Custom Javascript
Here's the section from that document:
<div id="dialog_for_link1" class="enhanceable_content dialog">dialog for link 1</div>
<a href="#dialog_for_link1" id="link1">link 1</a>
Additionally, this discussion may also help you even if you're not looking to accomplish it within a quiz: Re: Image popup inside a quiz question
Richard,
It's not exactly an overlay but you may be able to do what you're hoping to accomplish by using a pop-up dialog box. Here's a page that discusses various enhancements, including pop-up dialog boxes: Using jQuery without Custom Javascript
Here's the section from that document:
<div id="dialog_for_link1" class="enhanceable_content dialog">dialog for link 1</div>
<a href="#dialog_for_link1" id="link1">link 1</a>
Additionally, this discussion may also help you even if you're not looking to accomplish it within a quiz: Re: Image popup inside a quiz question
Richard,
You may also find this comment helpful as another way to get something similar: https://community.canvaslms.com/message/32479#comment-32479
Thanks! I'm running into a little problem now. The more I look at these threads, the more I want to try. :smileymischief:
I understand! It's quite addicting. :smileydevil: