css - HTML Overflow Not Clean -
i have fiddle
i use css:
#body { overflow-y:scroll; }
to make content area scrollable, don't have scroll page.
my aim have full height side bar @ times, figured have content element #body
have scroll , fine. however, makes border weird when scrolling data, bottom border isn't scrolling it's redrawn, how past that? if me tidy css , elements based on information great
part 2: want there 2 panels, left fixed width , right taking remainding width of screen? how do can have #body
take 90%
of second panels' width without having set fixed width loads of left margin?
thanks,
i think problem #body element (might want rename clarity since theres html body element) partially hidden under sidebar.
if give left:300px
scroll bar no longer hidden left issue of right pane needing width determined size of browser window.
have @ this: css layout 2-column fixed-fluid links article : http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-21-fixed-fluid/ ideas on how that.
Comments
Post a Comment