[thelist] css: bottom alignment

Chris W. Parker cparker at swatgear.com
Tue Jan 7 14:37:00 CST 2003


hi.

it seems to me that centering up and down, and bottom alignment of
elements is not very well supported among most browsers? or should i
say, ie?

i would really like this to work...

#gotosg {
	height: 50px;
	}

#gotosg p {
	vertical-align: bottom;
	font-family: arial, sans-serif;
	font-size: xx-small;
	}

but alas, the only part that does not work is the "vertical-align:
bottom;" statement. anyway to get what i want?

i realize i could add...

margin-top: 40px;

...to the p tag and get what i want. but i'd rather not if possible.
why? i just would. ;)

btw, ie6 sp1 win.

thanks,
chris.



More information about the thelist mailing list