I have a fade effect on a div that works fine in Firefox. In IE, it works, but as the div is fading all of the text becomes heavily bolded. Has anyone seen this before? Is there a simple fix? Thanks, -- Tom Davies http://atomgiant.com http://gifthat.com
I don''t have a solution, but I have seen that in IE as well. I thought it was kind of cool-looking, so I didn''t bother to try to figure it out. Another WTF? question is why in Effect.BlindDown does the text scroll down after the element in some cases? That one boggles me. http://www.librariusmetallicus.com/ click on ''Report Error'' (just below the main navigation). In Firefox, the paragraph of text comes down after the form. Dunno why. Opera9 also moves the form to the top of the page until it finishes expanding, then moves it to the correct place. Not sure why. Fun times. That''s one of my sites, btw. Not a lot of scriptacular stuff on it, but where it makes sense I''ve started adding it. Greg> -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org[mailto:rails-spinoffs-> bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Tom Davies > Sent: Friday, July 21, 2006 9:57 AM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: [Rails-spinoffs] Effect.fade is bolding text > > I have a fade effect on a div that works fine in Firefox. In IE, it > works, but as the div is fading all of the text becomes heavily > bolded. Has anyone seen this before? Is there a simple fix? > > Thanks, > -- > Tom Davies > > http://atomgiant.com > http://gifthat.com > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Hill, Greg wrote:> Another WTF? question is why in Effect.BlindDown does the text scroll > down after the element in some cases? That one boggles me. > > http://www.librariusmetallicus.com/ click on ''Report Error'' (just below > the main navigation). In Firefox, the paragraph of text comes down > after the form. Dunno why. Opera9 also moves the form to the top of > the page until it finishes expanding, then moves it to the correct > place. Not sure why.I''ve seen this before too. I''m not sure why it happens, but I''ve fixed it in the past by putting the text inside of the <form> tag. -- Michael Peters Developer Plus Three, LP
Michael Peters wrote:> > Hill, Greg wrote: > >> Another WTF? question is why in Effect.BlindDown does the text scroll >> down after the element in some cases? That one boggles me. >> >> http://www.librariusmetallicus.com/ click on ''Report Error'' (just below >> the main navigation). In Firefox, the paragraph of text comes down >> after the form. Dunno why. Opera9 also moves the form to the top of >> the page until it finishes expanding, then moves it to the correct >> place. Not sure why. > > I''ve seen this before too. I''m not sure why it happens, but I''ve fixed it in the > past by putting the text inside of the <form> tag.But actually looking at the sight, it appears that you do have your text inside of the <form> tag, so I''m not sure what the problem is. -- Michael Peters Developer Plus Three, LP