Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: 1 [2]   Go Down

Author Topic: scroll bar color  (Read 13703 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.051 seconds with 20 queries.