-
1. Re: How do I get my Spry accordion widget to not strobe in Internet Explorer
Nancy O. Jul 15, 2009 2:53 PM (in response to BearHNC)And the URL to your page is what?
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
www.alt-web.com/
www.twitter.com/altweb -
2. Re: How do I get my Spry accordion widget to not strobe in Internet Explorer
BearHNC Jul 15, 2009 3:20 PM (in response to Nancy O.)Unfortunately I work for a company that is real strict on releases our
collateral before it has been blessed and the site is not live yet,
I attached the code that is the most I can give without getting in trouble.
Thanks for the quick response,-
MediaCode.rtf 31.9 K
-
-
3. Re: How do I get my Spry accordion widget to not strobe in Internet Explorer
Nancy O. Jul 15, 2009 3:51 PM (in response to BearHNC)Unfortunately, an RTF document doesn't SHOW us the problem in browser. Since it only happens in IE, I'm guessing it could be Flashing of Unstyled Content (aka FOUC) phenomenon.
http://bluerobot.com/web/css/fouc.asp/
HTML Validator - http://validator.w3.org
CSS Validator - http://jigsaw.w3.org/css-validator/
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
www.alt-web.com/
www.twitter.com/altweb -
4. Re: How do I get my Spry accordion widget to not strobe in Internet Explorer
Arnout Kazemier Jul 16, 2009 2:26 AM (in response to BearHNC)it sounds to me like your page is running in IE's quirksmode, this means your does not contain a valid doctype / structure. So please validate your structure and double your doctype declaration.
-
5. Re: How do I get my Spry accordion widget to not strobe in Internet Explorer
BearHNC Jul 16, 2009 9:14 AM (in response to Nancy O.)So I tried all the solutions you gave me it seems better, now it only flashes when the panels move down not up, so that helped a little. Any more ideas? I have attched the new code maybe you'll notice some new that I didn't I am real new at this i am kind-of developing a website in the dark.
-
MediaCode.rtf 32.5 K
-
-
6. Re: How do I get my Spry accordion widget to not strobe in Internet Explorer
BearHNC Jul 16, 2009 9:16 AM (in response to Arnout Kazemier)I don,t think that did the trick but maybe I have the wrong validator, this is the one I used, do you know if this is correct of do you have a better one?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry">
I am real new at this level of web developement so please execuse my lack of knowledge.
I have attached my lastest code if that helps at all.
-
MediaCode.rtf 32.5 K
-
-
7. Re: How do I get my Spry accordion widget to not strobe in Internet Explorer
BearHNC Jul 16, 2009 10:09 AM (in response to Arnout Kazemier)Never mind, I made a stupid mistake I had my validator after the <html> tag. THANK YOU!!!!




