-
AuthorPosts
-
john6555 Friend
john6555
- Join date:
- November -0001
- Posts:
- 88
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
April 21, 2007 at 6:19 am #119812I 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 Friendjohn6555
- Join date:
- November -0001
- Posts:
- 88
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
April 21, 2007 at 6:20 am #218593Oops, I posted before typing in the full title of the topic. Sorry! It’s a little short but you get the idea. 😉
john6555 Friendjohn6555
- Join date:
- November -0001
- Posts:
- 88
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
April 30, 2007 at 4:42 am #219096??? Anyone ???
May 17, 2007 at 1:02 am #220184Yeah – that would be a good idea because those Open/Close arrows are WAY TOO SMALL for most people to notice
john6555 Friendjohn6555
- Join date:
- November -0001
- Posts:
- 88
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
May 21, 2007 at 3:12 pm #220553Someone from JoomlArt please respond…
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
May 21, 2007 at 4:55 pm #220558Do 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.
-
AuthorPosts
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