Shoutbox

mouse over ads - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: mouse over ads (/showthread.php?tid=59147)

mouse over ads by Supersonicdarky on 05-07-2006 at 05:25 PM

i cant find the code for those mouse over ads you see everywhere (when u put mouse over, a small window pops up at your mouse)

i need it to open on click and close on close button, and it should have variable width/height


what i mean:
[Image: watimean.jpg]


i googled and failed miserably :(


RE: mouse over ads by user27089 on 05-07-2006 at 05:31 PM

I used it when doing Windows Emulator.

Attached is the source code to the index.htm & style.css, it is in there. Finding the code shouldn't be too hard :).

I don't have the time sorry.


RE: mouse over ads by Chris4 on 05-07-2006 at 06:06 PM

Take a look at these:

http://www.dynamicdrive.com/dynamicindex5/popinfo.htm
http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm
http://www.dynamicdrive.com/dynamicindex5/popinfo3.htm

All work in FF1+ IE5+ Opr7+


RE: RE: mouse over ads by Supersonicdarky on 05-08-2006 at 11:32 AM

quote:
Originally posted by Chris4
Take a look at these:

http://www.dynamicdrive.com/dynamicindex5/popinfo.htm
http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm
http://www.dynamicdrive.com/dynamicindex5/popinfo3.htm

All work in FF1+ IE5+ Opr7+

that doesnt work since i need to put php inside the popups

quote:
Originally posted by traxor
I used it when doing Windows Emulator.

Attached is the source code to the index.htm & style.css, it is in there. Finding the code shouldn't be too hard :).

I don't have the time sorry.

can i have linky to the site?
RE: mouse over ads by Dempsey on 05-08-2006 at 11:37 AM

You wont be able to use PHP as the mouseover things are client-side created with javascript/DHTML, whereas PHP is server-side


RE: mouse over ads by Supersonicdarky on 05-08-2006 at 11:40 AM

but wouldn't server use the php, turn into html and then that will be in the pop-up?

cuz i want wen you click <rate this> for that to pop-up, then have the php rarting system in it


RE: mouse over ads by Dempsey on 05-08-2006 at 11:44 AM

quote:
Originally posted by Supersonicdarky
but wouldn't server use the php, turn into html and then that will be in the pop-up?

cuz i want wen you click <rate this> for that to pop-up, then have the php rarting system in it
yea you can do that, so 'that doesnt work since i need to put php inside the popups' doesnt matter, as it would be the outputed HTML from the PHP in the popup.