-
using Iframe for navigation
Hi,
I want to use Iframe for navigation in my website. I am using pure css based navigation and using class="active" to show a highlighted link.
But now with the use of iframe I don't know how to show "active" link, as navigation page is separate than rest of the pages.
The code for iframe that goes in each page is as follows:
<div id="navbar">
<iframe
class="newframe" allowtransparency="true"
width="970"
height="70"
MARGINWIDTH="10"
marginheight="-10"
src="html/navbar.html"
frameborder="0"
scrolling="no"></iframe>
</div>
Can somebody please help me, how to show "active" links in navigation say without using class"active", or is there any other way than using iframes?
Thanks
Leena
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks