![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
VS rightfully points out that this is invalid: dt>hello dd>how are you></dd As you can't nest a DD inside a DT. Yet VS feels that it is necessary to automatically delete all of my </dt tags for me when I try to fix this. UGH. -Darrel |
#3
| |||
| |||
|
|
Wow! Haven't seen definition tables ( <dt> ) used in years. CSS? |
#4
| |||
| |||
|
|
Wow! Haven't seen definition tables ( <dt> ) used in years. CSS? DT = definition term, part of a DL (definition list). I use them for navigation these days. -Darrel |
#5
| |||
| |||
|
|
Yeah, it's been so long since I've seen them, I forgot the name! Why not use CSS instead? |
#6
| |||
| |||
|
|
Yeah, it's been so long since I've seen them, I forgot the name! Why not use CSS instead? CSS just styles your HTML. I still need to markup the navigation in html. DTs are nice as they can be used to clearly label the navigation areas. DLs are fairly semantic, structurally sound, and can easily be manipulated with the CSS. -Darrel |
#7
| |||
| |||
|
|
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. ![]() "darrel" <notreal (AT) nowhere (DOT) com> wrote in message news:efHRAfTHGHA.3984 (AT) TK2MSFTNGP14 (DOT) phx.gbl... Yeah, it's been so long since I've seen them, I forgot the name! Why not use CSS instead? CSS just styles your HTML. I still need to markup the navigation in html. DTs are nice as they can be used to clearly label the navigation areas. DLs are fairly semantic, structurally sound, and can easily be manipulated with the CSS. -Darrel |
#8
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |