تحرير مدونة:
نرى النتيجة »
انها محاولة لنفسك - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
style
>
body
{
background-image
:
url('smiley.gif')
;
background-repeat
:
no-repeat
;
background-attachment
:
fixed
;
background-position
:
50px 100px
;
}
<
/style
>
<
/head
>
<
body
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <style> body { background-image: url('smiley.gif'); background-repeat: no-repeat; background-attachment: fixed; background-position: 50px 100px; } </style> </head> <body> </body> </html>