Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Twitter and links

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24865
    Ripper
    Member

    Hi guys,

    i´ve just seen the twitter video and first i wanna say it´s very great ;)

    well my problem is, that i want to add the twitter into the main page. I described everything and it looks fine, but there is one problem. I also said, that all links will have a specific text color, the twitter text has another color. Like:

    I just went out – 5 hours ago

    but now i dont know how to describe, that just those links have this color and not every link in the page. The twitter code has no "<a>" item, so i cant do an id or something (i guess). Any idea?

    here the twitter code:

    <div id="twitter_div">
    <ul id="twitter_update_list">
    </ul>
    </div>

    <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"&gt;
    </script>
    <script type="text/javascript" src="http://twitter.com/…anylink.json?callback=twitterCallback2&amp;count=5"&gt;
    </script>

    so far
    Ripper

    p.s. sorry for a bad english :P

    #57638
    apostrophe
    Participant

    Just choose your own color:

    Code:
    ul#twitter_update_list li a {
    color: red;
    }
    #57639
    Ripper
    Member

    ah great thanks a lot :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.