NameSilo

CSS Help

Spacemail by SpaceshipSpacemail by Spaceship
Watch

chris_reilly

Established Member
Impact
2
Hello,

I am trying to get an image to show on the bottom right and left, however i can only get it to show on one. How can i get the image to appear on both sides and still work on all monitor sizes like the one sided one

The code i am using is:

Code:
     background-image: url(http://wehavetomorrow.co.uk/templates/mp_siouxbg/images/me.gif);
     background-repeat: no-repeat;
     background-position: bottom left;

     background-image: url(http://wehavetomorrow.co.uk/templates/mp_siouxbg/images/me.gif);
     background-repeat: no-repeat;
     background-position: bottom right;

As you can see on wehavetomorrow.co.uk it is only showing on the bottom right.

Thanks
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
You can not have two background images like that, like if you take away the second one, it will appear on the left.

To get the desired affect, you should create a div for both, and have the image be the background of that div, and have that div positioned at the botom, and have the z index in such a way that it is always under everything else.
 
0
•••

We're social

Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back