我想对我在div标签中嵌入的两个超链接图像进行轻微反思。我必须使用哪些款式?任何好的链接也会很棒 感谢
<div class="paneStyle">
<asp:Label ID="followUs" runat="server" Text="Follow us on:" CssClass="followUsStyle"></asp:Label><br style="line-height:30px;"/>
**<div id="FB" class="IconStyle"><asp:HyperLink ID="facebook" runat="server" ImageUrl="/_layouts/Facebook.png" NavigateUrl="http://www.........w"></asp:HyperLink></div>
<div id="TW" class="IconStyle"><asp:HyperLink ID="twitter" runat="server" ImageUrl="/_layouts/Twitter.png" NavigateUrl ="http:........"></asp:HyperLink></div> **
</div>
答案 0 :(得分:4)
您可以在CSS中执行此操作:
http://www.xhtml-lab.com/css/create-reflection-effect-using-css3
如果它不是你想要的那样,还有jquery: