Advanced search  

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

Pages: 1 [2]   Go Down

Author Topic: scroll bar color  (Read 13608 times)

0 Members and 1 Guest are viewing this topic.

boltonline

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 41
Re: scroll bar color
« Reply #20 on: July 10, 2006, 05:42:33 pm »

ok thanks again!
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: scroll bar color
« Reply #21 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.
Code: [Select]
<!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".
Logged

boltonline

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 41
Re: scroll bar color
« Reply #22 on: July 10, 2006, 07:58:24 pm »

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
Don't skip the doctype completely. It's mandatory to have a doctype declaration. Go for HTML4 transitional.
Code: [Select]
<!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".
« Last Edit: July 10, 2006, 08:09:59 pm by boltonline »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: scroll bar color
« Reply #23 on: July 10, 2006, 08:26:37 pm »

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

boltonline

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 41
Re: scroll bar color
« Reply #24 on: July 11, 2006, 02:22:27 am »

Yes solved!
Logged
Pages: 1 [2]   Go Up
 

Page created in 0.025 seconds with 19 queries.