If you Firebug this page: http://www.radiumhosting.com/web-hosting/vps-cloud-hosting look at the VPS cloud slider. The background image isn’t fully behind the border to the right of the Storage tab.
I added this to the end of the code to place the image on the background:
<div style="margin: -229pt 0pt 0pt -20pt;">
<div style="background-image: url(/images/stories/cloud-background2.png); height: 315px; width: 710px;"></div>
</div>
Compatibility View in IE9 allows the image to be displayed on top of most elements. What should I change?
Thanks,
Mark
You don’t need to use new
div‘s for the background. Just add the.cloudbackgroundclass to<div class="rt-block">. Then use the HTML and CSS code below instead:HTML:
CSS:
This will fix all your issues including making it work in compatibility mode.