图像仅在IE6中未固定在浏览器的中心页面中 [英] the image not fixed in center page of the browser only in IE6

查看:64
本文介绍了图像仅在IE6中未固定在浏览器的中心页面中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要将图像固定在浏览器中心页面的右侧,.. IT将其固定在除IE6之外的所有浏览器的中心位置...

这是我的代码....

I need to fix the image at right side of the center page in browser,....IT fixed center in all browser except IE6.....

this is my code....

<table width="100%" border="0" cellspacing="0" cellpadding="0">
                       <tr>
                           <td align="center" valign="top">

                                <div style="position: absolute; float:right; right: 0px; width: 0px;">
                                       <div class="sociallink">
                                           <a href="www.facebook.com">
                                               <img src="image/facebook.png" /></a><br />
                                           <a href="wwww.twitter.com">
                                               <img src="image/twitter.png" /></a><br />
                                           <a href="www.blog.com">
                                               <img src="image/blog.png" /></a>
                                       </div>
                                   </div>
                           </td>
                       </tr>
                   </table>




我的CSS代码在这里




and my css code is here

.sociallink
{
    position: fixed;
    top: 200px;
    right: 0px;
    background: url('../image/social_bg.png') no-repeat;
    padding: 35px 0px 5px 12px;
    height: 175px;

}

.sociallink img
{
    padding: 5px;
    border: none;
}




谁能克服这个问题....请帮助我.....




Can anyone able to overcome this problem....Pls help me.....

推荐答案

请尝试以下操作:< div style ="position:absolute; float:right; right:0px; width:200px;></div>
try this please: <div style="position: absolute; float:right; right: 0px; width: 200px;"></div>


好吧,请您发布ie6屏幕的屏幕截图,以便我解决问题为你

谢谢
Well, Can you please post a screen shot of the ie6 screen so i can solve the problem for you

thanks


这篇关于图像仅在IE6中未固定在浏览器的中心页面中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆