HighDots Forums  

How can I apply scrolling background image to sidebar

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss How can I apply scrolling background image to sidebar in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
WILLO THE WISP
 
Posts: n/a

Default How can I apply scrolling background image to sidebar - 03-28-2009 , 02:05 PM






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



Reply With Quote
  #2  
Old   
GPaul
 
Posts: n/a

Default Re: How can I apply scrolling background image to sidebar - 03-28-2009 , 09:34 PM






You really ask your questions in a confusing way...

I see that you have the one bg image and text working, but I dont know what
you mean by scrolling background image to sidebar.

Run your page through the validator, it might help you with your footer
issue.

http://validator.w3.org/


"WILLO THE WISP" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
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





Reply With Quote
  #3  
Old   
kiusau
 
Posts: n/a

Default Re: How can I apply scrolling background image tosidebar - 03-28-2009 , 11:19 PM



[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;





Reply With Quote
  #4  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: How can I apply scrolling background image to sidebar - 03-29-2009 , 07:41 AM



Quote:
<script type="text/css"
#sidebar_txt {overflow:scroll}
/script>

That would be <link> not <script>

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"kiusau" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
[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;






Reply With Quote
  #5  
Old   
Michael Fesser
 
Posts: n/a

Default Re: How can I apply scrolling background image to sidebar - 03-29-2009 , 02:06 PM



..oO(Murray *ACE*)

Quote:
<script type="text/css"
#sidebar_txt {overflow:scroll}
/script>


That would be <link> not <script
Some may also use <style>. ;-)

Micha


Reply With Quote
  #6  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: How can I apply scrolling background image to sidebar - 03-29-2009 , 03:42 PM



Oops. Yeah - some may.... 8)

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Michael Fesser" <netizen (AT) gmx (DOT) de> wrote

Quote:
.oO(Murray *ACE*)

<script type="text/css"
#sidebar_txt {overflow:scroll}
/script>


That would be <link> not <script

Some may also use <style>. ;-)

Micha


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.