+ Reply to Thread
Results 1 to 3 of 3

Thread: CSS trouble

  1. #1
    xadrieth is offline x10Hosting Member xadrieth is an unknown quantity at this point
    Join Date
    Apr 2009
    Posts
    62

    CSS trouble

    Hi.

    I'm usually a pretty good at CSS, but I'm having a little trouble trying trying to get the right results.

    I was creating a news script that allows people to select one article at a time, and if it has an invalid id like "t" it shows an error box linking back to the news page.

    This is my script:
    http://twewy-fan.com/php

    This is a good page:
    http://twewy-fan.com/php/index.php?article_id=1

    This is a bad page (needs CSS fixing):
    http://twewy-fan.com/php/index.php?article_id=t

    And this is my CSS:
    PHP Code:
    table.error
    background#FFE3E3;
    color#FF0A0A;
    width50%;
    padding5px;
    border-width1px;
    border-color#FF2C2C;
    text-alignleft;}

    a:link {color#d8d8d8; font-weight: normal; text-decoration: underline;}
    a:visited {color#e5e5e5; font-weight: normal; text-decoration: underline;}
    a:hover {color#0CA5F2; font-weight: normal; text-decoration: underline;}
    a:active {color#82CAD8; font-weight: normal; text-decoration: underline;} 
    It's something wrong with the color property I think.

    If you see, it's appering white, instead of the nice red color i want.

    Any help is appreciated.

    Thanks.

  2. #2
    misson is offline x10 Spammer misson is a jewel in the rough
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,506

    Re: CSS trouble

    Safari's web inspector (Firefox's DOM inspector works as well--gotta love 'em) reveals you've got a ruleset with selector "body, td" in /coredocs/tf_main_css.css that sets color; thus the color property for td won't inherit from table.error. Add:
    Code:
    table.error td { color: inherit; }

  3. #3
    xadrieth is offline x10Hosting Member xadrieth is an unknown quantity at this point
    Join Date
    Apr 2009
    Posts
    62

    Re: CSS trouble

    Thank you, that did the trick.

+ Reply to Thread

Similar Threads

  1. Reply Please!! Trouble With Smf!!
    By TrueCoppa in forum Free Hosting
    Replies: 1
    Last Post: 08-29-2008, 02:57 PM
  2. Trouble with Email account
    By sugatree in forum Free Hosting
    Replies: 1
    Last Post: 01-04-2008, 08:49 PM
  3. Trouble Installing a phpbb forum
    By BlueNose in forum Free Hosting
    Replies: 4
    Last Post: 11-03-2007, 09:08 AM
  4. Having trouble accessing site.
    By kephryn in forum Free Hosting
    Replies: 2
    Last Post: 10-14-2007, 03:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers