The use of the <SPAN> tag along with CSS for positioning and the ID
attribute along with DHTML for navigation would accomplish the same thing.
<DT> and <DL> have been deprecated for some time now.
:)
>> Yeah, it's been so long since I've seen them, I forgot the name!
>>
[quoted text clipped - 6 lines]
>
> -Darrel
john smith - 20 Jan 2006 15:59 GMT
> The use of the <SPAN> tag along with CSS for positioning and the ID
> attribute along with DHTML for navigation would accomplish the same thing.
[quoted text clipped - 11 lines]
>>
>> -Darrel
I like to use a div (positionned with CSS) with lists (ul and ol for
different levels, with li in them) in it (which are styled with CSS).
Works very well, and I find using lists for this quite semantic too.
Haven't had any issues with manged markup with VS either... But AFAIK,
even though not commonly used, dl and dt aren't deprecated in xhtml
(it's still part of the xhtml 1.1 list module)
darrel - 23 Jan 2006 23:37 GMT
> The use of the <SPAN> tag along with CSS for positioning and the ID
> attribute along with DHTML for navigation would accomplish the same thing.
No, it wouldn't. Visually it might be the same, but semantically, they
couldn't be further apart. SPANs mean absolutely nothing semantically. A DL
gives much more semantic meaning to a list of links.
> <DT> and <DL> have been deprecated for some time now.
Are we talking about the same thing? Definition Lists are not deprecated and
are an ideal solution for creating semantic menus.
-Darrel