Wart_Hog
01-13-2005, 04:05 AM
Hi,
Here's the html I'm using:
<div class="member_box_position">
<a class="member" href="#">
<div>
<img src="" width="" height="" alt="" />
<h2>Heading</h2>
<ul>
<li>Info</li>
<li>Info</li>
</ul>
</div>
</a>
</div>
I would like the entire second <div> to be clickable. This bit of code functions perfectly in most browsers (so far), but it will not pass w3c validation. If anyone knows why this is "wrong", please fill me in. Note: I tried to validate as HTML 4.0 transitional & XHTML transitional. Thank you...
ps. what is a widget??? they're written about EVERYWHERE but these widget authors always fail to include pictures.
If you:
Have ever seen a widget,
Have access to a picture of a widget,
Or personaly know a widget,
...I NEED to know.
Here's the html I'm using:
<div class="member_box_position">
<a class="member" href="#">
<div>
<img src="" width="" height="" alt="" />
<h2>Heading</h2>
<ul>
<li>Info</li>
<li>Info</li>
</ul>
</div>
</a>
</div>
I would like the entire second <div> to be clickable. This bit of code functions perfectly in most browsers (so far), but it will not pass w3c validation. If anyone knows why this is "wrong", please fill me in. Note: I tried to validate as HTML 4.0 transitional & XHTML transitional. Thank you...
ps. what is a widget??? they're written about EVERYWHERE but these widget authors always fail to include pictures.
If you:
Have ever seen a widget,
Have access to a picture of a widget,
Or personaly know a widget,
...I NEED to know.