Forum Moderators: not2easy
When I load up the page it looks great - just the way I want it and I can scroll up and down - but as soon as I mouse over one of the links in the container div the div changes height and obscures the bottom of the iframe.
Any ideas?
This is the CSS for the content part in which the iframe is contained:
#content
{
position: absolute;
top:7em;
left:16em;
clear:all;
float: right;
width: 65%;
padding: 10px;
background-color: #E9E2DD;
border: 1px solid #33414D;
}
This is the iframe, which is the only thing in the div, apart from some txt in <p> tags.
<iframe name="news" src="news.html" frameborder="0" height="95%" width="40%" border="0" align="right" style="border: 1px #33414D solid;"></iframe>