Hello,
I am using the Apple-style menu provided here: http://www.dynamicdrive.com/dynamici...menu-apple.htm , but I would like to modify it slightly to load content into an iframe. The problem I am running into, is that the silver background and text styling disappear with the "title" tag.
A snippet of the original code looked like this:
I used the following tutorial to learn about loading content to iframes, but the example uses "h3 class=" tags: http://www.dynamicdrive.com/dynamici...uppliment2.htm (near the bottom titled "Doing something whenever the user expands a header"Code:<div class="silverheader"><a href=iframetest.php>HOME</a></div> <div class="submenu"></div>
Modifying the code slightly, I was able to load the content into the iframe, but the styling changed dramatically.
Any help would be greatly appreciated.Code:<div class="silverheader" title="iframetest.php">HOME</div>



Reply With Quote
Bookmarks