|
Your problem isn't in your iframe code, it's in the link pages' CSS code. You have "overflow:hidden" in your body tag which is going to hide everything outside of the visible area, so it's not going to scroll. remove that and you should be good. IE's CSS support sucks, so that's why you saw it there.
Also, on your linked pages the CSS Linking tag should be inside the header tag. That may cause problems for other browsers as well.
But from a design point of view, why limit people to such a small viewable area? I have a large screen and I have to view your site through a little box. Why not allow the content to expand the containing box? If they are going to scroll anyway, why not let the people with larger screens not have to scroll as much? Just my 2¢.
Last edited by funkdaddu; 10-07-2005 at 08:51 AM..
|