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
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...