habe ein xhtml transitional dokument und eine css datei eingebunden mit
acronym
{
font-style: normal;
border-bottom: 1px #3384D5 dotted;
cursor: help;
}
dfn
{
font-style: normal;
border-bottom: 1px #D5333E dotted;
cursor: help;
}
abbr
{
font-style: normal;
border-bottom: 1px #33D568 dotted;
cursor: help;
}
opera 6.03 und mozilla 1.0 final stellen alle 3 tags korrekt dar. der IE 6 rendert nur die ersten beiden korrekt, ignoriert aber die styleangaben für abbr und zeigt bei mouseover auch das title attribut nicht an. hat das vielleicht was mit der dtd zu tun oder is das einfach nur ein IE bug?