Add vertical-align support for images#54
Conversation
|
Why you suggest "middle" as a default? "baseline" is better, imho. What do you think? |
|
The value "middle" is just my taste ;) But i think you are right - "baseline" ist better for a standard css. |
|
Okay. The second my point: Why you want to add this property? |
|
Because its a well-known bug in IE. A other solution is to add "display:block" to the images but i think this is to heavy. "vertical-align" is the smarter solution |
|
Sorry but baseline is not the solution!! My fault, it must be either vertical-align: middle or display: block You can see the testcase here: |
|
The space can be removed with various other values for However, |
|
Yes, but the default dont correct the bug ;) |
|
It's not a bug. |
|
You think it's not a bug? 3px white space at the bottom of every image? 3px Gap Bug aka Text Jog Bug |
|
http://jsfiddle.net/GqPQG/4/ is pretty weird to me. so i think a default of
so yeah. |
|
parent-selector { parent-selector * { Try the above for removing space in bottom. No need to change default values.
|
Please add the vertical-align to prevent the 1px space at the bottom of images