effpeetee
12-02-2007, 02:27 PM
This program was modified by me to make it work on IE7 and FFox 2..
I have highlighted the code that I added to make it work. The trouble is that I don't know why it worked. I just messed about until it did. The result was OK but I learned nothing. Anybody that can, will they please explain why.
Frank.
Originally from. http://codingforums.com/showthread.php?t=128820
Can be found on my site at-
http://www.exitfegs.co.uk/Box%20test.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Box test</title>
<style type="text/css">
.headline_bg {
clear:both;
float:left;
background: #E8EFF6;
width:440px;
height:40px;
}
.dotted {clear:both;
position:relative;
float:left;
background: #ccc;
width:440px;
height:20px;
}
.datebox {
position:absolute;
display:inline;
background: #ff00CC;
margin-left:7px;
width:53px;
height:60px;
}
.clear {
clear:left;
}
</style>
</head>
<body>
<br />
<br />
<p>Make this</p>
<div class="headline_bg"></div>
<div class="dotted"></div>
<div class="datebox"></div>
<br class="clear"/>
<p>Like this...</p>
<img src="im.jpg">
</body>
</html>
I have highlighted the code that I added to make it work. The trouble is that I don't know why it worked. I just messed about until it did. The result was OK but I learned nothing. Anybody that can, will they please explain why.
Frank.
Originally from. http://codingforums.com/showthread.php?t=128820
Can be found on my site at-
http://www.exitfegs.co.uk/Box%20test.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Box test</title>
<style type="text/css">
.headline_bg {
clear:both;
float:left;
background: #E8EFF6;
width:440px;
height:40px;
}
.dotted {clear:both;
position:relative;
float:left;
background: #ccc;
width:440px;
height:20px;
}
.datebox {
position:absolute;
display:inline;
background: #ff00CC;
margin-left:7px;
width:53px;
height:60px;
}
.clear {
clear:left;
}
</style>
</head>
<body>
<br />
<br />
<p>Make this</p>
<div class="headline_bg"></div>
<div class="dotted"></div>
<div class="datebox"></div>
<br class="clear"/>
<p>Like this...</p>
<img src="im.jpg">
</body>
</html>