Re: [jQuery] image position question, take 2

2007-01-23 Thread Stephen Woodbridge
Jake, Sorry, I have commented out the console.debug() messages. I will convert the code over to $.log() when I get a chance. I'm using the console.debug() in FF2 and firebug 1.0b9 -Steve Ⓙⓐⓚⓔ wrote: your console.debug(button: action:+ e.data.action + check_dirty:+check_dirty); stops my

[jQuery] image position question

2007-01-22 Thread Stephen Woodbridge
Hi all, I know there has got to be an easy way to do thing but I'm having trouble figuring it out. I have a div that has an image in it and this image is positioned relative to the div based on what I want to look at and this works great so far. Now I want to overlay another transparent

Re: [jQuery] image position question, take 2

2007-01-22 Thread Stephen Woodbridge
Stephen Woodbridge wrote: Hi all, I know there has got to be an easy way to do thing but I'm having trouble figuring it out. I have a div that has an image in it and this image is positioned relative to the div based on what I want to look at and this works great so far. Now I want

Re: [jQuery] image position question, take 2

2007-01-22 Thread Ⓙⓐⓚⓔ
your console.debug(button: action:+ e.data.action + check_dirty:+check_dirty); stops my firefox in it's tracks! I use jQuery.fn.debug = function(message) { return this.log('debug:' + (message || '') +[).each(function(){jQuery.log(this);}).log(]); } jQuery.fn.log = jQuery.log =

Re: [jQuery] image position question

2007-01-22 Thread David Duymelinck
Stephen Woodbridge schreef: div id=mymap style=overflow: hidden; height:300; width:300; img class=map style=z-index: 10; / img class=cross style=z-index: 100; / /div in css to position one image on top of another you best use absolute positioning but if you want to position it only