81,122
社区成员




<table width="1004" height="612" border="0" align="center"
cellpadding="0" cellspacing="0" bgcolor="#000000">
<tr>
<td align="center" valign="top">
<div id="divid">
<div id="divid1" > <img src="img/aa.jpg" id="img" /> </div>
<div class="div_fanye" id="divid2"> </div>
</div>
</td>
</tr>
<table width="1004" height="612" border="0" align="center"
cellpadding="0" cellspacing="0" bgcolor="#000000">
<tr>
<td align="center" valign="middle">
<div id="divid">
<div id="divid1" > <img src="img/aa.jpg" id="img" /> </div>
<div class="div_fanye" id="divid2"> </div>
</div>
</td>
</tr>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<style type="text/css">
<!--
* {margin:0;padding:0}
div {
width:500px;
height:500px;
border:1px solid #ccc;
overflow:hidden;
position:relative;
display:table-cell;
text-align:center;
vertical-align:middle
}
div p {
position:static;
+position:absolute;
top:50%
}
img {
position:static;
+position:relative;
top:-50%;left:-50%;
width:276px;
height:110px
}
-->
</style>
<div><p><img src="http://www.google.com/intl/en/images/logo.gif" /></p></div>
div{
height:100px;
line-height:100px;
}
div img{
vertical-align:middle; /*optional*/
}