Web page-browser compatibility issues

Source: Internet
Author: User

1: Empty a tag cannot be clicked under Ie7/8 (2015-05-22)

HTML code:

<ul class= ' Oul ' >
<li><a href= "#" > </a></li>
<li><a href= "#" > </a></li>
<li><a href= "#" > </a></li>
</ul>

CSS styles:. Oul li A{width:60px;height:60px;display:block;cursor:pointer;}

Problem Description: Under IE8 and IE7, the mouse hover on <a> without any reaction, there is no <a> hand pattern, more can not click.

Solution: Give a tag a random background color or background image, and then set the transparency of a label to 0, the use of filters in IE to make the background color is not displayed!

. Oul Li A{width:60px;height:60px;display:block;cursor:pointer; Background: #fff; Opacity:0;filter:alpha (opacity=0);}

Web page-browser compatibility issues

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.