html - Scrolling parent div with children having Css Pie elments -
i have issue parent div surrounding table scroll-able horizontaly. table uses css pie gradients header , buttons within it. issue when scroll button style moves along scrolling , header same. there way resolve issue
<div id="listtab" class="data" style="padding-left: 5px; overflow: auto;overflow-y:hidden;"> <input type="hidden" name="collength" id="collength"value="${fn:length(listviewcolumns)+fn:length(listviewfedbackcolumns)+1}" /> <table id="table1" class="cw4" border="1" width="100%" style="z-index:1"> <thead id="head1"> <tr> <th></th> </tr>
the div has horizontal scroll bar issue when scroll header tag on table has css pie gradient applied result moves out of table on scroll
html css css3pie
No comments:
Post a Comment