Is it possible to center text vertically in a div  in Internet Explorer.
I managed to make it work in FireFox and Opera by applying the following:

div {
    display: table-cell;
    vertical-align: middle;
   }

but I can't get it to work in IE.

Any help would be appreciated.
Thanks in advance.

Dimpie.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to