Results 1 to 3 of 3

Thread: Annoying 'V' in Chrome drop-down menu in NN, FF

  1. #1
    Join Date
    Jul 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Annoying 'V' in Chrome drop-down menu in NN, FF

    Chrome CSS Drop Down Menu (v2.0)

    http://www.dynamicdrive.com/dynamici...rome/index.htm

    I love this script, and it works really well, but I've had complaints about the 'V' (I guess it's an arrow indicator?) that appears beside the headings in FireFox and Netscape. Is there a way to change or remove these?

    Bear in mind, I'm a cut & paste kind of girl, and my knowledge of the inner workings of .js is limited at best. Tell me where to look, though, and I'll find it.

    Thanks in advance!

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

    Default

    Code:
    .chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
    content: " v";
    /*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
    }
    this can be found in the chromestyle.css file
    the v needs to be deleted. probolly keep the "" but thats all. you might be able to take it out though

  3. #3
    Join Date
    Jul 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks, it worked perfectly!

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
  •