[jQuery] Re: jqueryPngFix and links on IE6

2008-10-06 Thread Klaus Hartl
position: relative does not always work but in my experience triggering hasLayout almost always (you can never tell with IE) works if links displayed as block aren't clickable as a whole. http://www.satzansatz.de/cssd/onhavinglayout.html --Klaus On 6 Okt., 12:48, shortStormTrooper <[EMAIL PRO

[jQuery] Re: jqueryPngFix and links on IE6

2008-10-06 Thread shortStormTrooper
@fazal position:relative on the link does not always work, it depends on the complexity of the link's relationship to its parents and to other elements on the page. Sometimes z-index can help, sometimes nothing in pure CSS/HTML will fix the problem... On Oct 5, 10:36 am, Fazal Khan <[EMAIL PROTE

[jQuery] Re: jqueryPngFix and links on IE6

2008-10-05 Thread Fazal Khan
With any PNG fix you use jQuery or not, if the link isn't clickable, just apply the "position:relative;" attribute to the link in your css file and it will work. On Sep 2, 12:28 pm, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > Hi, I'm using the pngFix plugin to show some png images wit

[jQuery] Re: jqueryPngFix and links on IE6

2008-10-04 Thread Giovanni Battista Lenoci
Illimar ha scritto: I have the extact same question. Have You found a way to make the whole link clickable yet? Via CSS you have to put a border to the image. http://lab.gianiaz.com/jquery/menupngfix/solved.html Via jquery you can get the span the was clicked and do a location.replace. H

[jQuery] Re: jqueryPngFix and links on IE6

2008-10-04 Thread Illimar
I have the extact same question. Have You found a way to make the whole link clickable yet? On Sep 2, 2:28 pm, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > Hi, I'm using the pngFix plugin to show some png images with > trasparency. > > These images are part of a list of menu, and each on