Not sure about the plug-in, but block level elements (<div />) should
never go inside an inline element (<a />). 

Validation will cringe and fail.

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of cfdvlpr
Sent: Thursday, January 10, 2008 3:45 PM
To: jQuery (English)
Subject: [jQuery] Bigger Link Plugin



I want to do something like this:

<a href="/test.cfm" class="testBiggerLink">
      <div class="anotherClass">
       Click Here
       to ... <b>go here</b>
       more text
       <img src="/test.png" />
      </div>
</a>

Is there anything wrong with the above HTML?
Is this what the bigger link plugin is designed for?

http://plugins.jquery.com/project/biggerlink

Reply via email to