Pedro wrote:
> I am considering a proper HTML.
> Anything like <html><body><div id="elementId">Content</div></body></
> html>.
>   
The code below works for me in IE6 and FF2 Win.  Can you produce a 
minimal example that fails?
- Ken


<html>
<head>
<script type="text/javascript" src="prototype.1.6.js"></script>
<body>
<div id="elementId">Hide</div>
<div id="elementId2">Display</div>
<script>$('elementId').hide()</script>
</body>
</html>


--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-spinoffs@googlegroups.com
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