Thursday, August 1, 2013
Wednesday, July 31, 2013
Free Download Adobe Photoshop CS2 Last Verson
Adobe Photoshop CS2
Publisher Adobe Systems (9)
O/S XP/Vista/7/8
Price Free
Requirements None
Version 9.0.0
File Size 348225 K
Last updated Jan 10, 2013
Publisher Adobe Systems (9)
O/S XP/Vista/7/8
Price Free
Requirements None
Version 9.0.0
File Size 348225 K
Last updated Jan 10, 2013
Tuesday, July 30, 2013
Background image position percentence
<html>
<head>
<style type="text/css">
body
{
background-image: url('people.gif');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 30% 20%;
}
</style>
</head>
<body>
<p><b>Note:</b> For this to work in Firefox and Opera, the background-attachment property must be set to "fixed".</p>
</body>
</html>
<head>
<style type="text/css">
body
{
background-image: url('people.gif');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 30% 20%;
}
</style>
</head>
<body>
<p><b>Note:</b> For this to work in Firefox and Opera, the background-attachment property must be set to "fixed".</p>
</body>
</html>
Results:
Background image position pixel.
<html>
<head>
<style type="text/css">
body
{
background-image: url('people.gif');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 50px 100px;
}
</style>
</head>
<body>
<p><b>Note:</b> For this to work in Firefox and Opera, the background-attachment property must be set to "fixed".</p>
</body>
</html>
<head>
<style type="text/css">
body
{
background-image: url('people.gif');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 50px 100px;
}
</style>
</head>
<body>
<p><b>Note:</b> For this to work in Firefox and Opera, the background-attachment property must be set to "fixed".</p>
</body>
</html>
Result
Background image only vertically using
Subscribe to:
Posts (Atom)













