Results 1 to 3 of 3

Thread: Dropdown Menu

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

    Default Dropdown Menu

    1) Script Title: All Levels Menu Generator

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici.../generator.htm

    3) Describe problem: I am seeing a problem with the links in the drop down section of the navigation bar (submenu).

    I am using browser IE7 and FF.

    The links (text) In FF look perfect but in IE7 the links (text) look to be blurry and cracked.

    I no its nothing to do with any changes I've mane to the css 'which are minimal' as the links on the sub menu look the same when I'm on dynamicdrive site.

    Is they anything that can be done about this as I would say the majority of web users are using IE

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    This is a IE6/7 clearType font issue when the alpha filter attribute is applied to an element, which in this case is used if you have fading enabled. What happens if you disable the effect inside the .js file:
    Code:
    effects: {enableswipe: false, enablefade: true, duration: 200},
    ?
    DD Admin

  3. #3
    Join Date
    Jun 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi, thanks for replying to my post,

    Ive just tried changing effects from True to False with no effect. It still looks the same in IE.

    Now I'm having a second problem:-

    I am just using 2 sub menus on my navbar. when I scroll over them the hover image changes as it should and the sub menu appears. When i scroll away its still in hover mode so the solidblockmenu is black with two red buttons.

    Its only doing this in IE and not FireFox?

    What can I do??

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
  •