three states checkbox

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

    three states checkbox

    I've been able to disable a checkbox when needed. This is fine, but on my
    website, you don't really see that the checkbox is disabled. Does it exist a
    way to show a red X in the middle of the checkbox instead of disable it, and
    also avoid a user to click on it ?

    I've looked around, but couldn't find any help.

    Thanks



  • Mick White

    #2
    Re: three states checkbox

    Bob Bedford wrote:
    [color=blue]
    > I've been able to disable a checkbox when needed. This is fine, but on my
    > website, you don't really see that the checkbox is disabled. Does it exist a
    > way to show a red X in the middle of the checkbox instead of disable it, and
    > also avoid a user to click on it ?
    >
    > I've looked around, but couldn't find any help.
    >
    > Thanks
    >
    >[/color]

    Your browser should give you some clue that an element is disabled,
    usually the element is "greyed" out.
    Mick


    Comment

    • Bob Bedford

      #3
      Re: three states checkbox


      "Mick White" <mwhite13@BOGUS rochester.rr.co m> a écrit dans le message de
      news:Bl2Fc.2734 48$hY.141705@tw ister.nyroc.rr. com...[color=blue]
      > Bob Bedford wrote:
      >[color=green]
      > > I've been able to disable a checkbox when needed. This is fine, but on[/color][/color]
      my[color=blue][color=green]
      > > website, you don't really see that the checkbox is disabled. Does it[/color][/color]
      exist a[color=blue][color=green]
      > > way to show a red X in the middle of the checkbox instead of disable it,[/color][/color]
      and[color=blue][color=green]
      > > also avoid a user to click on it ?
      > >
      > > I've looked around, but couldn't find any help.
      > >
      > > Thanks
      > >
      > >[/color]
      >
      > Your browser should give you some clue that an element is disabled,
      > usually the element is "greyed" out.
      > Mick[/color]

      I know, but since the background is grey, it doesn't look very well !!!! and
      the purpose is also to show the disabled buttons.



      Comment

      • Ivo

        #4
        Re: three states checkbox

        "Bob Bedford" wrote[color=blue]
        > "Mick White" a écrit[color=green]
        > > Bob Bedford wrote:
        > >[color=darkred]
        > > > I've been able to disable a checkbox when needed. This is fine, but on[/color][/color]
        > my[color=green][color=darkred]
        > > > website, you don't really see that the checkbox is disabled. Does it[/color][/color]
        > exist a[color=green][color=darkred]
        > > > way to show a red X in the middle of the checkbox instead of disable[/color][/color][/color]
        it,[color=blue]
        > and[color=green][color=darkred]
        > > > also avoid a user to click on it ?
        > > >
        > > > I've looked around, but couldn't find any help.
        > > >
        > > > Thanks
        > > >
        > > >[/color]
        > >
        > > Your browser should give you some clue that an element is disabled,
        > > usually the element is "greyed" out.
        > > Mick[/color]
        >
        > I know, but since the background is grey, it doesn't look very well !!!![/color]
        and[color=blue]
        > the purpose is also to show the disabled buttons.
        >[/color]

        Overlay a transparant image with a big red X over the checkbox using
        position:absolu te. This way the image will be clicked, not the checkbox.
        HTH
        Ivo


        Comment

        • Thomas 'PointedEars' Lahn

          #5
          Re: three states checkbox

          Bob Bedford <bedford1@YouKn owWhatToDoHereh otmail.com> wrote:
          ^^^^^^^^^^^^^^^ ^^^^
          Yes, *I* know what to do:

          <http://sunrise.ch/benutzerrichtli nien_kombi.pdf> , sections 4.3 and 8.

          <http://gerlo.de/falsche-email-adressen.html>

          Do *you* know what to do now?
          [color=blue]
          > [...][/color]


          PointedEars
          --
          The Internet is filled with people trying to make a name for themselves by
          breaking your code, crashing your site, posting inappropriate content, and
          otherwise making your day interesting. (from: The PHP manual, 5. Security)

          Comment

          Working...