I have a footer menu with a background image that is larger than the div itself (2000x168).
Even though I have set the width to 100%, it seems like the whole image isn't displaying. Instead, only a portion of it is visible, matching the size of my screen.
How can I make sure the complete image is shown and not just what fits on my screen?
Check out this example for reference.
#bottomnav{
width:100%;
height:50px;
background: no-repeat url(http://eurekavi.com/barraroja.png) /*repeat 0 0*/;
position:absolute;
bottom:0px;
}
The desired look for the image is as follows: