2009/2/1 Gunlaug Sørtun <[email protected]> > > Regarding the original problem: > > Opera will cooperate if you... > 1: delete 'float: left;', and > 2: add 'left: 0;' > ...on #footer .logo-footer. > > Absolute positioned elements can't float. > "A:P" takes precedence, so it doesn't make sense to declare 'float' on > that element, and for reasons unknown to me the latest Opera versions > don't like to see that impossible combination. Older Opera versions > simply ignored 'float' in such a combination - same as most other > browsers do. > > > regards > Georg > -- > http://www.gunlaug.no >
Hi Georg, Many thanks. I didn't think that it is not coherent to declare A:P and at the same time float it. Regards -- ~ Cristian Palmas ~ http://www.cristianpalmas.it ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
