Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • john6555 Friend
    #119812

    I want to give the web badge (bigicon.png) the same function as the collapse arrows in the collapsible top menu… so when you click the web badge it will collapse the same as if you click the arrows… how to give this the same behavior?

    john6555 Friend
    #218593

    Oops, I posted before typing in the full title of the topic. Sorry! It’s a little short but you get the idea. 😉

    john6555 Friend
    #219096

    ??? Anyone ???

    z0z0 Friend
    #220184

    Yeah – that would be a good idea because those Open/Close arrows are WAY TOO SMALL for most people to notice

    john6555 Friend
    #220553

    Someone from JoomlArt please respond…

    Menalto Friend
    #220558

    Do you want the badge to move also or is it just ok to get it to work when you click on it??

    Without the badge is moving!!!!
    On line 188 in index.php:

    <a href="#put_in_your_link_here" id="ja-bigicon" title="Put in your link here">
    <?php
    if ($supported_browsers) { ?>
    <img src="<?php echo $ja_template_path;?>/images/bigstar.png" alt="" onmouseover="this.src='<?php echo $ja_template_path;?>/images/bigstar-on.png';" onmouseout="this.src='<?php echo $ja_template_path;?>/images/bigstar.png';" />
    <?php }else{ ?>

    And you can replace with this:

    <a href="#put_in_your_link_here" id="ja-bigicon" title="Put in your link here">
    <?php
    if ($supported_browsers) { ?>
    <img src="<?php echo $ja_template_path;?>/images/bigstar.png" alt="" onclick="toggleHeader(this);return false;">
    <?php }else{ ?>

    Then you can close the top panel with the badge instead of with the arrows. But you need to open it up with the arrows since the badge disapear when you close.

    john6555 Friend
    #221503

    This works great with Firefox – exactly what I wanted to do!
    However it doesn’t work in IE7 … any way to make it compatible?
    Thanks! 😀

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  john6555 17 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum