Advertisement

06.12.2008 at 03:23PM PDT, ID: 23481291
[x]
Attachment Details

CSS link identifier

Asked by ksfok in Cascading Style Sheets (CSS)

I have mutiple links on a web page to format differently. Please advise how to identify them in multiple CSS style declaration in the style declaration below (where there is only one):
  <style type="text/css">
        a:link, a:visited
        {
            float: left;
            margin: 2px 5px 2px 5px;
            padding: 4px;
            width: 80px;
            border-top: 1px solid #cccccc;
            border-bottom: 1px solid black;
            border-left: 1px solid #cccccc;
            border-right: 1px solid black;
            background: #cccccc;
            text-align: center;
            text-decoration: none;
            font: normal 10px Verdana;
            color: black;
        }
        a:hover
        {
            background: #eeeeee;
        }
        a:active
        {
            border-bottom: 1px solid #eeeeee;
            border-top: 1px solid black;
            border-right: 1px solid #eeeeee;
            border-left: 1px solid black;
        }Start Free Trial
[+][-]06.12.2008 at 03:47PM PDT, ID: 21774338

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Cascading Style Sheets (CSS)
Sign Up Now!
Solution Provided By: Hube02
Participating Experts: 1
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628