Tagged Questions
4
votes
4answers
1k views
What tag should I use instead of deprecated tag font in html (cannot use CSS)
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 composed ...
2
votes
1answer
599 views
Going to IE8 with DOCTYPE HTML 4.01 Transitional any suggestions appreciated
we use in all our pages in the 1st line of our HTML code the:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
We are moving on to the ...
1
vote
1answer
14k 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 ...