> No need for scripting:
>
> #thumbnails li a { display: block; height: 200px; }

I think you are missing what I'm trying to do...

> $("#MyLink").click(function(){ $("#Link1").click(); return false; });
>
> You'll need to add the id to the first link.

Yeah, thats essentially what I want to do. Now how can I do that to
all the <li> elements without having to manually type that it for each
one?

> Is there a reason why you used an onclick attribute in html rather
> than attaching the handler using jQuery?

No reason at all, once again I just type that in here for simplicity's
sake...

Reply via email to