MEM wrote:
> Can I please have your help on this:
> http://www.cantinho.org/pt/cantinho-site/outra_tecnica.html
>
> I'm unable to move the scrollbar up. I want the scrollbar to be inside the
> parent div and with some margin on top and bottom... No success. 
> I'm newbie on CSS. Any help would be greatly appreciated.
>
> The css is inside, and has been validated.
>
> Kind Regards,
> Márcio
>   



Eeeks! Try?

css
#scrool_content { overflow-y: scroll;overflow-x: hidden!important; 
padding: 20px 0;}
br.both {clear:both;}
html
<div id="scrool_content">
<h2>Rounded Box Bottom</h2>
<p>...</p>
</div>       
<br class="both" />
</div></div></div>
</div> <!-- Fim caixa_bottom -->
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to