Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Changing the contents of CFDIV on rollover

Explorer ,
Oct 30, 2008 Oct 30, 2008
Hi,

I am building my first CF page and wondered if there is a way to populate the CFDIV tag with HTML text a rollover using <a> and then remove the contents on rollout.

Thanks.

269
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 30, 2008 Oct 30, 2008
while you can do it with the new cf8 ajax features, it is really a
javascript issue.

you may want to google "javascript mouseover change div content" or
something similar to get sample code, which is abundant.

you may also want to look at jQuery or similar js libraries, which make
it trivial to achieve practically any UI effect you can dream of...

if you are after displaying some additional content on a
link/image/button mouseover, jQuery have very nice tooltip plug-ins...

hth

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 30, 2008 Oct 30, 2008
LATEST
oh, and if all you are after is a tooltip effect, then CF8 has
<cftooltip> tag...

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources