Questions tagged [transitional]
12 questions
16
votes
4 answers
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 by zeros and ones created with text image, and…

gc5
- 9,468
- 24
- 90
- 151
16
votes
3 answers
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

Eran Medan
- 44,555
- 61
- 184
- 276
10
votes
3 answers
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 change.
this.container.style.visibility =…

nerdabilly
- 1,248
- 4
- 15
- 34
4
votes
1 answer
How to Be Python 3 Ready?
What are the current rules for writing python code that will pass cleanly through 2to3 and what are the practices that seem to be best suited to writing code that will not become mired forever in version 2.
I have read from the SciPy/NumPy forums…

Warren P
- 65,725
- 40
- 181
- 316
3
votes
3 answers
Is html 5 equivalent to html 4 transitional doctype?
If I set the doctype to the HTML 5 , 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 mode?

SStedman
- 33
- 3
3
votes
1 answer
What is the real difference between strict and transitional doctype
I have read many forums which explains the difference between strict and transitional doctypes but none of them explain whether selecting strict or transitional matters when it comes to rendering a page. for eg: 'i' tag is deprecated in strict…

anishenos
- 201
- 1
- 3
- 6
1
vote
0 answers
Multiple transitional element on same wpf doesn't work
Am working on C# wpf application where am using Transitionals framework for animations (https://transitionals.codeplex.com/)
I have 3 different transition elements on same wpf application. Each have unique name, also 2 has same effects whereas one…

Zeeshan
- 165
- 1
- 13
1
vote
4 answers
Is this possible in XHTML: tags in a title-attribute?
I got following code in an XHTML-document and every browser saysit is malformed :(

doro
- 785
- 3
- 11
- 23
1
vote
1 answer
How to ensure my doctype is XHTML 1.0 Strict
While working on an XHTML 1.0 Strict page, I discovered that iframe was deprecated. I've done some research, and replaced it with an object tag.
0
votes
1 answer
Questions about Doctype
I started working on a project and forgot to mention the DOCTYPE at the beginning and just used . I feel really stupid about doing it, right now. The webpage heavily realizes on javascript and I have a lot of instances of the document height…

user61941
- 27
- 1
- 5
-2
votes
1 answer
XHTML Transitional 1.o Highlight single word within unordered ul tag
I have an unordered list and each item is a sentence. I would like to highlight a word or two within the sentence but the font color tag
highlighted words
generates an error. Can anyone please suggest a fix for this? I…

Zeos6
- 273
- 1
- 7
- 18
-3
votes
1 answer
What tio think of when converting a web page from HTML 4 to HTML 5
I am working on converting a web page from HTML 4 to HTML 5. I have noted that two major differences, which caused me lots of problems, is that class names are case-sensitive in HTML 5 and that statements like "width: 10;" are not allowed in CSS…

Jacob Palme
- 11
- 1