New layout error.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dark_Mind
    FFR Player
    • Oct 2003
    • 163

    #1

    New layout error.

    I had this error on the main page and I am trying to recreate it now. (see picture below.)

    There is also an extra box above tha main menu on the left; though I am not sure if that was purposefull.

    I also have another problem; the buttons here on the forum grab system colors for the text but not for the button. My system font color is white; thus every button is white with white text. Normaly on pages the button would apear blue with white text.

    I have been able to determin that this is the cause:
    input.button { background: rgb(255, 255, 255)
    input.catbutton { background: rgb(255, 255, 255)
    input.liteoption { background: rgb(241, 241, 241)
    input.mainoption { background: rgb(241, 241, 241)

    The only solution I can think of is to change ths css classes to also change the font collor. ex: color: rgb(0, 0, 0);
    Attached Files
  • lightdarkness
    Summer!!
    • Jul 2003
    • 11308

    #2
    Sounds to me like its a problem with your system. Noone else is having the problem you are describing

    Comment

    • gigabit
      FFR Player
      • Jul 2003
      • 9

      #3
      The only problem I'm experiencing is that my resolution is too low (1024 x 768) so I can't see the whole page correctly.

      Comment

      • lightdarkness
        Summer!!
        • Jul 2003
        • 11308

        #4
        We are aware of that problem gigabit, and are working on it.

        Comment

        • Chrissi
          FFR Player
          • Mar 2004
          • 3019

          #5
          Woah... I was like, "What the fuck? I use 1024x768 and it works fine!" but then I realized it fits the page, in firefox. Not in IE.

          IE sucks anyway. Like really really sucks.
          C is for Charisma, it's why people think I'm great! I make my friends all laugh and smile and never want to hate!

          Comment

          • ToshX
            FFR Player
            • Feb 2004
            • 5111

            #6
            Re: New layout error.

            Originally posted by Dark_Mind
            I had this error on the main page and I am trying to recreate it now. (see picture below.)

            There is also an extra box above tha main menu on the left; though I am not sure if that was purposefull.

            I also have another problem; the buttons here on the forum grab system colors for the text but not for the button. My system font color is white; thus every button is white with white text. Normaly on pages the button would apear blue with white text.

            I have been able to determin that this is the cause:
            input.button { background: rgb(255, 255, 255)
            input.catbutton { background: rgb(255, 255, 255)
            input.liteoption { background: rgb(241, 241, 241)
            input.mainoption { background: rgb(241, 241, 241)

            The only solution I can think of is to change ths css classes to also change the font collor. ex: color: rgb(0, 0, 0);
            never happened to me, I use IE

            Comment

            Working...