0
Anybdy can tell me how fix background wallpaper with html and its css propertis means how to attract style i apply... Ans plz
In html
4 Antworten
+ 1
The property you need is:
background-attachment: fixed;
Hint: you could create parallax background scroll effect with it. Happy coding!
+ 4
if you want to change color of background
go to your body tag and write <body style=" background-color:red;">...</body>
it would be better if you use an external css file thou.
0
Thnx for ans.... But my quetion is how to fix background image???
0
Thanks.... Happy coding