Mozilla/Firefox Positioning Problems

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • deebeedee

    Mozilla/Firefox Positioning Problems

    I'm having a problem with my CSS formatting appearing correctly in
    Mozilla and Firefox browsers. The following page renders fine in IE and
    Safari:



    The main content buttons appear in a 2 over 2 arrangement, just as they
    should. But in Mozilla and Firefox the four buttons appear one over the
    other. The margin and padding settings don't seem to stick either.

    Can anyone spot the problem? Thanks for your help.

  • Jim Moe

    #2
    Re: Mozilla/Firefox Positioning Problems

    deebeedee wrote:[color=blue]
    >
    > http://www.deebeedee.com/css2/
    >
    > Can anyone spot the problem? Thanks for your help.
    >[/color]
    You have a parenthesis following .hm_button instead of a curly brace
    (aka: { ).
    Read the error messages when you validate your CSS:

    Line: 251 Context : .hm_button
    Parse Error - ( text-align: top;

    --
    jmm dash list (at) sohnen-moe (dot) com
    (Remove .AXSPAMGN for email)

    Comment

    • deebeedee

      #3
      Re: Mozilla/Firefox Positioning Problems

      Thanks! That worked.

      The funny thing is I didn't use the hm_button selector on that page.
      But I guess the Mozilla browsers check the entire stylesheet.

      Comment

      Working...