Tagged Questions

3
votes
4answers
459 views

What tag should I use instead of deprecated tag font in html (cannot use CSS)

Hi, this question can create a misunderstanding: I know I have to use CSS to validate successfully my document as XHTML 1.0 Transitional. The fact is that I have to embed in my webpage a picture …
1
vote
4answers
64 views

Is this possible in XHTML: tags in a title-attribute?

hey everyone, I got following code in an XHTML-document and every browser saysit is malformed :( <a class="tooltip" title="Um nach einem <b>Datensatz zu suchen</b>, …
0
votes
1answer
3k views

javascript style.width not working in firefox with transitional doctype

I have a script that animates a small DIV popping up on the page. It all works fine in IE, and in FF if I remove the DOCTYPE, but when the DOCTYPE is XHTML/Transitional, in Firefox, the width does not …