Displaying 2 results from an estimated 2 matches for "225px".
Did you mean:
220px
2009 Mar 23
1
Ajax not defined.
...t; ''users'', :action => ''add_line''})
%>" />
<%= select_tag ''available_line_id[]'',options_for_select(customers),{:id
=> ''available_line_id'',:multiple => true, :size => 13, :style => ''width:
225px;''} %>
Thanks,
Attachments:
http://www.ruby-forum.com/attachment/3475/new.html.erb
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&qu...
2005 Aug 30
0
content slide in out / simple toggle of content
...</div>
<div id="treeToggle">
<a href="javascript:;">Navigate/Search</a>
</div>
</div>
</div>
CSS
---
#treeWrapper {
position: absolute;
z-index: 3;
top: 0; left: -225px;
width: 250px; height: 100%;
margin: 0;
padding: 0;
}
#treeWrapper * { margin: 0; padding: 0; }
#tree {
width: 100%; height: 100%;
padding: 0; margin: 0;
background: red;
}
JS
---
Element.toggle has been tried, as has effects.MoveBy
effect.slideup has also bee...