i have a div with with property
div
`
@vonkly is almost right about position:absolute. But you don't have to set left:0. With left:auto, you can spare position:relative too.
position:absolute
left:0
left:auto
position:relative
table { padding-left: (width-of-your-td-elements); } table td:first-of-type { position: absolute; }