| Issue 122: | Scrolling Problem | |
| 2 people starred this issue and may be notified of changes. | Back to list |
I put calendar into a DIV, set the height of calendar to 400px. And the
height of DIV is 300px. When I scroll the scrollbar, calendar's title is
scrolling but body is staying at the same place. Below is part of source
code.
<style type='text/css'>
#calendar
{
width: 400px;
height:400px;
margin: 0 auto;
}
</style>
<body>
<a href='#' id='createTask'>Create</a>
<div style="height:300px; width:500px; overflow:scroll ">
<div id='calendar'>
</div>
</div>
</body>
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
Oct 13, 2009
Project Member
#1
adamrs...@gmail.com
Status:
Done
Oct 13, 2009
Thanks for your reply, problem solved. |
|
| ► Sign in to add a comment |