05-09-2007, 09:25 AM
|
#2 (permalink)
|
|
v7n Mentor
Join Date: 04-13-07
Location: Romania
Posts: 3,083
|
Hello, Jiska!
Is this what you need?
Quote:
<style type="text/css">
div#PageLayout {
width: 100%;
height: auto;
background-image: url('images/backgroundImage.jpg');
background-position: top left;
background-repeat: repeat;
}
</style>
<div id="PageLayout">
........
content
........
</div>
|
|
|
|