IE CSS padding-left is only padding first line of text?

IE7 does not support display: table-cell : caniuse.com/css-table.

IE7 does not support display: table-cell: caniuse.com/css-table You'll have to find an alternative technique, if only for IE7. Try adding *float: left to the span - it will only apply to IE7 and lower. Maybe that will be a "good enough" fix.It looks like you're using display:table-cell; vertical-align:middle for vertical centering.

If it's absolutely vital to have that in IE7, it is possible without resorting to JavaScript, but it's a pain in the ass.

Ah, I missed the display: table-cell part. – Andrew Peacock Jul 28 at 14:40.

I'm not sure exactly why it does that, it seems to be an IE bug. I would suggest either wrapping your text in something else(a div or a p tag), or just putting the text straight in the a tag and if you need specific styles for it just give the a tag a class.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions