Open GoogleCodeExporter opened 9 years ago
I think there's another way:
vLeftTable =
'<DIV class=scroll id=leftside style="width:' + vLeftWidth + 'px"><TABLE
cellSpacing=0 cellPadding=0 border=0><TBODY>' +
to
'<DIV class=scrollleft id=leftside><TABLE cellSpacing=0 cellPadding=0
border=0><TBODY>' +
css :
DIV.scrollleft {overflow-x:scroll; BORDER-RIGHT: #efefef 1px solid;
PADDING-RIGHT:
0px; BORDER-TOP: #efefef 1px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px;
OVERFLOW: hidden; BORDER-LEFT: #efefef 1px solid; WIDTH: 420px; PADDING-TOP:
0px;
BORDER-BOTTOM: #efefef 1px solid; BACKGROUND-COLOR: #ffffff }
It lets the left table has x scroll
Original comment by tobe...@gmail.com
on 29 Jul 2009 at 4:21
This works great in IE. Not being a CSS expert, does anybody know how to make
this
work in Firefox?
Thanks,
Original comment by ndm_regi...@sbcglobal.net
on 8 Mar 2010 at 11:46
Original issue reported on code.google.com by
zhang_yu...@msn.com
on 21 May 2009 at 4:49Attachments: