[css-d] (IE problem) vertical-align of div in td doesn't work when div has relative height

2005-06-30 Thread sascha sengespeick

please take a look at this:
http://www.info01.de/sascha/buggy_in_ie.html
it drives me crazy!

if you change the height to a pixel value, it works fine in IE ...

source:

 
http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>



		IE does not align properly when using relative height 
	






		this should be at the bottom of the page but it is not when using IE. 
		changing the height to e.g. 50px gets it there ... why is it not working with the relative value?








__
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/


Re: [css-d] (IE problem) vertical-align of div in td doesn't work when div has relative height

2005-07-01 Thread Guillaume
Take a look at this 

It gives you a valid method to center content, or change it's values to 
any vertical-align options ( in your case bottom ).

There are two parts in the css: for all browsers / for Ie.
By the way it is the only clean method i know to control vertical-align, 
especially to center content vertically.

Guillaume.
__
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/