0
Welcome Guest! Login
0 items Join Now

cursor pointer

    • Franck's Avatar
    • Franck
    • Elite Rocketeer
    • Posts: 1049
    • Thanks: 0

    cursor pointer

    Posted 15 years 6 months ago
    • Hello,

      I'm working on a project and I have a little problem with the menu. I want the cursor with pointer. The code works fine in IE7 and FF but not in IE6 (obviously). Only with IE6 I don't have the little hand when I put the cursor on any menu title.
      Here is the code I use:
      .nounder {
           text-decoration: none;
           border: 0;
           cursor: pointer;
      }
       
      .clr {
           clear:both;
      }
       
      fieldset.input {
           border: 0;
      }
       
      .tool-tip {
           background: #f6f6f6;
           border: 1px solid #e6e6e6;
           padding: 4px;
      }
       
      /* @end */
  • Re: cursor pointer

    Posted 15 years 6 months ago
    • Try

      a { cursor: pointer !important; }
    • James Spencer / Developer & Support / Hull, UK
    • Franck's Avatar
    • Franck
    • Elite Rocketeer
    • Posts: 1049
    • Thanks: 0

    Re: cursor pointer

    Posted 15 years 6 months ago
    • Worked perfectly ;D Thanks CSS guru !

Time to create page: 0.050 seconds