PDA

View Full Version : CSS Trouble With Vertical Alignment


pmazer
2006-03-10, 16:44
I'm working on a new website but it's giving me a complication. The website is at: http://twistingmaze.com/photos.html

I'm trying to get the Previous and Next buttons to be lined up on the bottom, not right under the description as they are now. It should hopefully look something like:

http://twistingmaze.com/temp/Picture 1.png

Could anyone give me a little help?

chucker
2006-03-10, 17:01
This (http://www.alistapart.com/articles/fauxcolumns/) may help.

rollercoaster375
2006-03-10, 17:05
There are alot of thing that could have caused this... I think the most obvious one is that you've floated the Text Bits - They can't be aligned ;)

EDIT: The tone if this post is bad - I personally have never been able to figure out how to get vertical-align to work consistently, maybe you'll have better luck.

pmazer
2006-03-10, 17:33
I accomplished it with absolute positioning, but it seems like there must be a better way