Quote:
Originally Posted by medusa1
Great addon work fine on 3.7.3
How i can add a border arround the content (text below the tabs) ?
|
in the smnlikquick Template, you can try and mess around with the Content DIV container (In
RED below.... try border:1px to see if that is what you want?
Code:
<table class="tborder" cellpadding="0" cellspacing="0" width="100%" align="center" border="0">
<tr>
<td class="alt1">
<div id="tabs" class="indentmenu">
<ul>
$slq_bit
</ul>
<br style="clear: left" />
</div>
<div id="divcontainer" style="border:0px; width:97%; padding: 6px; margin-bottom:1em">
</div>
<script type="text/javascript">
var mytabs=new ddajaxtabs("tabs", "divcontainer")
mytabs.setpersist(false)
mytabs.setselectedClassTarget("link")
mytabs.init(5000)
</script>
</td>
</tr>
</table>
<br />