CSS not working?

Discussion in 'Programming' started by Volux, Jun 7, 2010.

  1. #1
    Hey guys,

    So I am new to doing PSD>>>XHTML (or html) & CSS.

    Basically..I am knew to coding I guess you could say as well.

    I have been watching this tutorial: http://net.tutsplus.com/videos/screencasts/how-to-convert-a-psd-to-xhtml/

    And in it, he tells me about CSS and how to make the images appear. Basically, the images that I want to appear in my css, are not appearing. I have made sure all of the div id's are correct, and they are.

    My CSS can be found here: http://tinypaste.com/770074

    ALL of the images, do not appear.

    Any help??

    (PS- I know some of my things in my CSS are probably not the best practice, but I am not really looking for your criticism, but rather the solution to my problem)

    Thanks! ~ Joe
     
    Volux, Jun 7, 2010 IP
  2. NoamBarz

    NoamBarz Active Member

    Messages:
    242
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #2
    where is the images folder located? according to your code, it should be located in the same directory as you css file. If you have a css directory, then you probably need to link to your images like this: "../images/image1.jpg".
     
    NoamBarz, Jun 8, 2010 IP
  3. Volux

    Volux Active Member

    Messages:
    216
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    75
    Digital Goods:
    2
    #3
    Now it works...but the #header still doesn't show.

    Also, when I use repeat-x , it doesn't repeat either :/
     
    Volux, Jun 8, 2010 IP