|
Posted by Greg N. on 07/29/05 16:02
Hi,
please have a look at the example at
http://coolhaus.de/misc/text-over-image.htm
The content of this page should nicely fit in the browser window, yet
the page has a vertical scroll bar, and it appears to be much taller
than necessary.
What makes this page so tall, and how can I avoid this effect?
This is the source code:
-------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<body>
<div style="position: relative; margin-bottom:90px;
top:90px; z-index: 1; ">
<img src="http://coolhaus.de/misc/troll1.jpg"
alt="sample image" title="">
</div>
<div style=" position: relative; top: -400px; z-index: 2;
font-size: xx-large">
<br>this<br>text<br>to be<br>placed<br>over<br>the<br>image.
</div>
</body></html>
Navigation:
[Reply to this message]
|