CSS Question: Need to show this while hiding others with the same parent class

Discussion in 'HTML & Website Design' started by paulk@, Oct 13, 2013.

  1. #1
    i want to show this using css

    <code><div class="control-group custom "><label for="ticket[selections]" title="selections">Selections:</label><div class="controls"><select id="ticket_selections" name="ticket[selections]"><option value=""></option>
    <option value="office">office</option>
    <option value="pool">pool</option>
    <option value="party">party</option>
    <option value="Meeting">Meeting</option>
    <option value="Miscellaneous">Miscellaneous</option>
    <option value="Projects">Projects</option></select></div></div>

    and hide the other control-group custom's that don't match this....


    What would the css look like?
     
    paulk@, Oct 13, 2013 IP
  2. paulk@

    paulk@ Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    <code> just a reference for displaying code -- may not be needed on this site.
     
    paulk@, Oct 13, 2013 IP