can i specify the BG image size

admin

Administrator
Staff member
can i specify the BG image size? cus i have a photo and i want to make it a background but not over the wole page? possible?<!--content-->and how come when i ue CSS on my site it doesnt work?i have a css for a scroll bar is there a diffrent way to make a scoll bar color?<!--content-->Originally posted by modifier_guy <br />
and how come when i ue CSS on my site it doesnt work?i have a css for a scroll bar is there a diffrent way to make a scoll bar color? Lol scroll bar css technically is not css at all, it is ie proprietary code. It is only going to work on ie. You cannot change the scroll bar color any way but this unless you put in custum scroll bars and the chances are anny scripts you find for that will be ie only as well. Other browsers are not too fond with you screwing with the gui (not am i)<!--content-->ok so how can i change the color fo the scroll bar? and also back to my originla question of specifing a BG size is it possible?<!--content-->SCROLLBAR-FACE-COLOR: <br />
SCROLLBAR-HIGHLIGHT-COLOR: <br />
SCROLLBAR-SHADOW-COLOR: <br />
SCROLLBAR-3DLIGHT-COLOR: <br />
SCROLLBAR-ARROW-COLOR: <br />
SCROLLBAR-TRACK-COLOR: <br />
SCROLLBAR-DARKSHADOW-COLOR: <br />
<br />
no you can't stretch the background without javascript<!--content-->Originally posted by IncaWarrior <br />
SCROLLBAR-FACE-COLOR: <br />
SCROLLBAR-HIGHLIGHT-COLOR: <br />
SCROLLBAR-SHADOW-COLOR: <br />
SCROLLBAR-3DLIGHT-COLOR: <br />
SCROLLBAR-ARROW-COLOR: <br />
SCROLLBAR-TRACK-COLOR: <br />
SCROLLBAR-DARKSHADOW-COLOR: <br />
<br />
no you can't stretch the background without javascript On the contrary. <img src=http://www.webdeveloper.com/forum/archive/index.php/"" alt="" style="height:100%; width:100%; z-index:-1;"> would make the image a background image for our purposes because it would be behind all content and it can be stretched this way. That scrollbar code is again ie proprietary code and will only work with ie.<!--content-->Originally posted by PeOfEo <br />
That scrollbar code is again ie proprietary code and will only work with ie. It will also make your CSS invalid unless you use my workaround (<!-- m --><a class="postlink" href="http://www.webxpertz.net/forums/showthread.php3?s=&threadid=26625#post144558">http://www.webxpertz.net/forums/showthr ... post144558</a><!-- m -->)...<!--content-->Originally posted by fredmv <br />
It will also make your CSS invalid unless you use my workaround (<!-- m --><a class="postlink" href="http://www.webxpertz.net/forums/showthread.php3?s=&threadid=26625#post144558">http://www.webxpertz.net/forums/showthr ... post144558</a><!-- m -->)... haha thats a nice lil trick. Chances are if js is not on they are not going to see the scroll bars that only ie5 and 6 impliment which has javascript which cannot be disabled I might add.<!--content--><img src=http://www.webdeveloper.com/forum/archive/index.php/"" alt="" style="height:100%; width:100%; z-index:-1;"><br />
<br />
so tht should make my BG image a smaller size, i just need it in the center of the page a nice size so i can write over it<!--content-->
 
Back
Top