Advice needed for site changes

Discussion in 'HTML & Website Design' started by john247, Apr 23, 2008.

  1. #1
    I want to change the right scroll bar on my site to the normal windows scroll bar any help/advice appreciated.

    site is 1st one in my sig

    Thanks
     
    john247, Apr 23, 2008 IP
  2. 007c

    007c Peon

    Messages:
    611
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't really get what you saying. I don't see any scroll bar cept my firefox one?
     
    007c, Apr 23, 2008 IP
  3. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Oh these are IE scrollbars?

    In your Red css file:
    
    <!--
    body {
    	scrollbar-face-color: #BB3415;
    	scrollbar-highlight-color: #D8A3A3;
    	scrollbar-shadow-color: #8A2020;
    	scrollbar-3dlight-color: #BB3415;
    	scrollbar-arrow-color:  #8A2020;
    	scrollbar-track-color: #AD1919;
    	scrollbar-darkshadow-color: #8A2020;
    	background-color: #FCF2ED;
    	}
    
    Code (markup):
    Get rid of that stuff, except the background colour one cause that's for the whole page. Yes, keep "body" there... but also get rid of the <-- thing cause that's HTML commenting and doesn't belong in the CSS sheet...
     
    Stomme poes, Apr 23, 2008 IP
  4. john247

    john247 Peon

    Messages:
    690
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks for replies

    Changed by using your instructions - Thanks
     
    john247, Apr 23, 2008 IP