Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Alternative to "text-indent:-9999px"? Re: Alternative to “text-indent:-9999px”?

#74290
keithdevon
Member

Thanks Eric,

I used a version of your first technique to achieve the desired effect.

The child selector "ul > li > a" was used to target the appropriate top-level link for the "position:relative; z-index:-1;" CSS.

"overflow:hidden;" was applied to all li items using "#suckerfishnav li".

Thanks for your help buddy!