Thursday 19 July 2012

how to fix a background image using css


<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body
{
background-image:url('smiley.gif');
background-repeat:no-repeat;
background-attachment:fixed;
}
</style>
</head>

0 Responses to “how to fix a background image using css”

Post a Comment