HI EVERYONE!
How do I position background image?
I want to place a picture as background at a location on a page, without repeating the background. Also it must scroll with the div it's located in, so it's not absolutely located.
So far I just have this...
.tbl_container {background-image:url('../images/img_dr1.gif')}
Which repeats the image and also incorrectly places it at (0,0)Start here: <!-- m --><a class="postlink" href="http://www.w3schools.com/css/css_background.aspEntering">http://www.w3schools.com/css/css_background.aspEntering</a><!-- m --> the following on Google will turn up a good amount of links for you to find what you want.
css, background, positioningThanks!
Hey, hi Fang!
How do I position background image?
I want to place a picture as background at a location on a page, without repeating the background. Also it must scroll with the div it's located in, so it's not absolutely located.
So far I just have this...
.tbl_container {background-image:url('../images/img_dr1.gif')}
Which repeats the image and also incorrectly places it at (0,0)Start here: <!-- m --><a class="postlink" href="http://www.w3schools.com/css/css_background.aspEntering">http://www.w3schools.com/css/css_background.aspEntering</a><!-- m --> the following on Google will turn up a good amount of links for you to find what you want.
css, background, positioningThanks!
Hey, hi Fang!