Recently I've had a couple instances where I wanted big link buttons, that
had block elements with them.  One instance I wanted an entire <dl> as a
link.  It was important to have the entire area clickable as a link, as well
as have a :hover class, so everything had to be wrapped in an <a>.  My only
choice have it validate was then to use a series of nested <span>s, and
style them as block elements.

It seemed unfortunate that I had to ditch meaningful markup to make it
validate.
Is there any other solution?
Is this a situation where I should let my code be invalid and know why?
Is there any block level anchor or such remedy planned for html5?

Thanks!
-- 
Timothy Kelty
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to