wwp@yahoogroups.com:
Fullscreen oddities...
Markus Altendorff 2004-Oct-01 20:29:00
Just found out (after quite some trial-and-error) why my test
fullscreens wouldn't work in Mozilla:
I've had this opening line in my HTML pages:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
(my HTML editor had this in its template)
The result: QTVRs with width/height in percent would display as
the desired width, but only 100 pixels or so in height...
Changing it to:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
(i.e. removing the dtd URL)
all of a sudden the QTVRs behave as expected. Can't explain it,
but i'm sure happier now :-)
Just in case somebody else is also struggling with this...
-Markus