I want to have a background at 100% width of the window under the bottom cells/row (botsl). Kind of like how you guys have your forum, with the background being black on the bottom under Products/Support/Company/Partners/Who's Online, is this possible?
If so, how? Thank you for any help, it would be much appreciated!
I've tried the following:
template.css edit:
#botsl2test1bg {width:100%; background:#000;}
with default.php edit:
Line 64:
<body id="bd" class="fs<?php echo $this->getParam(GK_TOOL_FONT);?> <?php echo $this->browser();?>">
And changed to
<body id="bd" class="fs<?php echo $this->getParam(GK_TOOL_FONT);?> <?php echo $this->browser();?>">
<div id="botsl2test1bg">
And added a </div> under
<a href="http://wiki.joomlart.com/wiki/JA_Template_Framework/Overview" target="_blank" id="t3_logo">Powered by T3 Framework</a>
<?php endif; ?></div>
But this adds a bg to the whole page at 100% window width, so I reverted back to the original file and tried the following:
Line:93
<!-- BOTTOM MODULES -->
<div id="botsl2test1bg">
<?php $this->loadBlock('botsl') ?>
</div></div>
But it doesn't cover the whole width of the window, it only goes to 960px (default of template), main class I believe?
I have this on a private test server, just need a lil help if it's possible.
Ty
