Results 1 to 2 of 2

Thread: AnyLink Drop Down Menu Doc Type Flicker Bug in Firefox

  1. #1
    Join Date
    Jun 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down Menu Doc Type Flicker Bug in Firefox

    Using Firefox 1.0.1 on either Mac or PC, hover over the 'Web Design' link while looking at the top of the page. There is a flicker of the DHTML menu. Only happens on first hover, reload the page to see it again.

    http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    From what I can tell this is because of the doctype. This causes flicker:
    <!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" lang="en" xml:lang="en">

    This does not:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>

    No flicker example: http://www.munzamedia.co.uk/ttri_site/index.htm

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Must have been fixed in FF1.0.4 or be so imperceptable as to avoid my notice on several attempts (each with reload).
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •