View Full Version : Accordion Menu script (v1.3) Flicker when clicked.
bburke
06-01-2008, 03:49 AM
1) Script Title: Accordion Menu script (v1.3)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordion.htm
3) Describe problem: Menu flickers during transition bteween expanding headers.
Otherwise, Script works great and easy to use. Thanks
bburke
06-01-2008, 04:17 AM
I found this in another thread:
_____________________________________________________________________
The reason most likely is because your page is missing a valid doctype at the very top, as mentioned in the DD script page:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
______________________________________________________________________
I am using this in an .aspx page. I'm not sure where to insert this. All attempts have been unsuccessful.
Can anyone assist?
ddadmin
06-01-2008, 07:05 AM
The doctype would go at the very top of your page, above the <html> tag, inside the source that gets output by ASP. Basically, when you view your page, you should be able to "view source" and see the doctype appearing at the very top.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.