Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > <Select> not hidden when container "display:none"

Reply
Thread Tools

<Select> not hidden when container "display:none"

 
 
Noozer
Guest
Posts: n/a
 
      03-13-2006
I'm pretty sure I know the answer, <select> is buggy as far as CSS
implementation, but I thought I'd ask anyhow...

I have a container (span or div) that I set the display to "none". The
container disappears, but the <select> contained within the container does
not go away. The <select> will go away if I set it's own display property to
none.

I know about the Z-order "bug" with select. Is this another incarnation of
the same thing?


 
Reply With Quote
 
 
 
 
Noozer
Guest
Posts: n/a
 
      03-13-2006

"Noozer" <> wrote in message
news:h33Rf.136144$sa3.55658@pd7tw1no...
> I'm pretty sure I know the answer, <select> is buggy as far as CSS
> implementation, but I thought I'd ask anyhow...


....or just stupidity on my part.

I've edited some code and cleaned up my CSS and now the <SELECT> is
disappearing when I hide it's parent.

I'm not sure where my error was, but I obviously fixed it when cleaning up.
Probably just mis-nested something.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
container inside container in stl wolverine C++ 2 07-24-2006 03:08 PM
Copy elements from one STL container to another STL container Marko.Cain.23@gmail.com C++ 4 02-16-2006 05:03 PM
std::transform container => std::abs(container) Steven T. Hatton C++ 4 12-05-2004 07:10 AM
STL: container's values setup by another container Maitre Bart C++ 2 02-11-2004 12:11 AM
std::container::iterator vs std::container::pointer Vivi Orunitia C++ 11 02-04-2004 08:09 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57