BellaOnline
I want to display image background on my web page. And also want to background image fixed, so it does not move when using the scroll bar in the browser. [url=http://www.webling.com/]web apps[/url]
Maybe you should use the css to edit your website, have a try ,if you want to know details, you can contact me
<div style="background-image:url(/pix/smile.gif);
background-repeat:repeat;
background-attachment:fixed;
overflow:scroll;
width:200px;
height:100px;">
</div>
Agree with crystalbarba.
To set the background image of a webpage, use the CSS style. Under the CSS <style> tag, add the property background-image. The property sets a graphic such as jpg, png, gif, etc. HTML5 does not support the <body> background attribute, so CSS is used to set background image.
© BellaOnline Forums