gpt4 book ai didi

Asp.net 站点在同事计算机上显示不同

转载 作者:太空宇宙 更新时间:2023-11-03 20:04:01 25 4
gpt4 key购买 nike

我有一个 asp.net 站点,它在我的计算机上的 IE8 和 firefox 中以我希望的方式显示。在我同事的计算机上,页面内容被下推到左侧菜单下方。

我们都有完全相同的 IE8 版本。

我正在使用 div 和 css 进行定位和母版页。

body
{
background-position: center center;
font-family: Verdana;
font-size: medium;
background-color: #000000;

}

* {
padding: 0;
margin: 0;
}

#dateField{}

#head
{
color: #00FF00;
}

#topContent
{
background-position: url(Images/bg2.gif) repeat-x;
text-align: center;
background: url(Images/bg2.gif) repeat-x;
color: #FFFFFF;
font-size: x-large;
text-decoration: none;
font-weight: bold;
height: 87px;
vertical-align: middle;
line-height: 87px;
}

#topContent span {vertical-align:middle}



#leftContent
{

background-position: #0094D6 url(Images/contentbg.gif) repeat-x;
width: 170px; /*background: #0094D6 url(Images/contentbg.gif) repeat-x;*/
padding: 10px;
font-size: 90%;
text-align: left;
position: static;
margin-top: 10px;
margin-bottom: 10px;
left: 0px;
float: left;
height: 574px;
}
#SideTableFiller
{
height: 262px;
background-color: #000000;
}



#mainContent
{
text-align: left;
margin-left: 190px;
padding: 2px;
color: #FFFFFF;


}

#footerContent
{
background: url(Images/footer.jpg) repeat-x;
height: 100px;


clear: left;

}

最佳答案

你们中有人在 IE 中按下了兼容性按钮吗?

关于Asp.net 站点在同事计算机上显示不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2163553/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com