<script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script> $(function () { $(".ajax__tab_header").html("<div style='height:80px;width:1200px;' >" + $(".ajax__tab_header").html() + "</div>"); }) </script> <style> .ajax__tab_header { height: 40px !important; width: 200px; overflow: scroll; overflow-y: hidden; } </style>
{ overflow-x: scroll; overflow-y: hidden; }
.section { width:500px; overflow-x:auto; }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)