Results 1 to 3 of 3

Thread: slashdot menu help

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

    Default slashdot menu help

    1) Script Title: slashdotmenu

    2) Script URL (on DD): http://www.dynamicdrive.com/slashdotmenu

    3) Describe problem: +I've searched all the files but cannot see where the Expand/Contract text s getting its red color from. The script works very well and I really like it, but I don't like the red text. I know its a stupid question but I'm stuck on it. Any help will be appreciated. Thanks.

  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

    They're blue here on the demo page (in Opera):

    http://www.dynamicdrive.com/dynamicindex1/slashdot.htm

    In IE 7 here, the demo Expand/Contract links are blue until clicked, then they become purple (visited). What color(s) are they on the demo page for you?

    In any case, I suspect that it might be other css style on your page that is causing this. Do you have any other ordinary text links on your page and, if so, are they also red?
    - John
    ________________________

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

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

    Default

    I had some collisions with the slashdot menu naming convention and my already existing "title" class

    To help you out you should consider checking that above and then specifying how you want your links to be.

    Examples can be specified in css

    a:link {color: #FF0000} /* unvisited link */
    a:visited {color: #00FF00} /* visited link */
    a:hover {color: #FF00FF} /* mouse over link */
    a:active {color: #0000FF} /* selected link */

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
  •