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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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