Forum Moderators: open
If you only need two iframe's on your page, why don't you just eliminate the navigation one and just keep the main one? Set it up so the links are on the left and put the iframe to the right of the links... you'll get the same effect and won't have to worry about this iframe stuff. I've seen this done on many sites and it works great.
and...
<DIV id=nav
style="Z-INDEX: 1; LEFT: 43px; WIDTH: 100px; POSITION: absolute; TOP: 210px">
<DIV class=nav>
<iframe frameborder=0 src="nav.html" width="109" height="138" name="nav" > </iframe>
</DIV></DIV>
The way it's set up, I have to use the DIV coordinates, I'm making a site for this guy and after it was all complete, he told me he wanted hover buttons, and I had already made the layout one big picture so I could use a map for the links, well now I put a small iframe over the navigation buttons and put them in one by one [ I broke them off of the main picture ]. So I need to know how I can get each navigation link from "nav" to go into iframe "main".