I am interested in embedding a menu that I created in Freeway in another webpage. The menu will have sub-menu drop downs. What code do I need to pull from the Freeway site that I’ve made?
I’ve tried embedding before, and I can get it to show the images and have the links work, but none of the rollovers work. My friend suggested that maybe I need to provide an absolute URL to my CSS/javascript files…is this the case?
Just to be clear- I need to EMBED the menu that I created in FW into a third-party page. The site allows me access to the of the page, but does not allow me access to the currently.
Am I stuck with an iFrame until I can get access to the section?
You can add script and style blocks inside the body – the style
blocks won’t be valid there, but it will work as long as it appears
before the element it’s meant to style in source or DOM order. Script
blocks can be anywhere inside the HTML tags and be both valid and
working. So the only issue will be to extract the code, and figure out
a different way to initialize scripts that are currently being set up
in “onload” event handlers.
Walter
On Sep 23, 2010, at 5:42 PM, twb716 wrote:
Just to be clear- I need to EMBED the menu that I created in FW into
a third-party page. The site allows me access to the of the
page, but does not allow me access to the currently.
Am I stuck with an iFrame until I can get access to the
section?
There are various CSS rollover tricks you can use without JavaScript.
The CSS Menu Action shows that in practice. I have another example up
showing CSS Sprites, which is how you would do this with images. Home
Walter
On Sep 24, 2010, at 7:18 AM, twb716 wrote:
Thanks, Walter. I am trying my best to understand. I have tried
copying/pasting the code into the body, but the entire page just
goes blank when I do.
Is there a way to have rollovers without javascript?