I'm am trying to make a layout with a few graphics and an iframe using css positioning - my idea is to make a layout no bigger than the screen.
Basically I've just put my images and iframe onto a html page in a fixed size div and positioned it using relative positioning.
The positioning part work as it should and the site looks as it should in all screen resolutions.
My problem is, when I view the site in the browser there's a lot of empty space at the bottom of my page in the div... the page is just as big as if I didn't position the elements at all. Even if the content fits nicely in my fixed size div I can scroll down on the empty space.
Now I tried fixing this by just removing the scroll option for the div, and it seemed to work alright. BUT when I use links in my iframe with named anchors what happens is the links works ok but the page in the div will automatically scroll/jump down to the bottom of that page (i.e the empty space) when the link is activated
I have NO idea how to fix this and I would be really sorry to ditch my layout because of this. I'd be really happy for any advice on this