Contact Table
This code might not work well in Internet Explorer if your page uses a 'filter' (e.g. links blur when you hover over them)
Paste the stuff in the box into your 'About Me' section, or where you have your <style> code:
<style type="text/css">
.contactTable {
width:300px !important; height:150px !important;
background-image:url("http://www.the-rumours.com/other/livelifethengivelife/graphics/contactme.jpg");
background-repeat:no-repeat; background-color:transparent;
background-attachment:scroll; background-position:center center;
padding:0px !important;}
.contactTable table, table.contactTable td {
background-color:transparent; background-image:none;
padding:0px !important;}
.contactTable a {display:block; height:28px; width:115px;}
.contactTable a img {visibility:hidden; border:0px !important;}
.contactTable .text {font-size:1px !important;}
</style> |
|