On Sun, Dec 7, 2008 at 2:40 PM, SLR <[EMAIL PROTECTED]> wrote: > >> No need for scripting: >> >> #thumbnails li a { display: block; height: 200px; } > > I think you are missing what I'm trying to do...
No offense meant, but I think you've misunderstood the CSS I posted. As I understand it, you want the entire LI to be clickable. The CSS rule I posted will do just that by causing the A to fill the LI. If the width is also an issue, then set that, as well. There's no need for the JQuery hammer here.