Urgent!! Can somebody in this forum help to optimize my CSS Code? Interview Purpose!!

Discussion in 'CSS' started by garylee, Jun 12, 2006.

  1. #1
    <style>

    .myClass {
    font-family:arial,verdana,sans-serif;
    border-width:10px;
    border-width-left:20px;
    border-width-bottom:5px;
    color:#ff6600;
    font-weight:normal;
    text-decoration:none;
    font-size:1em;}

    </style>
     
    garylee, Jun 12, 2006 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    This makes three virtually simultaneous posts on three different forums of the same question; would I find even more out there? Cross posting like that is very impolite. Plus, we're not here to do your homework for you. I'm amazed SuzyUK responded at all.

    gary
     
    kk5st, Jun 12, 2006 IP
  3. ideas_man

    ideas_man Active Member

    Messages:
    212
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    58
    #3
    If you don't know, are you sure you should be going to this interview? I'm assuming that the interviewer is looking for someone who knows the answer.
     
    ideas_man, Jun 12, 2006 IP
  4. deronsizemore

    deronsizemore Peon

    Messages:
    103
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yeah, that's pretty simple. If you don't know, you'll soon be fired from the job anyway.
     
    deronsizemore, Jun 12, 2006 IP
  5. Tekntoant

    Tekntoant Peon

    Messages:
    294
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I see how you could do it and I just bought a book on css a week ago. good luck with the interview.
     
    Tekntoant, Jun 12, 2006 IP
  6. iceberg

    iceberg Notable Member

    Messages:
    1,751
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    200
    #6
    <style>
    .myClass {
    font: normal 1em "arial", verdana, sans-seif;
    text-decoration: none;
    border-width: 10px 10px 5px 20px;
    color:#ff6600;
    }
    </style>

    hope this will work.. :)
     
    iceberg, Jun 18, 2006 IP
  7. AdamSee

    AdamSee Well-Known Member

    Messages:
    422
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    135
    #7
    Lovely, and also you can have:

    color: #f60;
     
    AdamSee, Jun 18, 2006 IP