cj wrote:

> the fix: i actually have no idea why what i did works.  however you
> can see my fixed version alongside a non-fixed version at
> http://sltclan.com/images/cj/fix-ie-loader/default.html
> 
> method #1 - not so great, but better than nothing:
> using "text-align: right;" on the link will work *most* of the time,
> but there is a slight delay when you mouse over the links.  you can
> see this live on the right column of the non-fixed area.  sometimes it
> stops working though, and i have no idea why.  that's ms for ya!
> 
> method #2 - requires a bit of markup, but much better:
> setting a parent to "text-align: right;" fixes it much better when i
> put "position: relative;height: 0;" on the actual link.  i don't know
> how i came up with this, but i have seen absolutely no problems with
> my links when i put this into effect.  you can even get all text to
> line back up on the left hand side after having set the parent to
> align right, which i show on the left column.


Thanks for sharing this interesting fix.

position:relative + z-index on the links is sometimes another option, 
but not when the parent with the filter is positioned absolutely. Here, 
an additional wrapper was required.

http://www.satzansatz.de/cssd/tmp/alphatransparency.html

If your method does work for links on absolutely positioned filtered 
elements, this would be a big step. Can't test it on my Installation 
with IE6 side-by-side IE7 (where the filter does not work at all) at the 
moment.


Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to