![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Please help anyone who knows how I can apply scrolling background image to sidebar, I have managed to do it for the main content area but i had div id's to hook onto for the top rounded corners I used #content h1, middle repeat graphic I used #content and for the bottom rounded graphic I used content h2 which seems to have worked but now my footer is not displaying in browser and I do not have these hooks for the sidebar ul please help kind regards Andy my site address is http://andysite.prohost4u.co.uk./trial.html |
#3
| |||
| |||
|
#4
| |||
| |||
|
| <script type="text/css" #sidebar_txt {overflow:scroll} /script> |
|
[Q]Please help anyone who knows how I can apply scrolling background image to sidebar[/Q] Change the value of your ID attribute from "sidebar txt" to "sidebar_txt" and insert the following <script> tag in the <head> tag of your document: <script type="text/css" #sidebar_txt {overflow:scroll} /script> This code will insure that the scroll bar will always appear when it becomes necessary. (In some browsers it may even appear when it is not necessary.) You may change the overflow property value from scroll to auto. This will insure that the scroll bar only appears when it is necessary. Please understand, however, that what appears to you as an image is merely background color. It is not an image per se. Roddy :smile; |
#5
| |||
| |||
|
| <script type="text/css" #sidebar_txt {overflow:scroll} /script> That would be <link> not <script |
#6
| |||
| |||
|
|
.oO(Murray *ACE*) <script type="text/css" #sidebar_txt {overflow:scroll} /script> That would be <link> not <script Some may also use <style>. ;-) Micha |
![]() |
| Thread Tools | |
| Display Modes | |
| |