[jQuery] Re: My code is not working for rollover

2009-10-09 Thread jessie
Waseem Yes i've downloaded it and now working locally. It all works fine, i have no idea why it wasn't working before. Now the only problem is that i would like to have all my input buttons and all other images within links that have png's to be transparent in IE6. I'm yet to find a workaround

[jQuery] Re: My code is not working for rollover

2009-10-09 Thread jessie
Thanx Waseem My original code is working fine now. Except i'm having issues with my pngs' Thank-you for taking your time to explain that to me. Jess On Oct 9, 7:25 pm, waseem sabjee wrote: > lets start of simple - and make sure everything works on the simplest > example before adding the com

[jQuery] Re: My code is not working for rollover

2009-10-09 Thread waseem sabjee
ok try this 1. i suggest you download this script and run it locally http://ajax.googleapis.com/ajaxlibs/jquery/1.3.2/jquery.min.js 2. if you try a simple alert through jquery does it work put the following code in an external file an

[jQuery] Re: My code is not working for rollover

2009-10-09 Thread jessie
Thanks Guys, but yes i do want to keep my alt and title tags. I've tried everything today... but i'm very new to jquery and don't fully comprehend how to put things together. I have used supersleight before for IE6 and it worked a charm except now it doesn't work because i'm using jquery. Anywa

[jQuery] Re: My code is not working for rollover

2009-10-09 Thread waseem sabjee
i think the OP wants to keep alt and title tags On Fri, Oct 9, 2009 at 11:50 AM, Jonathan Vanherpe (T & T NV) < jonat...@tnt.be> wrote: > > This method seems to work with images off while still keeping replacement > text (with only minimal extra markup): > http://ryanroberts.co.uk/_dev/experiment

[jQuery] Re: My code is not working for rollover

2009-10-09 Thread Jonathan Vanherpe (T & T NV)
This method seems to work with images off while still keeping replacement text (with only minimal extra markup): http://ryanroberts.co.uk/_dev/experiments/accessible-rollovers/index.html Jonathan jessie wrote: I would if there were ways to keep my alt text so users can browse with iimages o

[jQuery] Re: My code is not working for rollover

2009-10-09 Thread waseem sabjee
lets start of simple - and make sure everything works on the simplest example before adding the complicated code.1. i suggest keeping all your classes lowerscase ( just my opinion ) $(".lpbutton").hover(function() { alert("onMouseOver"); }, function() { alert("onMouseOut"); }); this should be wo

[jQuery] Re: My code is not working for rollover

2009-10-09 Thread jessie
I would if there were ways to keep my alt text so users can browse with iimages off. But there is no work around so i have opted to use jquery. So is there a way to make this work using jquery? Thanks Jess On Oct 9, 5:15 pm, "Jonathan Vanherpe (T & T NV)" wrote: > use css rollovers instead >

[jQuery] Re: My code is not working for rollover

2009-10-09 Thread Jonathan Vanherpe (T & T NV)
use css rollovers instead jessie wrote: Hi I had it all working and now its not :( My problem now lies with the hovering over my 2 classes ie. .LPButton,.CatMoreBtn> its just not hovering! and i'd like to make this work for me so i can have not only png's rollover but, gifs and jpgs but i h