On Fri, Nov 23, 2012 at 4:22 PM, Nick Pratt <[email protected]> wrote:
> Try putting a non-breaking space in there: > > <a> </a> > And then only this space character will be clickable. Better wrap the <span> in <a>: <a ...><span>...</span></a> > > > On Fri, Nov 23, 2012 at 6:41 AM, <[email protected]> wrote: > > > Hi all > > > > I seem to struggle more than expected on this scenario: An empty <A> tag > > wont trigger Ajax > > > > HTML is pretty simple > > <span class="myIcon" " id="id3192"> > > <a > > > href="../page?3-2.ILinkListener-navigation-navigation_body-wmc-left-4-comp-content-tabs-panel-body-rows-5-cells-2-cell-3-link" > > id="link17a"> > > </a> > > </span> > > > > myIcon { > > background: url("../img/myImg.png"); > > > > Whats the trick? should I use some transparent text approach or? any > > experiences here to share? > > > > Thanks in advance! > > > > /Ronny > > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
