html - Multiple background images -


first, warning, have come years break of html/css , have pretty forgotten everything, i'm @ newbie level again.

i have been trying add background images - 1 @ top left , 1 @ bottom right. have @ moment can seen here: http://test.nihongohub.com/mainsite/firstsite.php can see if change width of browser div containing img hit main part , ruin it.

i have tried few fixes suggested on stack overflow none of them worked. have suggestions how fix this. friend suggested add img footer , squeeze out, don't idea.

2 things want image do, move browser window, , able go behind main page.

thanks offered

you try using fixed positioning , use z-index move back, ie.

#bottom_leaf_holder {   position: fixed;   bottom: 50px;   right: 0;   z-index: -1; } 

edit: ment fixed, changed answer.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -