Posted by Harlan Messinger on 10/05/06 21:31
Ben C wrote:
> On 2006-10-05, Yogi_Bear_79 <nospam@spamsux.com> wrote:
>> I created a floating window with the code below. I call it with <div
>> id="Uleft"></div>. It contains a table with text and one image. I would
>> like to make the entire container clickable. When I click on it I want the
>> parent page to change to another page on my website. How?
>
> Put the whole lot inside an <a> element.
A DIV element can't go inside an A element. Only inline elements
(excluding another A) can go inside an A.
[Back to original message]
|