Thread
:
Website width and height help
View Single Post
#
3
(
permalink
)
02-05-2010, 04:27 AM
yasas177
Junior Member
Join Date: Jan 2010
Posts: 2
Try this css also,
The markup
<div id="background">
<img src="img.jpg" class="stretch" alt="" />
</div>
The css
#background {
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
z-index: 0;
}
.stretch
{
width:100%;
height:100%;
}
__________________
CMS
yasas177
View Public Profile
Send a private message to yasas177
Find all posts by yasas177