#1 2007-11-04 20:44:15

cyrus
Member
RankingRanking
Registered: 2006-07-19
Posts: 32
Reputation :  [+ 1/ -0 ]
Expertise

Position a background image using pixels

Position a background image using pixels:

Code::

<html>
<head>
<style type="text/css">
body
{ 
background-image: url('smiley.gif');
background-repeat: no-repeat;
background-position: 50px 100px; 
}
</style>
</head>

<body>
</body>
</html>

Offline

 

Board footer

OPML feedsRSS feeds



Powered by WWWThreads Forum
© Copyright 2006, WWWThreads