Leandro Coutinho wrote:

> the following code works in FF and Chrome, but not in IE:
> 
> #copy {
>     position:fixed;
>     bottom:0px;
>     margin-bottom:5px;
>     margin-right:5px;
>     margin-left:5px;
>     text-align:center;
>     width:98%;
>     background-color:#F0F0F0;
>     color:#D2B48C;
> }
> 
> <div id="copy">
>     Copyright&copy; 2008
> </div>

Which version of IE?
- IE6 doesn't support 'position: fixed' at all.
- IE7 does support 'position: fixed' when document triggers standards mode.

Fix for IE6 depends on layout/design, so we have to see the actual page 
first.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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/

Reply via email to