An alternative is putting a span around the text you want to hide and give
set it's visibility property to invisible.

<style type="text/css">
.hide { visibility:invisible}
</style>

<h1>
<img src="graphic.gif" alt="Graphic Text">
 <span class="hide">Hidden Text</span>
</h1>

This will show the image and hide the text but it will show the text for
devices that dont suport CSS.

Jamie


On Wed, Jul 15, 2009 at 8:20 AM, Ab Gemei <[email protected]> wrote:

>
> Is is it possible to do the -9999px text-indent trick in Arabic pages?
> Is there an alternative that could be made in a right-to-left manner
> with the same purpose as this trick?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to