column width percent
I am trying to use percentages for my column widths. The end result of this code is that each column has a width of what looks like 200%, not 20%, of the document.
What am I doing wrong?
Thanks!
What am I doing wrong?
Thanks!
<style>
#schedule { width: 100%; height: 100%; border-bottom: 0px}
#schedule .aw-grid-row {height: 20px; border-bottom: 1px solid #ccc}
#schedule .aw-alternate-even {background: #fff;}
#schedule .aw-alternate-odd {background: #eee;}
#schedule .aw-mouseover-row {background: #ccc;}
#schedule2 .aw-mousedown-row {background: #999;}
#schedule .aw-column-0 {width: 20%; border-right: 1px dotted #ccc;}
#schedule .aw-column-1 {width: 20%; border-right: 1px dotted #ccc;text-align: right}
#schedule .aw-column-2 {width: 20%; border-right: 1px dotted #ccc;text-align: right}
#schedule .aw-column-3 {width: 20%; border-right: 1px dotted #ccc;text-align: right}
#schedule .aw-column-4 {width: 20%; border-right: 1px dotted #ccc;text-align: right}
#schedule .aw-grid-headers {color: blue}
#schedule .active-scroll-bars{ overflow: hidden }
#schedule .aw-mouseover-header {color: red;}
#schedule .aw-mousedown-header {color: yellow;}
</style>
<script></script>
Nihal
March 8,