Background disappears (conflicting style sheets?)

Discussion in 'CSS' started by chase, Apr 9, 2007.

  1. #1
    Hi!
    I am new at CSS, and trying to learn by cobbling together, breaking stuff, and seeing what happens. I have a question regarding a page I've created. On this page, I have my default .css template, as well as another .css template ("NiceForms"). Everything appears correctly on the page, except the background has disappeared.

    Here is the relevant text in the header:
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
    <head>
    
     
      <title> | Pi Kappa Alpha - Theta Zeta Chapter | </title>
      <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
    
    
        
      <script language="javascript" type="text/javascript" src="../niceforms.js"></script>
      <link href="../css.css" rel="stylesheet" type="text/css" />
    
    <style type="text/css" media="screen">@import url(../niceforms-red.css);</style>
    
    </head>
    
    Code (markup):
    The page is located at http://www.tzpikes.com/recruitment/recruitment.html.

    Thanks in advance for your help!
     
    chase, Apr 9, 2007 IP
  2. chase

    chase Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I should also add that the form doesn't appear correctly at all in IE...
     
    chase, Apr 9, 2007 IP
  3. briansol

    briansol Well-Known Member

    Messages:
    221
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110