<SELECT><OPTION> tags

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shrek
    New Member
    • Feb 2007
    • 13

    <SELECT><OPTION> tags

    I have a drop down on a web page and want to change the cursor from default to pointer, so my style definition has

    style ="cursor: pointer;"

    the drop down though fails to change from the default curor. I've tryed applying the style to the <select> tag and to the <option> tags to no avail.
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    It should work. Can we see that part of the markup?

    Comment

    • Shrek
      New Member
      • Feb 2007
      • 13

      #3
      <select style="cursor:m ove; color:red" >

      Comment

      • KevinADC
        Recognized Expert Specialist
        • Jan 2007
        • 4092

        #4
        if you want "pointer" why do you have "move"? What browser are you using?

        Comment

        • Shrek
          New Member
          • Feb 2007
          • 13

          #5
          it has a move as I didn't change it back after checking with a different cursor!

          IE7 & 6

          Comment

          • KevinADC
            Recognized Expert Specialist
            • Jan 2007
            • 4092

            #6
            it looks like it sould work if you use pointer. I don't know why it's not working.

            Comment

            • Shrek
              New Member
              • Feb 2007
              • 13

              #7
              Ran the page using Opera, and the cursor changes to the selected cursor, but uner IE it just shows as the default.

              Comment

              • KevinADC
                Recognized Expert Specialist
                • Jan 2007
                • 4092

                #8
                I don't know what the problem could be.

                Comment

                Working...