Forum Moderators: open
I have a page on my website that is a 'portfolio' page. I have a list of links and an imbedded iframe tag. When you click on one of the links it opens the corresponding file IN the iframe. Everything works fine except in IE, the link that is 'open' suddenly dissapears. For instance:
Link One
Link Two
Link Three
And you've clicked on 'Link Two' and the page "Link Two's Page" pops up into the iframe. In NS, it works the way I would like it to, but in IE, the words Link Two dissapear! (I'd give a link for an example, but don't want to violate the rules. :D)
Any ideas?
Thanks,
Ramsey
<table width="100%" border="0" align="center">
<tr valign="top">
<td class="bodytext"><a href="portfolio/link1file.html" target="frame1">Link One</a><br>
<a href="portfolio/link2file.html" target="frame1">Link Two</a><br>
<a href="portfolio/link3file.html" target="frame1">Link Three</a> </td>
<td width="300"> <iframe name="frame1" src="/portfolio/start.html" width=300 height=400></iframe></td>
</tr>
</table> Hope that helps some... This is really confusing me. When clicking on Link One, the page comes up fine, but the words Link One from the left column of the table are gone... you can move your mouse in that area and see the link... it's almost like the link's text color turns to the same color as the background.
Ramsey