Works perfectly with IE6/7, FF, Opera, Safari and Google Chrome, needed to add an id div to each to compensate for that weird 3px border bug in IE6:
Like this:
Code:
<div id="topfill"><div class="top_lft"></div><div class="top_rht"></div><div class="top_x"></div></div>
Code:
#topfill {background:#000000 url(images/skins/finite/misc/top-tag.gif) repeat-x scroll center top;}
Now all of them are happy, you have been a life saver Cor, thank you very much for your wonderful help, I appreciate it immensely.