Results 1 to 3 of 3

Thread: firefox and chromemenu and the letter v

  1. #1
    Join Date
    Feb 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default firefox and chromemenu and the letter v

    When I preview the demo for chromemenu in firefox
    the letter v shows up after the links Resources News and Search

    It does not appear in IE

    can some one help me or tell me why this is


    thanks

    zebulon

  2. #2
    Join Date
    Feb 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default never mind should have used the search first ....DUHH

    sorry about that

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

    Default

    Ok, maybe I should add something on the demo page regarding this. The "v" is intentional, used to denote that this link drops down in Firefox, Opera etc. Inside chromestyle.css:

    Code:
    #chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
    content: " v";
    /*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
    }
    If you don't want the "v", just remove the code above. IE doesn't support CSS2 generated contents, so it doesn't appear in IE.

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
  •