Closed Thread Icon

Preserved Topic: old StudiosOne script (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18509" title="Pages that link to Preserved Topic: old StudiosOne script (Page 1 of 1)" rel="nofollow" >Preserved Topic: old StudiosOne script <span class="small">(Page 1 of 1)</span>\

 
u-neek
Bipolar (III) Inmate

From: Berlin, Germany
Insane since: Jan 2001

posted posted 11-16-2001 14:15

I try to use the script here and everything works correct in Mozilla, but IE have some problems with scrolling the popup-window.

When I leave the '<!DOCTYPE html blabla' everything works correct in both browsers. Why?

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 11-16-2001 16:13

In IE 6 at least, when you have the <!DOCTYPE ... > tag specified, it puts the browser into "standard-compliance mode." Some things act differently. (They actually work more *correctly*.)

Oh, I think I might know what it is. I just read yesterday that in XHTML, characters such as

<, &, --, ]]> (not sure why that last one's in the list)

are *not* allowed inside script or style tags. They're treated as though they were actual HTML. <!-- starts a comment, and anything inside it is ignored.

The solution? Put your script (any possibly your style sheet) in outside files.

u-neek
Bipolar (III) Inmate

From: Berlin, Germany
Insane since: Jan 2001

posted posted 11-16-2001 17:13

Ok, thanks Slime.

Something curious happened after adding a <!-- --> at the beginning of my document...
It works.
That's weird....

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 11-16-2001 22:52

You can find the complete explanation of !DOCTYPE "Switch" in MSIE6 here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnie60/html/cssenhancements.asp


u-neek
Bipolar (III) Inmate

From: Berlin, Germany
Insane since: Jan 2001

posted posted 11-17-2001 20:05

OK, it works correct now!

Using XHTML 1.0 standard...



[This message has been edited by u-neek (edited 11-17-2001).]

« BackwardsOnwards »

Show Forum Drop Down Menu