开发者

ie7 css; position relative problem?

开发者 https://www.devze.com 2023-04-07 16:18 出处:网络
Please have a look at the following url: http://server.patrikelfstrom.se/johan/fysiosteo/ I want the image to be on the right side of the content, so i made the container positio开发者_如何学JAVAn: r

Please have a look at the following url: http://server.patrikelfstrom.se/johan/fysiosteo/

I want the image to be on the right side of the content, so i made the container positio开发者_如何学JAVAn: relative and the image position: absolute. Works great, except in IE7. So I would like to know how to fix it. Is it an IE bug, or did I miss something?

Thanks


It works fine in IE9...why don't you set the image as a background of the content block and position that background right (background-position property).

0

精彩评论

暂无评论...
验证码 换一张
取 消