Posted by Yogi_Bear_79 on 10/05/06 19:33
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?
#Uleft {
float:left;
background:#F7D469;
padding-top:1%;
border:1px solid #336699;
color:#000;
width:50%;
height:35%;
cursor:pointer;
}
[Back to original message]
|