css 图片反转

-webkit-transform:rotate(900deg)

<div class="card-box" style="width:100%;">
<table>
<tr>
<td><img src="<?php echo __IMG__?>timg.jpg" style="width: 40px;height:40px;-webkit-transform:rotate(900deg);cursor:pointer;" onclick="Page()">&nbsp;</td>
<td><div id="columnar1" style="width:70%;height:700px;"></div></td>
<td>&nbsp;<img src="<?php echo __IMG__?>timg.jpg" style="width: 40px;height:40px;cursor:pointer;" onclick="Page()"></td>
</tr>
</table>
</div>
posted @ 2018-09-12 14:27  LanXiny  阅读(147)  评论(0编辑  收藏  举报