Quote Originally Posted by clydejones View Post
No it doesn't. but here are the two files that come with the mod.

Just upload the includes folder to your server.

sidebox_fix.zip
Looks the same...

As an aside, I have added your great footer mod to this site and didn't know if you knew that the css for the footer messes up the tabs for some of your templates. I am sharing the css I am using for the footer that takes care of that issue and also centers the footer for the Ocean Front Template in case it might be useful to others :)

PHP Code:
footer {clear:both;margin:0;}
#navSuppWrapper {
    
margin10px 95px 0;
    
padding0;
    
background:none;
    
font-weightbold;
    
color#000;
    
}    
dl {margin0 0 3px 0;padding:0;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/
dt {margin-bottom:.3em;font-weight:bold;}
dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
ul {margin:0;padding:0;list-stylenone;}
li {margin:0;padding:0;}
li a {margin:0;padding-left:2em;}

.
menuTitle {margin:0;padding-bottom:.3em;padding-left:.7em;text-align:left;font-size:1.1em;}
.
first, .second, .third {border-right:1px dotted #000;}
#siteinfoLegal {
   
margin:0 auto;
    
padding.5em 0 0;
    
font-size0.9em;
    
text-align:center;
    
width:100%;
    
line-height:normal;
    
clear:both;
}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
#siteinfoLegal a:hover {color: #000;background: #EAC27C;}