Note: You must be registered in order to post a reply. To register, click here. Registration is FREE! Before posting, make sure you have read this topic!
T O P I C R E V I E W
Ghassan
Posted - 22 May 2006 : 03:38:25 Am trying to build a WorldofWarcraft Guild forum. Is it possible to add for the topic the following: - a [item] code where : if [item]Frostguard[/item] a popup window will appear on mouseover with info take from http://wow.allakhazam.com/ihtml?Frosguard
it's been a while am working on different methods but no luck.<
2 L A T E S T R E P L I E S (Newest First)
Ghassan
Posted - 22 May 2006 : 12:10:24 Thanks for tip. I am downloading it, and start working on that route.
!G<
muzishun
Posted - 22 May 2006 : 11:08:02 I would take a look at the overlib javascript functions. Basically, they allow for popups when you hover over text. Then add something to the extratags function in inc_func_common.asp to change the [item][/item] tags into a <span> that uses the overlib.<