Proboards Catbg Overhang In Safari

tunescool

Paragon
Joined
Aug 16, 2010
Messages
2,128
Reaction score
10
FP$
0
http://celebnook.proboards.com/index.cgi?

ive had this problem for over a year and noone really understands safari at proboards. it hangs off on the rite. this code was given to me a long time ago and i cant tell you if it ever worked or why i even have it my headers/footers still


<script type="text/javascript">
<!--
// Remove Catbg Overhang (Safari)..

var catbar = document.getElementsByTagName('td');
for(c=0; c<catbar.length; c++)
{
if(catbar[c].className == 'catbg' && (catbar[c].colSpan == '5' || catbar[c].colSpan == '2'))
{
catbar[c].colSpan--;
}}
// -->
</script>
 
Back
Top Bottom