Hi there bumpy,
and a warm welcome to these forums. 
Try it like this...
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<link rel="stylesheet" type="text/css" href="/">
<style type="text/css">
#first-child {
float:right;
width:300px;
background-color:#fcc;
}
#second-child {
margin-right:300px;
background-color:#ccf;
}
</style>
</head>
<body>
<div id="container">
<div id="first-child">first child</div>
<div id="second-child">second child</div>
</div>
</body>
</html>
coothead
Bookmarks