vidmarc Posted April 17, 2018 Posted April 17, 2018 We have a link set up on the navigation bar which takes you to an external site. Would it be possible to open this link in a frame, thus keeping the customer on our website? Example: https://nucleusfilms.com (link = Digital) Quote
Al Brookbanks Posted April 17, 2018 Posted April 17, 2018 Yup... https://foundation.zurb.com/sites/docs/v/5.5.3/components/reveal.html Quote
vidmarc Posted April 17, 2018 Author Posted April 17, 2018 (edited) Thanks for the link - do I just add this to the link in question? Or is this just for a pop-up? Quote <a href="#" data-reveal-id="myModal">Click Me For A Modal</a> <div id="myModal" class="reveal-modal" data-reveal aria-labelledby="modalTitle" aria-hidden="true" role="dialog"> <h2 id="modalTitle">Awesome. I have it.</h2> <p class="lead">Your couch. It is mine.</p> <p>I'm a cool paragraph that lives inside of an even cooler modal. Wins!</p> <a class="close-reveal-modal" aria-label="Close">×</a> </div> Edited April 17, 2018 by vidmarc Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.