Template:Scrolling table: Difference between revisions

change parameters; make overflow-y dependant on height
(add width, height, x and y parameters)
(change parameters; make overflow-y dependant on height)
Line 1: Line 1:
<includeonly><div style="border: 2px solid LightGrey; overflow-y: {{{y|hidden}}}; overflow-x: {{{x|auto}}}; width:{{{width|}}}; height:{{{height|}}};"></includeonly><noinclude>
<includeonly><div style="border: 2px solid LightGrey; width:{{{width|}}}; height:{{{height|}}}; overflow-y: {{#if: {{{height|}}} | auto | hidden }}; overflow-x: auto;"></includeonly><noinclude>
{{documentation}}</noinclude>
{{documentation}}</noinclude>
90,866

edits