Positioning Text under Image

All your content columns are exactly the same - there is no need for a width in this scenario though.

Setting widths will just force the issue instead of guessing. Table cells aren’t 100% always the same width for all the columns. It depends on the content.

Your situation makes no sense to use widths though since the content is all the same basically.

Paul is still correct and I’m still correct. No using widths here :slight_smile: .

1 Like

Alright got it.

For some reason IE explorer is not rendering the page right like in Chrome it off the rest of the content.

Version?

Can you get a side-by-side comparison of each browser?

Its IE11

The table istoo wide and is being clipped from multiple parents having overflow:hidden;

On #labelswrap change that max-width:100% to just width:100%;.

Oh I see.
The table is too wide for IE?

Yup. I gave a solution.

Man this cross-browser thing is real pain :stuck_out_tongue_closed_eyes:

Once you learn about all of this, you’ll find that it’s really not so bad.

Half the time I can’t tell whether people ask basic questions (and accordingly I’m not very smart after all) or it’s just me.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.