I currently have my background set to top right as:
#thedivstatus { background-image: url("imagestatus.gif"); background-position: right top; background-repeat: no-repeat; }
BUT! I need to add a margin-top:50px;
from where its rendering via above. Could anyone give me a suggestion?
Thanks
If you mean you want the background image itself to be offset by 50 pixels from the top, like a background margin, then just switch out the top
for 50px
and you're set.
#thedivstatus { background-image: url("imagestatus.gif"); background-position: right 50px; background-repeat: no-repeat; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With