Closed Thread
Results 1 to 2 of 2

Thread: CSS a[title]?

  1. #1
    Anicho is offline Newbie
    Join Date
    Nov 2009
    Posts
    14
    Rep Power
    0

    CSS a[title]?

    I was just wondering because I saw a image with a alternate text with a image background? Does anyone have those spare?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Feral is offline Programmer
    Join Date
    Jul 2008
    Posts
    163
    Rep Power
    15

    Re: CSS a[title]?

    Code:
    a[title="mytitle"] {
      background: #000;
    }
    you can use the same syntax on any element of a tag.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Getting the Title of a URL
    By Bioshox in forum PHP Development
    Replies: 1
    Last Post: 10-17-2011, 01:44 PM
  2. Removing title bar
    By ahmed in forum C# Programming
    Replies: 1
    Last Post: 06-02-2011, 05:48 AM
  3. Getting <title>
    By Bioshox in forum PHP Development
    Replies: 3
    Last Post: 04-06-2011, 07:02 AM
  4. Title tag
    By Kaabi in forum Search Engine Optimization
    Replies: 2
    Last Post: 08-03-2006, 07:40 PM

Tags for this Thread

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