.pic
{
max-height:400px;
max-width:400px;
_width:expression("400px");
_height:expression((document.documentElement.clientHeight||document.body.clientHeight)>400?"400px":"");
/*_width:expression((document.documentElement.clientWidth||document.body.clientWidth)>(document.documentElement.clientHeight||document.body.clientHeight)?"400px":"");*/
/*_height:expression(document.documentElement.clientWidth>document.documentElement.clientHeight?(document.documentElement.clientHeight*(400*2-68)/document.documentElement.clientWidth+"px"):"400px");*/
overflow:hidden;
margin-left:-55px;
margin-Right:-55px;
padding:0px;
}
table
{
width:400px;
height:400px;
border:0px;
border-collapse:collapse;
margin:0px;
padding:0px;
}
tr
{
margin:0px;
padding:0px;
width:400px;
height:400px;
}
td
{
text-align:center;
margin:0px;
padding:0px;
width:400px;
height:400px;
}
|
|