Support Forums

Old 09-05-2007, 02:01 PM   #1
Senior Member
 
Join Date: Aug 2006
Posts: 129
Rep Power: 15
spaceboy is on a distinguished road
Default How to add "?" help rollovers?

Could anyone briefly explain how to add "?" icons beside certain input fields that when enduser rollover them they help explain things in a pop-up type window... link how its currently done in many fields in the 68c admin area?
__________________
Lindsay

developer v3.1.5 and v4
abletrader.com
spaceboy is offline   Reply With Quote
Old 09-05-2007, 02:33 PM   #2
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,113
Rep Power: 118
Eric Barnes is a jewel in the rough
Default

Sure I can try and explain it.

First open the layout.tpl.php template file and add this to the head:
Code:
<script type="text/javascript" src="javascript/overlib/overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
Next right under the <body> tag add:
Code:
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
And finally add this where you want it to display:
Code:
<a href="javascript:void(0);" onmouseover="return overlib('My popup text.')" onmouseout="return nd();"> <img src="images/help.png" border="0" /></a>
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 09-05-2007, 02:34 PM   #3
Coder
 
Join Date: Mar 2006
Posts: 4,564
Rep Power: 111
Lhotch is just really niceLhotch is just really nice
Default

Quote:
Originally Posted by spaceboy View Post
Could anyone briefly explain how to add "?" icons beside certain input fields that when enduser rollover them they help explain things in a pop-up type window... link how its currently done in many fields in the 68c admin area?
Just look at the templates for admin and ad the same javascript to your regular templates.
__________________
Larry.
Lhotch is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 03:57 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0