SanderKnary
05-04-2009, 01:27 PM
Hello,
I've been having some problems with a div which I want to 'float' (not the css property float) sort of 'over' the actual site. Here's the site;
http://tostidee.nl/v1public/template.htm
It's the right image with 'Populair Tostideetje!' in it (div id='tostideetje' in the html). Currently it's positioned the way I want it, but because of the 'bottom: 140px' code I used, the 140 pixels under the div aren't accessible, which is why the jibberish text under it is so much lower. I could reposition that div using 'bottom=140px' as well, but then the problem would still exist only now under that div.
How could I get the effect I want (have that 'tostideetje' going out of the site' bounds) without messing other stuff up?
I've been having some problems with a div which I want to 'float' (not the css property float) sort of 'over' the actual site. Here's the site;
http://tostidee.nl/v1public/template.htm
It's the right image with 'Populair Tostideetje!' in it (div id='tostideetje' in the html). Currently it's positioned the way I want it, but because of the 'bottom: 140px' code I used, the 140 pixels under the div aren't accessible, which is why the jibberish text under it is so much lower. I could reposition that div using 'bottom=140px' as well, but then the problem would still exist only now under that div.
How could I get the effect I want (have that 'tostideetje' going out of the site' bounds) without messing other stuff up?