Interesting Things
- Hpricot 0.6.161 does not work in Windows.
- We are co-hosting an entrepreneurial event tonight with VentureArchetypes: "Early Adopters & Beyond." Contact us if you have questions about the event or are interesting in attending.
Ask for Help
"We need to hide a flash widget without setting it to
display:none, which causes it to be loaded from the server again whendisplay:noneis removed."
Hit me with your div-hiding techniques!
- Move it off the screen with
position:absolute; left:-9000px - Shrink it down to nothing with
visibility:hidden;height:0;width:0but watch out for any IE 6 minimum height/width issues - Similar to the above, hide it with
width:0;overflow:hidden;








Perfect timing on hiding divs - was about to implement first thing this morning, and didn't know about the flash reloading.
Quick note - for valid css, the left: -9000 needs a unit, so make it left:-9000px
left: -9000 doesn't work in FF 3.
Tim.
remove
@tim
Nice catch -- fixed!
remove
Was there something in this standup about the coolest "share this" Rails plugin...?
remove