It is currently Mon May 21, 2012 1:34 pm

All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 12 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: Thu May 04, 2006 9:29 am 
Offline

Joined: Thu May 04, 2006 12:05 am
Posts: 28
why that complicated?

Code:
body {
   font-family: "Trebuchet MS", sans-serif;
   font-size: 68.751%;
   background-image: url(footer.jpg);
   background-repeat: no-repeat;
   background-position: bottom;
}


This adds the image to the bottom of the page - depending on where the bottom is :)


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 15, 2008 12:07 pm 
You can use this code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Test</title>
<style>
*{
margin:0;
padding:0;
}
#container{
float:left;
width:800px;
border:2px solid #f60;
}
#left{
margin-right:50%;
background:#369;
}
#right{
float:right;
width:50%;
}
#fake_flash{
clear:right;
border:2px solid #000;
background:#fff;
width:300px;
height:300px;
}
</style>
</head>
<body>
<div id="container">
<div id="right">
<p>Lorem ipsum dolor sit amet.</p>
<p>Lorem ipsum dolor sit amet.</p>
<p>Lorem ipsum dolor sit amet.</p>
<p>Lorem ipsum dolor sit amet.</p>
<p>Lorem ipsum dolor sit amet.</p>
<p>Lorem ipsum dolor sit amet.</p>
<p>Lorem ipsum dolor sit amet.</p>
<p>Lorem ipsum dolor sit amet.</p>
</div>
<div id="left">
<p>Lorem ipsum dolor sit amet.</p>
<div id="fake_flash"></div>
</div>
</div>
</body>
</html>
Thanks


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ]  Go to page Previous  1, 2

All times are UTC + 2 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to: