Wed Nov 09, 2011 11:39 pm
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Start background image from its bottom</title>
<style type="text/css">
*.box {
background-image: url(1.jpg);
background-position: bottom;
padding-bottom:100px;
}
</style>
</head>
<body>
<div class="box">
Your text here.
</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.