How do I make an entire <div> element one big hyperlink?
I can enclose it within an <a> tag and it works (in Firefox at least), but it's not valid XHTML.
Printable View
How do I make an entire <div> element one big hyperlink?
I can enclose it within an <a> tag and it works (in Firefox at least), but it's not valid XHTML.
Will it work if you enclose it in a <A> tag and use <SPAN> instead?
Nope
Never mind I found the proper way to do it here
http://www.projectseven.com/tutorials/css/uberlinks/
Making a menu using <ul> and <li> tags and CSS. Much better.