recoup8063
recoup8063

Reputation: 4280

Table positioning not working

So I am creating a table that is supposed to be all the way to the left of its area. For some reason whatever I do, margin, padding etc will not move the table. Is it something in my jquery code or in my css that I have overlooked that is keeping the table to the right? Or is just a limitation of using tables.

Jsfiddle

Upvotes: 0

Views: 38

Answers (1)

user2623869
user2623869

Reputation:

Taking what @shriek said just add position: absolute to your table.

Upvotes: 2

Related Questions