Invalid xhtml

davidlerin - August 31, 2009 - 10:41
Project:Hovertips and Clicktips
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

First off, thanks for this great module. You say that hovertips can be implemented in three ways; namely:

*  <p>blah blah blah
*  <span>important term</span>
*  <span class="hovertip">text that appears.</span>
*  blah blah blah</p>

*  or,

*  <p>blah blah blah
*  <span hovertip="termdefinition">important term</span>
*  blah blah blah</p>
*  <div id="termdefinition" class="hovertip"><h1>term definition</h1><p>the term means...</p></div>

*  or,

*  <p>blah blah blah
*  <span id="term">important term</span>
*  blah blah blah</p>
*  <div target="term" class="hovertip"><h1>term definition</h1><p>the term means...</p></div>

Unfortunately, only the first method here is valid xhtml, and it doesn't appear to work with divs (only spans). Can you please make a valid xhtml method that works with divs?

Thanks a lot,

Jordan

#1

leeglasby - October 9, 2009 - 12:28

subscribing to this, I like this module but unfortunately it isn't xhtml valid

#2

asb - October 11, 2009 - 17:10

subscribing

 
 

Drupal is a registered trademark of Dries Buytaert.