Bolo Michelin wrote:
> http://www.independza.com/client/expay/index.html
> 
> I have a problem with the header on IE 6. Header goes to right side 
> ;(

Since you are using 'text-align: center;' on body, you should also add...

#header {text-align: left;}

...to help IE line up those absolute positioned elements from the left.
Now it is centering the first element, and lining up the other element
to the right of it.

It would be a good idea to add real positions in the form of 'left:
(value); top: (value);' for absolute positioned elements. That would
also fix the issue at hand, and reduce the amount of guesswork for all
browsers.


BTW: an absolute positioned element doesn't float anywhere. See... .milieu.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to