Forums

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

Home Forums CSS CSS Issues when implementing a link

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32581
    danzinn
    Member

    I am stumped! We are using an inherited CSS file. This file works great except when you have a hyperlink. Well sometimes? For example this works:

    Staff Phone List Cell Phone Numbers Staff Pager Numbers

    This does not hold the color white as specified:

    This is the CSS code:
    .style10 {
    border: 1px solid e8f2f7;
    color: white;
    text-align:center;
    font-weight: bold;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #006699;

    }
    .links { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #003399}
    .links:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #006699; text-decoration: none}

    Name Division Ext Phone
    #47758
    ChrisBull
    Member

    Think you need to format your post?

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