Tagged Questions
7
votes
3answers
1k views
Why certain DOCTYPE declarations cause 100%-height tables and divs to stop working?
It seems to me that some DOCTYPE declarations in IE (6-8) may cause the browser to ignore height="100%" on tables and divs (style="height:100%")
E.g
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 ...
3
votes
3answers
244 views
Is html 5 <!DOCTYPE html> equivalent to html 4 transitional doctype?
If I set the doctype to the HTML 5 <!DOCTYPE html>, this will set browsers into standards mode.
Does that mean that most modern browsers will behave as if they are in HTML 4.01 Transitional ...
2
votes
1answer
632 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
15k 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 ...
0
votes
0answers
24 views
jCarousel not displaying when using Transitional Doctype in the HTML
I have a working jCarousel in place and am currently modifying the html page to change the look and feel of the same page. For this purpose, I am placing a transitional doctype in the header as ...