-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi all,
i am trying to hide some text inside an on my website using the text indent property (setting it to text-indent: -999px;). for some reason this doesnt work when i set the direction of the document to "rtl" (my site is in Hebrew, which is written from right to left).
under "rtl" direction…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
- A Reuters reporter in Surkhrod district in Nangarhar province, where villagers said the raids took place, said Afghan police fired at the crowd after some of them started throwing stones at local government buildings.
<p> - A Reuters reporter in Surkhrod district in Nangarhar province, where…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am experiencing a problem with the following code in some versions of Internet Explorer:
#iconautente{
background-image:url('/style/images/spritecommon.png'); /*icona_utente.png*/
background-position:-117px -15px;
text-indent:-9000px;
width:20px;
height:23px;
display:inline-block;
}
<a id="iconautente"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using the negative-text-indent technique I learned to show a text-image to the user, while hiding the corresponding actual text.
This way the user sees the fancy styled text while search engines can still index it.
However I am started to think this sounds like cloaking since I am serving different…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
This is a related to a previous question I have asked here, see the link below for a brief description as to why I am trying to do this.
Regular expression from font to span (size and colour) and back (VB.NET)
Basically I need a regex replace function (or if this can be done in pure VB then…
>>> More