For such a simple site, you have a lot of messy code which I am not even going to try and make sense of.
The whole point of CCS is to not use tables
The whole point of attaching stylesheets is not to use inline styles
Perhaps you should try at look at your HTML code
e.g this is the first <div> tag in that comes up in source view in FF:
Code:
<div id="Layer4" style="position:absolute; left:579px; top:225px; width:201px; height:20px; z-index:2" border: 1px none #000000>
<div align="center" class="style6 HEADING">
<span class="HEADING style6 style11">
<span class="HEADING style6 style12">
<span class="HEADING style6 style13">
<span class="HEADING style6 style14">
<span class="HEADING style6 style15">
<span class="HEADING style6 style16">
<span class="HEADING style10 style6 style17">
<span class="style6 style10 HEADING">
<strong>
<span class="HEADING style10 style6">
Project Value Range £250k-£75m
</span></strong></span></span></span></span>
</span></span></span></span></div>
</div>
Try cleaning up your code and then fix problems
Bookmarks