css and firefox... WTF?!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • FreakinWebmaster
    Confirmed User
    • Jan 2003
    • 935

    #1

    css and firefox... WTF?!

    All of a sudden certain sites I did do not look like they used to in Firefox.. in IE its still fine.

    Its just simple stuff like text colors or font sizes I have in css that are not showing in firefox...

    It worked fine yesterday...


    So WTF?
  • sfera
    Confirmed User
    • Aug 2005
    • 8597

    #2
    not sure do you have the site so we can see

    Comment

    • FreakinWebmaster
      Confirmed User
      • Jan 2003
      • 935

      #3
      Sure here is an example:

      http://www.tomriggs.com/paintings/?a=4&gallery=1

      The text "Trinity and the Moon Dancer " should be header 2 size and bold blue.

      In my mozilla browser its just black text

      the text below it... still using the same css file its fine

      Comment

      • broke
        Confirmed User
        • Aug 2003
        • 4501

        #4
        Don't know if this is the problem, but you have an extra right brace on your stylesheet for .fonttext right before .imagetext.

        [HTML]
        .fonttext {
        font: normal 14px arial;
        color: #00008b;

        } <---
        }

        .imagetext {
        font: bold 18px arial;
        color: #00008b;

        }
        [/HTML]
        Perfect Gonzo

        Comment

        • FreakinWebmaster
          Confirmed User
          • Jan 2003
          • 935

          #5
          Originally posted by broke
          Don't know if this is the problem, but you have an extra right brace on your stylesheet for .fonttext right before .imagetext.

          [HTML]
          .fonttext {
          font: normal 14px arial;
          color: #00008b;

          } <---
          }

          .imagetext {
          font: bold 18px arial;
          color: #00008b;

          }
          [/HTML]


          Holy shit that took care of it.



          Thanks!!

          Something so simple

          Comment

          • Mr Pheer
            So Fucking Banned
            • Dec 2002
            • 22082

            #6
            j00 suck at teh interweb

            Comment

            • pornguy
              Too lazy to set a custom title
              • Mar 2003
              • 62910

              #7
              I was going to say. It looks fine for me, But I guess you had alread fixed it.
              PornGuy skype me pornguy_epic

              AmateurDough The Hottes Shemales online!
              TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!

              Comment

              • pornguy
                Too lazy to set a custom title
                • Mar 2003
                • 62910

                #8
                By the way. Using an external css, and just linking to it, is better for SE.
                PornGuy skype me pornguy_epic

                AmateurDough The Hottes Shemales online!
                TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!

                Comment

                • studiocritic
                  Confirmed User
                  • Jun 2005
                  • 2442

                  #9
                  Originally posted by pornguy
                  By the way. Using an external css, and just linking to it, is better for SE.

                  254342256

                  Comment

                  • Elli
                    Reach for those stars!
                    • Apr 2003
                    • 17991

                    #10
                    Originally posted by pornguy
                    By the way. Using an external css, and just linking to it, is better for SE.
                    *writes that one down*
                    email: [email protected]

                    Comment

                    • acctman
                      Confirmed User
                      • Oct 2003
                      • 2840

                      #11
                      thats why IE is the better browser cause it can find mistakes and fix it, FF just shows the screwed up page. But then again a diehard FF fan will argue that webmasters should cold better... well if that's the case then don't complain when your windows OS crashes do to some crappy program a third party company created that caused a system error. =)

                      Comment

                      • studiocritic
                        Confirmed User
                        • Jun 2005
                        • 2442

                        #12
                        Originally posted by acctman
                        thats why IE is the better browser cause it can find mistakes and fix it, FF just shows the screwed up page. But then again a diehard FF fan will argue that webmasters should cold better... well if that's the case then don't complain when your windows OS crashes do to some crappy program a third party company created that caused a system error. =)
                        welcome to the internet.
                        254342256

                        Comment

                        Working...