Hi,
I have a requirement to vertically align content in middle using CSS
this data consists of an image and a span tag in a cell containing pre
This is wht i have attempted:
Output :
In IE 7 : Stupid browser does not honor Padding @ rhs or even overall 1 px padding !! the pre tag is not center aligned vertically
In FF 3 : Well at least it shows padding, But Hey Still no center Aligned !!
In Chrome 2.0 : Well, seems center aligned to me
In Safari : Well, seems center aligned to me
why is IE and FF ignoring the vertical-align:middle ? i have given it to PRE, Img, Span, Where else shall i give it ??