I am used to working with html code, but using some javacript to get multiple iframes to work has presented me a problem in IE. The website i am trying to design is is http://younggunpoker.net. I added this script to influence two iframes to each link in my navigation bar.
<a href="pages/home/index.html" target="menu" onClick="window.content.location.href='pages/home/home.htm';return true; "
for some reason everything looks good in firefox but the background is all chopped up in IE.
Is there a way to fix this or do IE and javascript always have conflicts of this type.
If so is there a better way to load 2 iframes with different pages then the way i have figured out?
|