News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

scroll bar color

Started by boltonline, July 09, 2006, 07:19:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

boltonline


Joachim Müller

Don't skip the doctype completely. It's mandatory to have a doctype declaration. Go for HTML4 transitional.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
Remember that scroll-bar colors just are not standards compliant, that's why the browser chokes on the doctype declaration that actually tells the browser "this document is going to respect standards".

boltonline

#22
that makes it not work

UPDATE:
it only wont work when i keep the line  "http://www.w3.org/TR/html4/loose.dtd"> in it
Quote from: GauGau on July 10, 2006, 07:52:20 PM
Don't skip the doctype completely. It's mandatory to have a doctype declaration. Go for HTML4 transitional.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
Remember that scroll-bar colors just are not standards compliant, that's why the browser chokes on the doctype declaration that actually tells the browser "this document is going to respect standards".

Joachim Müller

sure it only works then - otherwise the tag would be incomplete. Issue solved then?

boltonline