Forum Moderators: open
This is the css which keeps all of the content from the main page below the navigation iframe:
#wrapper {
text-align: left;
width: 728px;
position: relative;
margin: 0px auto;
padding-top: 104px;
}
The padding is what keeps the main content further down the page so it doesn't cover the navigation iframe.
What I think is happening is that the Iframe is behind this padding and therefore the links can't be selected.
Does this make sense. If so is there a way I could fix it?
Try using absolute links in the code for the iframe, not relative.
Example of absolute link: [mysite.com...]
Example of relative link: subfolder/mypage.htm