Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Stylesheet issue - any ideas why it wont work?

Options
  • 15-04-2004 5:00pm
    #1
    Closed Accounts Posts: 4,655 ✭✭✭


    Below is my stylesheet, the colourised section is the main focus of my problem

    .normal_white2:hover {
    text-decoration : none;
    color : #8FBE00;
    font-size : 9px;
    font-family : verdana, arial, helvetica;
    }
    hr.white {
    height:1; color: #ffffff
    }
    .white_dots {
    color: #ffffff
    }
    td.dotty {
    background-image: url(images/dots3.gif);
    }



    Now everything is working ok for my site, however I have a cell in a table, referenced like so

    <td class="dotty">blah</td>

    The problem is that it doesnt work, however if I place

    <style>
    td.dotty {
    background-image: url(images/dots3.gif);
    }
    </style>

    in the actual page where I want this style to be applied it works - does anyone have any idea as to why it wont work when placed in the style sheet (keeping in mind, any other styles in the stylesheet are displayed correctly)


Comments

Advertisement