On Saturday 2014-11-29 05:08, Mike Wright wrote: >> Forcing a scrollbar also seems backwards. If the table is to >> have a consistent size irrespective of scrollbar, one would >> probably use CSS's position: or float:. >> > Those solutions won't work. The scroll bar is added to the page by the > browser, outside of the body, which causes the body width to narrow Hm, too bad. "overflow-y: scroll" though is better-suited than "height: 100.1%", and according to http://stackoverflow.com/a/7607206 , should be on the html object, not body. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html