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]   Go Down

Author Topic: Internet Explorer Scrollbars  (Read 5497 times)

0 Members and 1 Guest are viewing this topic.

Satyr

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 139
    • Gothic Model Gallery - Dark Photo Art
Internet Explorer Scrollbars
« on: December 01, 2005, 05:00:19 am »

I have css-code added for colouring the scrollbars in Internet Explorer, but it does not work since the update. :/ 
This is a part of my style.css:

Code: [Select]
/* Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex 5F5F5F = RBG  95,  95,  95 = light black
   Hex BDBEBD = RBG 189, 190, 189 = dark grey
   Hex D1D7DC = RBG 209, 215, 220 = medium grey
   Hex CCCCCC = RBG 204, 204, 204 = medium grey
   Hex EFEFEF = RBG 239, 239, 239 = dark white
   Hex FFFFFF = RBG 255, 255, 255 = white
   Hex 005D8C = RBG   0,  93, 140 = dark blue
   Hex 0033CC = RBG   0,  91, 104 = medium blue
   Hex 0E72A4 = RBG  14, 114, 164 = light blue
*/

body {
    font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
    background : #000000 ;
    color : #6600FF;
    margin: 0px;
scrollbar-darkshadow-color: #330099;
scrollbar-face-color: #000000;
scrollbar-arrow-color: #990000;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #330099;
scrollbar-highlight-color: #330099;
scrollbar-3dlight-color: #330099;
cursor: crosshair;
border: 5px ridge #330099;
}
}



The cross-hair works, but the scrollbars not. :(
« Last Edit: May 31, 2006, 12:29:27 am by GauGau »
Logged
Kein Support über PN. Bitte im Forum posten, dann ist anderen auch geholfen.

http://www.gothicmodels.net/gothicmodels/gallery/

Testuser: Test23 PW: 123456

Blueiris

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Female
  • Posts: 170
  • Horse poor!
    • Saddlebred World Gallery
Re: Internet Explorer Scrollbars
« Reply #1 on: December 06, 2005, 04:54:48 pm »

I think you missed the base-color parameter.

Iconico offers a great help with these darn scrollbar colors. You can set up your colors, with sample scrollbars, and then just copy and paste the stuff into your css file. I use it all the time, and the code works every time. You have to access the site with IE, of course, because the code doesn't work on other browsers. Try:

http://www.iconico.com/CSSScrollbar/

Logged
You can lead a horse to water, but you can't make him drink - he's got to discover that it's wet for himself.

tricoven

  • Coppermine newbie
  • Offline Offline
  • Posts: 15
Re: Internet Explorer Scrollbars
« Reply #2 on: May 28, 2006, 11:33:02 am »

I tried it and it's not working.  Just like the original poster, I have updated the template and it seems to be not working at all, but on my other pages (not CP related), it is working fine...the problem is only occuring in Coppermine itself. 
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Internet Explorer Scrollbars
« Reply #3 on: May 28, 2006, 12:07:00 pm »

Try applying the scrollbar properties to the html tag instead of the body tag. Post a link to your site if you need details.
Logged

tricoven

  • Coppermine newbie
  • Offline Offline
  • Posts: 15
Re: Internet Explorer Scrollbars
« Reply #4 on: May 30, 2006, 12:19:25 pm »

Thanks GauGau, it worked!  Thank you so much!!! ;D
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 15 queries.