Forum Moderators: open
I use FF on my home PC and had them working fine. A link in the left cell would open a page into the right cell:
menu:
<li><a href="contact.shtml" target="content">Contact Us</a></li>
right cell:
<iframe src="opening-page.shtml" frameborder="0" width="100%" height="100%" align="left" name="content">
worked like a dream.
then, when finished, opened it up in IE, click the "Contact Us" link and nothing happens in the "content" named frame.
are there any issues with iframes and IE I should be aware of?