I understand what Mike is saying and am grateful to have the information. Working from when you first posted and had just the single style sheet, I did this in the style sheet:
Code:
.full_back {
background: url("../img/bgrounds/content_back2.gif") no-repeat center bottom;
margin:0;
padding:0 ;
width:825px;
}
.stretch {
clear:both;
}
And this in the markup (addition red):
Code:
<div class="right380">
<h2>Products & Services</h2>
<h3>Sub Titla</h3>
<ul>
<li>Manufactured to ASTM dimensions</li>
<li>Diameters from ¾" to 2" Schedule 80</li>
<li>UL and LPCB approved</li>
<li>Certified training available on and off site for installers</li>
<li>For product list and installation guide please go to the brochure section, for current products available please register in our client login section</li>
</ul>
<h3>Services</h3>
<ul>
<li>BHB provide a consultancy support service for its clients, which includes</li>
<li>Free of charge advice is available on all projects</li>
<li>Design of residential and domestic fire sprinkler installations encompassing BS9251:2005 or relevant standard</li>
<li>Supply full hydraulic calculations to justify system and certificates of compliance upon commissioning of system</li>
<li>All drawings are supplied on AutoCAD and can be received and sent electronically</li>
<li>Fire sprinkler sub-contract opportunities</li>
</ul>
<img src="img/bgrounds/case_image1.jpg" width="313" height="215" />
</div>
<div class="stretch"></div>
<!-- -->
</div>
Worked well in Opera, FF and IE.
Bookmarks