![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
Can I, as a webmaster use the bgproperties="fixed" html to show a non scrolling, fixed background?
Here is my body tag... <body onLoad="scrollit(100);" BGPROPERTIES="fixed" background="images/highway-bg.jpg"> I want my background to be fixed. Will this work in the Firefox browser? Is there another way?
Alle Antworten (2)
Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.
Use CSS code instead of BGPROPERTIES
See: