Hey kobra,
I have another site and it has the same setup; JxH Network. Here is the code I used:
Code:
<div id="footer">
<div id="footer-left">
<h1 class="green">CONTACT US</h1>
<ul>
<li>
<div id="div_initiate" style="position:absolute; z-index:1; top: 40%; left:40%; visibility: hidden;">
<a href="javascript:Live.initiate_accept();"><img src="http://jxhnetwork.com/livechat/templates/G/images/initiate.gif" border="0"></a>
<br>
<a href="javascript:Live.initiate_decline();"><img src="http://jxhnetwork.com/livechat/templates/G/images/initiate_close.gif" border="0"></a>
</div>
<script type="text/javascript" language="javascript" src="http://jxhnetwork.com/livechat/class/js/include.php?live&text"></script></li>
<li>E-Mail: support@jxhnetwork.com</li>
<li>MSN: JxHNetwork##########################</li>
</ul>
</div>
<div id="footer-middle">
<h1 class="green">COMPANY INFO</h1>
<ul>
<li><a href="#">RSS Feed</a></li>
<li><a href="#">Affiliates</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div id="footer-right">
<h1 class="green">AFFILIATES</h1>
<ul>
<li><a href="#">Site Name</a></li>
<li><a href="#">Site Name</a></li>
<li><a href="#">Site Name</a></li>
</ul>
</div>
</div>
The CSS rules are as follows:
Code:
#footer {
clear: both;
background-image: url(../images/footer.jpg);
background-repeat: no-repeat;
background-color: #121212;
background-position: top;
height: 250px;
padding-bottom: 5px;
}
#footer h1 {
font-size: 18px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 0px 0px 3px 0px;
border-bottom: dotted;
border-bottom-color: #333333;
}
#footer ul {
list-style-type: none;
font-size: 13px;
}
#footer ul li {
line-height: 26px;
border-bottom: dotted;
border-bottom-color: #333333;
text-decoration: none;
color: #666666;
display: block;
padding: 0px 10px;
}
#footer ul li a {
text-decoration: none;
color: #666666;
display: block;
}
#footer ul li a:hover {
background-color: #212525;
color: #FFCC00;
}
#footer-left, #footer-middle, #footer-right {
float: left;
width: 301px;
padding: 20px;
}
I'm assuming I can add the CSS code to style.css but I'm not sure where I should place the HTML code.
Thanks for the response kobra.
Warm Regards,
Jason Xiao
Bookmarks