Results 1 to 6 of 6

Thread: CSS Chrome Menu

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

    Default CSS Chrome Menu

    Hi guys,

    I'm having a problem with the new (well newish) chrome menu script.

    It's running on http://oscar.oundle.org/static/chrome but I get problem on the rollover part. You can see for yourselves that there seems to be a delay in the mouse over part; the divider disappears for a second and it all seems a bit sluggish.

    Also, how do I change the colour of the links on the dropdown menus from blue?

    Thanks for any help,

    Max

  2. #2
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Hi

    Change the following in the chromestyle.css file:

    .dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #ADED7C; /*Theme Change here*/
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: pink;
    }
    Very Best Rgds, Simonf :cool:
    __________________________________
    My Site | E-Mail Me

  3. #3
    Join Date
    Oct 2005
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for that, any ideas about the rollover problems?

  4. #4
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Try changing the time delay....

    Code:
    	var DissapearDelay=600;	// delay before menu folds in
    Very Best Rgds, Simonf :cool:
    __________________________________
    My Site | E-Mail Me

  5. #5
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    I'm having trouble with my crome css menu to. It's not working right. you can view it here. http://www.bellsouthpwp2.net/b/e/benslayton124/menu.htm
    Can you help??

  6. #6
    Join Date
    Oct 2005
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by simonf
    Try changing the time delay....

    Code:
    	var DissapearDelay=600;	// delay before menu folds in
    Doesn't seem to make a difference?

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
  •