[jQuery] Re: slideUp/slideDown - Bug in IE with images

2007-10-22 Thread debussy007
I had to set it as relative since I have (in the real page) absolute elements in it - which also disappear smoothly in FF but not in IE !! - So in my script I set background as '' and hide absolute elements if IE browser is used. Thank you. Wizzud wrote: > > > Remove 'position:relative;' fr

[jQuery] Re: slideUp/slideDown - Bug in IE with images

2007-10-21 Thread Wizzud
Remove 'position:relative;' from your #headerphoto css. On Oct 21, 10:05 pm, "MichaelEvangelista" <[EMAIL PROTECTED]> wrote: > just a thought, probably better ways - > but could you use the same css() to set 'background:none' at the same time > you trigger the slideup? > > -- > > -- > Michael Eva

[jQuery] Re: slideUp/slideDown - Bug in IE with images

2007-10-21 Thread MichaelEvangelista
just a thought, probably better ways - but could you use the same css() to set 'background:none' at the same time you trigger the slideup? -- -- Michael Evangelista, Evangelista Design Web : www.mredesign.com Newsgroups: news://forums.mredesign.com Blog : www.miuaiga.com "debussy007" <[EMAI