Tue Nov 08, 2011 9:49 pm
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Different background colors </title>
<style type="text/css">
.mainDiv{
width: 400px;
height: 400px;
background:#CCFFCC;
}
* .divtwo {
background:#EE55EE;
float: right;
height: 50px;
margin: 5px;
padding: 5px;
}
* .divone {
position: absolute;
padding-left: 5px;
}
</style>
</head>
<body>
<div class="mainDiv">
<div class="divone">Div one<BR/> Test new line </div>
<!--
Notice its position ...
-->
<div class="divtwo">Dive two </div>
</div>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.