How can I make it so the Div "PSR-racing-3-slice-17_" in the footer is always 50 px right of the slider div?
If I absolutely positioned then it warps downsize the browser.
Here's the Page.
How can I make it so the Div "PSR-racing-3-slice-17_" in the footer is always 50 px right of the slider div?
If I absolutely positioned then it warps downsize the browser.
Here's the Page.
Try this
#PSR-racing-3-slice-17_ {
width: 1115px;
height: 132px;
display: block;
margin: auto;
}
#PSR-racing-3-slice-17_ img {
float: right;
margin-top: -90px;
}
Change margin-top
to whatever you feel is right.