I found it better to add a class to elements that are to be hidden (or
to the parent element). Or you could even set an ID for an element.

Applied to specific elements
<img src="/image.png" alt="Banner Image!" id="banner" />
or
<img src="/image.png" alt="Image" class="peek_a_boo" />

Applied to parent element
<div class="links_to_appear">
 <ul>
  <li><a href="/link1">Link 1</a></li>
  <li><a href="/link2">Link 2</a></li>
 </ul>
</div>

-- 
It is a damn poor day when you don't learn something!

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Ruby on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to