scroll bar color - Page 2 scroll bar color - Page 2
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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