I am not sure if this is strictly Turbogears question, but here I go:
When creating a page I use kid template with following syntax:
<div class="left">
<span py: for="item in list">
<form action="/action" method="post">
${XML(item)} <input type="submit" value="AR"></input>
</form>
</span>
</div>
<div class="content">
<span py:content="XML(words)">tab content</span>
</div>
I'd like to use a scroll bar next to the left class separately from
content class.
I tried adding overflow: auto to classes but it doesn't work.
I even tried wrapping the whole thing in table and using overflow.
Still nothing.
Any ideas what to do?
Boštjan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---