Results 1 to 3 of 3

Thread: Advanced RSS Ticker (Ajax invocation) - Title Link Color Change

  1. #1
    Join Date
    Jan 2011
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Advanced RSS Ticker (Ajax invocation) - Title Link Color Change

    1) Script Title: Advanced RSS Ticker (Ajax invocation)

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

    3) Describe problem: As the title states, I'm just trying to find out how to go about changing the title hyperlink color to better match my site instead of being the default hyperlink color. Probably something simple that I can't figure out.

    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

    Just use ordinary css, for example (add to the stylesheet):

    Code:
    .rsstitle a {
    	color: red;
    }
    The above works with the demo page:

    http://www.dynamicdrive.com/dynamici...rajax/demo.htm

    As css style is interdependent upon markup and other styles, your results may vary. If you want more help:

    Please post a link to a page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

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

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    Ryan Ruck (01-07-2011)

  4. #3
    Join Date
    Jan 2011
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    That did it! Thank you!

    I knew it was something stupid I was missing.

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
  •