urs63
Newbie
Posts: 1
Registered: 5/25/2005
Member Is Offline
|
| posted on 5/25/2005 at 04:37 PM |
|
|
padding bottom on scroller box
I am using a background image (.Back {background-image: url(../../images/frame.gif)...).
which value in scroll.html do I have to adjust that I will have a bottom margin for the scrolled content?
Thank you
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 9/6/2005 at 12:25 PM |
|
|
Not sure what you expect to get, but try
.Back {
background-image: url(../../images/frame.gif);
margin-bottom : 10px;
...
}
|
|
|