Text-indent:-9999px why is the hidden text invalid?

Source: Internet
Author: User

The background is used to display the image. To hide the text, set text-indent:-9999px. Why is it ineffective?

< Div Class = "Remksz msstar" Title = "Good" > Abcdefghi </ Div >

CSS:

. Remksz {} { Height : 12px ; Width : 64px ; Display : Inline ; Margin-Right : 10px ; Text-indent : -9999px ; Vertical-align : Middle ; }
. Msstar {} {Background:Transparent URL (images/remark.gif) No-repeat scroll 0-84px;}

 

The original problem lies in the display: inline,Text-indent is effective only for blocks, table cells, and inline blocks, and text-align: Left. It has no effect on inline elements.

Change to display:Inline-blockSolve the problem.

Unfortunately, browsers have poor support for inline-block, such as firefox3, IE8, and opera and safari.

ie6. IE7 seems to have some effect, but using display: inline-block in IE triggers layout (if you are unfamiliar with layout, see the on having layout translated by old9) to enable inline elements to be characterized by the display: inline-block attribute. Inline-block is used to present an object as an inline object, but the content of the object is presented as a block object. The Inline object next to it will be presented in the same row and spaces are allowed.

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.