the right of each page there are a scroll bar for see full pages and u can up and down it! but i want hide it in my pages how i can?
hi you can make this with css codes; change this codes what you like I mean hide scrool make scrool colors white BODY { scrollbar-face-color:#A3C1E0; scrollbar-highlight-color:#FFFFFF; scrollbar-3dlight-color:#FFFFFF; scrollbar-darkshadow-color:#FFFFFF; scrollbar-shadow-color:#FFFFFF; scrollbar-arrow-color:#FFFFFF; scrollbar-track-color:#66CC33; }
Does the page fit in 800x600 resolution? If it doesn´t people who use that resolution will not be able to browse your site if they can´t scroll. Am i right?
or may be you can make a change in above css , so that if ur template width is less than 1024, then it will not show any scrollbar. and in case of 800 resolution, it will. hope this helps.
use the site background color as scrollbar color, thats what 'metalstein' said about, so its can be work with any resolution....
You're obviously not too experienced, since you're forgetting Firefox, Opera, Safari and Netscape browsers do not allow custom scrollbars, since this is not valid CSS. Use my method. It works.