.css - can someone help me with this problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fucksakes
    Shit... Fuck! What the Hell?
    • Dec 2003
    • 7567

    #1

    .css - can someone help me with this problem

    http://jigsaw.w3.org/css-validator/v...usermedium=all

    having a background color error.. my page is all fucked up on firefox.
  • Trax
    [----------------------]
    • Aug 2001
    • 14486

    #2
    bump for a trade partner

    Comment

    • Fucksakes
      Shit... Fuck! What the Hell?
      • Dec 2003
      • 7567

      #3
      Originally posted by Trax
      bump for a trade partner
      do I trade with you?

      Comment

      • Trax
        [----------------------]
        • Aug 2001
        • 14486

        #4
        Originally posted by Fucksakes
        do I trade with you?
        links
        didn't we lol?

        Comment

        • RedShoe
          赤い靴 call me 202-456-1111
          • Feb 2001
          • 14831

          #5
          Could it be that you aren't specifying a bg color?

          "background:#000; " produces black

          SPECIALTY COSTUMES • PROPS • FX
          Superheroes • Monsters • Robots
          PM for details


          For any manufacturing needs. Adult or otherwise.

          aka BonsHigh on Insta
          Bonsai weed plants


          Comment

          • Fucksakes
            Shit... Fuck! What the Hell?
            • Dec 2003
            • 7567

            #6
            Originally posted by Trax
            links
            didn't we lol?
            used to way back, I got like 7 trades now so it made me wonder haha.

            Comment

            • Fucksakes
              Shit... Fuck! What the Hell?
              • Dec 2003
              • 7567

              #7
              Originally posted by RedShoe
              Could it be that you aren't specifying a bg color?

              "background:#000; " produces black
              well i want the backgroud to be black.. but the inside of the table to be white.

              Comment

              • Fucksakes
                Shit... Fuck! What the Hell?
                • Dec 2003
                • 7567

                #8


                firefox on the left, explorer on the right "correct view"

                Comment

                • Trax
                  [----------------------]
                  • Aug 2001
                  • 14486

                  #9
                  Originally posted by Fucksakes
                  used to way back, I got like 7 trades now so it made me wonder haha.
                  we can change that lol

                  Comment

                  • RedShoe
                    赤い靴 call me 202-456-1111
                    • Feb 2001
                    • 14831

                    #10
                    you're are using a lot of div tags. I generally don't use them. But either way, you have this in your code: (I'll cut out all the other stuff so you can just see the div tags.
                    Code:
                    <div id="container">
                    
                    <div><object>top flash file</object></div>
                    <div id="main">
                    body that you want white
                    </div>
                    </div>
                    Now then in your css you have:
                    #container {
                    width:798px;
                    margin:0 auto;
                    background:#fff url('../../images/bottom_bg.jpg') repeat-x bottom left;
                    }
                    #main {
                    width:550px;
                    margin:5px;
                    float:left;

                    In "container" you are failing to completely enter a full 6 digit hex code for white (ffffff) and for "main", you are not entering a color at all.

                    SPECIALTY COSTUMES • PROPS • FX
                    Superheroes • Monsters • Robots
                    PM for details


                    For any manufacturing needs. Adult or otherwise.

                    aka BonsHigh on Insta
                    Bonsai weed plants


                    Comment

                    • RedShoe
                      赤い靴 call me 202-456-1111
                      • Feb 2001
                      • 14831

                      #11
                      You need to add

                      background:#ffffff to "main" and see if that fixes it.

                      SPECIALTY COSTUMES • PROPS • FX
                      Superheroes • Monsters • Robots
                      PM for details


                      For any manufacturing needs. Adult or otherwise.

                      aka BonsHigh on Insta
                      Bonsai weed plants


                      Comment

                      • RedShoe
                        赤い靴 call me 202-456-1111
                        • Feb 2001
                        • 14831

                        #12
                        ok, that didn't work. try fixing the background in the container. Make it a 6 digit hex code instead of an incomplete 3 digit code.

                        SPECIALTY COSTUMES • PROPS • FX
                        Superheroes • Monsters • Robots
                        PM for details


                        For any manufacturing needs. Adult or otherwise.

                        aka BonsHigh on Insta
                        Bonsai weed plants


                        Comment

                        • stevo
                          Confirmed User
                          • Aug 2002
                          • 2051

                          #13
                          try background-color: #000000; instead of just background?

                          Comment

                          • jwerd
                            Confirmed User
                            • Jun 2003
                            • 1953

                            #14
                            Originally posted by stevo
                            try background-color: #000000; instead of just background?
                            that should do it ;)
                            Yii Framework Guru - Seasoned PHP vet - Partner @ XXXCoupon.com

                            Comment

                            • ssp
                              Confirmed User
                              • Jan 2005
                              • 7990

                              #15
                              Dude, please read a tutorial on CSS. There is so many out there and I think you'll definitely benefit from one of them.

                              Comment

                              Working...