Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Css problem

Css problem

Scheduled Pinned Locked Moved ASP.NET
csharpcssasp-netarchitecturehelp
4 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sagarv_shinde yahoo com
    wrote on last edited by
    #1

    { background: url("../images/button_save.gif") repeat-x fixed center top; width:63; height:27; cursor:hand; BORDER-RIGHT: #104a7b 0px solid; BORDER-TOP: #afc4d5 0px solid; BORDER-LEFT: #afc4d5 0px solid; BORDER-BOTTOM: #104a7b 0px solid; } HI the above style sheet is work for internet Exlorer but it does not work on FireFox any solution ????(Style sheet is apply to ASP.NET Button control.) Yogesh

    G 1 Reply Last reply
    0
    • S sagarv_shinde yahoo com

      { background: url("../images/button_save.gif") repeat-x fixed center top; width:63; height:27; cursor:hand; BORDER-RIGHT: #104a7b 0px solid; BORDER-TOP: #afc4d5 0px solid; BORDER-LEFT: #afc4d5 0px solid; BORDER-BOTTOM: #104a7b 0px solid; } HI the above style sheet is work for internet Exlorer but it does not work on FireFox any solution ????(Style sheet is apply to ASP.NET Button control.) Yogesh

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      You have forgotten the units on the width and height: width: 63px; height: 27px; Also, the "hand" value is non-standard. Use the standard value "pointer" instead: cursor: pointer; --- b { font-weight: normal; }

      S 1 Reply Last reply
      0
      • G Guffa

        You have forgotten the units on the width and height: width: 63px; height: 27px; Also, the "hand" value is non-standard. Use the standard value "pointer" instead: cursor: pointer; --- b { font-weight: normal; }

        S Offline
        S Offline
        sagarv_shinde yahoo com
        wrote on last edited by
        #3

        not working give some other solution

        G 1 Reply Last reply
        0
        • S sagarv_shinde yahoo com

          not working give some other solution

          G Offline
          G Offline
          Guffa
          wrote on last edited by
          #4

          Standard question #1: What do you mean by "not working"? --- b { font-weight: normal; }

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups