0
Welcome Guest! Login
0 items Join Now

IExplorer layout different from Firefox & comp.

  • IExplorer layout different from Firefox & comp.

    Posted 13 years 5 months ago
    • Hi,
      I build (locally) a new template but I have an annoying issue with some css classes. Need a little help.

      Firefox screenshot:
      This image is hidden for guests.
      Please log in or register to see it.


      Internet Explorer 8 screenshot:
      This image is hidden for guests.
      Please log in or register to see it.


      The CSS code for these buttons is:
      button, input.button, a.button {
          -moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.5);
          background:-moz-linear-gradient(100% 100% 90deg, #369, #444) repeat scroll 0 0 transparent;
          border:1px solid #fff;
          color:#F0F0F0;
          cursor:pointer;
          display:inline-block;
          font-family:Georgia,"Times New Roman",Times,serif;
          margin:0 0.25em;
          padding:3px 15px;
          text-shadow:1px 1px 1px #000;
      }
       
      button:hover, input.button:hover, a.button:hover {
          -moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.9);
          text-decoration:none;
      }

      Any help appreciated!
      Thanks

Time to create page: 0.034 seconds