Mohsen Saboorian wrote:
> I think the only possible think I can do inside .css file, is to add a
> "html>body" before my standard rule (which also works in IE 7) and a
> normal rule for IE 6
> 
> ex:
> html>body #foo {width: 300px;} /* Standard */
> #foo {width: 300px;} /* IE 5, 5.5 and 6 */

I think you're over-complicating things. Your original...
        position: fixed;
        _position: absolute;
...will give 'position: fixed' to IE7, as you want.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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