Sunday 15 July 2012

Shifting html table right while retaining width -



Shifting html table right while retaining width -

i want shift couple of html tables on page right. have added "style=margin-left:30px" table definition. problem want width remain @ 100% horizontal scrollbar appears. added css:

html,body { overflow-x: hidden; width: 100%; }

this removes scrollbar fine truncates righthand 30px of table includes right-justified buttons need.

how shift table right , maintain entire table within smaller width?

cheers.

try utilize padding-left instead of margin-left.

html table

No comments:

Post a Comment