@Anonymous You can still add it, just put the popup box class like this: <a href="/ask" class="nav yourpopupaskclass">ask</a>
@alphaargent I got it here.
@waveofeuphoriaa To make the caption visible, delete this line of the code:
{block:IndexPage}display:none;{/block:IndexPage}
To make the description visible, delete this part of the code:
{block:IndexPage} <script> $(document).ready(function(){ $(".d1").toggle(function() { //fired the first time $("#headtitle").animate({width:"398px"}); }, function() { // fired the second time $("#headtitle").animate({width:"60px"}); }); }); </script> {/block:IndexPage}
and change these two lines of the code:
{block:IndexPage}width:60px{block:IndexPage} {block:PermalinkPage}width:398px;{/block:PermalinkPage};
for:
width:398px;








