Topic: Css alignment problem |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: iasi, romania |
posted 05-05-2004 13:53
I'm trying to vertical align an image inside a div with an explicit height. |
Nervous Wreck (II) Inmate From: |
posted 05-05-2004 15:54
vertical-align is for inline elements (like span, etc.) to specify how they are placed relative to other inline elements in the same line. This is primarily intended for creating superscripts and subscripts although it can also be used to determine how elements such as img are placed relative to the surrounding text. |