search for: 100px

Displaying 20 results from an estimated 55 matches for "100px".

Did you mean: 10px
2006 Apr 27
4
effect.SlideDown question
Hello, I want to have my box that I''m sliding down hidden when I start and then slidedown to 100px. What is the best way to do this? I don''t see anything on the wiki about it. Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 4...
2010 Nov 17
1
rasterImage and coordinate conversion
...terImage function to do this, but the problem I'm facing is working out the coordinates of the upper right corner of the final image in user coordinates. That is I can place the image so the lower left is located at the bottom of the y-axis and the left end of the x-axis. Since my image is say 100px x 100px, is there a way for me to convert a 100px length into the appropriate value in user coordinates, along the x-axis? Thanks, -- Rajarshi Guha NIH Chemical Genomics Center
2011 Sep 22
1
computation of header ids
..."red" id="my_header_classred_1">My header </h1>' I would have expected: u'<h1 class="red" id="my_header">My header </h1>' An other example: >>> markdown.markdown("# Test {@style=position: absolute; top: 100px; left: 455px; width: 300px; height: 250px;} {@about=http://video.constantvzw.org/Ellentriek8/softsensor_pure_d.ogv}", ['headerid']) u'<h1 about="http://video.constantvzw.org/Ellentriek8/softsensor_pure_d.ogv" id="test_styleposition_absolute_top_100px_left...
2008 May 02
2
making an element draggable after it's been dropped in a drop zone
...om:loaded'', function() { new Draggable(''draggable'', { revert: true}); Droppables.add(''dropp'', { accept: ''accept'', hoverclass: ''dropallowed'', onDrop : function(obj){ obj.setStyle(''width: 100px; height: 100px; background: blue;''); } any ideas? Thanks --~--~---------~--~----~------------~-------~--~----~ 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-sp...
2007 Jan 10
4
Firefox Redraw Time
...olutely positioned div, with an overflow set to hidden. At one point in my script I have to remove the first list item, but I don''t want the rest of the list items to collapse to the left. Within my script I have something like: this.ul.removeChild(li[0]); this.ul.style.left = ''100px''; Now assuming the list is positioned relative and each list item is set to 100px wide. This should remove the first li, collapsing the others to the left, then I immediately set the left side of the ul to 100px, so it looks like the first li disappears. The script works on Firefox and O...
2006 May 08
2
prototype getHeight safari
Hi I have a weird bug with getHeight or getDimensions().hegiht (prototype) only on safari if I have a html file like this <div id="test"></div> and a embedded css <style> #test { width:100px; height:100px; float:left; } </style> In Safari $(''test'').getHeight returns 100, fine but if the css declaration #test.. is in a css file included by a <link href="stylet.css" rel="stylesheet" type="text/css" ></link> The...
2006 Jul 19
0
Effect.Appear behaving strangely
...de: <div style="height: 135px"> <div id="image" style="display: none; height: 135px; float: left;"> <img src="images/rimage.jpg" /> </div> <div id="cd1" style="display: none; height: 135px; width: 100px; float: left; margin: 0px 0px 0px 50px;"> <div align="center"><img src="images/cd_yucky.gif"> <br>Go from This </div> </div> <div id="cd2" style="display: none; height: 100px; width: 100px; float: left;...
2009 Feb 10
2
form_remote_for NOT passing param: I want put and I get post
...changes and read forums and the api, but no way ... <% form_remote_for (:expedient, :url => {:action => ''create_ajax''}, :update =>''div_listd'') do |f| %> <table class="edit"> <tr> <td class="label" width="100px">Referencia</td> <td class="data"><%= f.text_field :reference %></td> <td><%= submit_tag "AƱadir" %></td> </tr> </table> <% end %> In the development.log I only see the token param: Parameters: {"au...
2006 Jan 16
4
how di i stop a running effect?
...and overlap each other, resulting in unpredictable behavior. <code> <button onmouseover="Effect.Appear(''test_div2'')" onmouseout="Effect.Fade(''test_div'')">TRIGGER</button> <div id="test_div" style="width: 100px; height: 100px; background-color: #FF33CC;">TEST</div> </code> So i need some advice how to stop a running effect for an element, so i can start the opposite effect. I also tried to work with Effect.toggle, but this will just add all new effects to the end of the queue, in...
2006 Feb 18
1
spinner not working inside a table with IE 6
...#39;t initialize with the ".34" value). I''d really appreciate some help. Thanks. <table><tr><td> <input type="hidden" id="slider_id" name="slider" value="34"/> <div id="track_8499" style="width:100px;height:16px;background:url(/test/images/slider_bg.gif);"> <img id="handle_8499" style="cursor: move" src="/test/images/slider_handle.gif"/></div> <script language="javascript"> new Control.Slider(''handle_8499'',...
2007 Apr 06
5
Getting a dynamically generated elements dimensions
...is the overview: populate a container element with some new html using Element.update and then retrieve the new dimensions of the containig element. Here is a bit of code snippet that I would think should work.. but doesn''t: ==== start snippet ==== <style> .bigBox { height: 100px; width: 200px; } </style> <script> var content = ''<span class="bigbox">hello world</span>''; $(''debug'').update(content); var dim = $(''debug'').getDimensions(); $(''debugLog'').update('...
2005 Sep 21
8
Slider controls
Heya! Thanks to Marty Haught, script.aculo.us (as of changeset 2281) now sports a new Control for horizontal and vertical sliders. See the functional test file (test/functional/slider_test.html) for information on how to use it. Basically, you do: <div id="track1" style="width:200px;background-color:#aaa;height:5px;"> <div id="handle1"
2006 Feb 18
1
slider not working in a table for IE 6
...#39;t initialize with the ".34" value). I''d really appreciate some help. Thanks. <table><tr><td> <input type="hidden" id="slider_id" name="slider" value="34"/> <div id="track_8499" style="width:100px;height:16px;background:url(/test/images/slider_bg.gif);"> <img id="handle_8499" style="cursor: move" src="/test/images/slider_handle.gif"/></div> <script language="javascript"> new Control.Slider(''handle_8499'',...
2006 Feb 26
14
Question abour Draggables & Droppables
...[CODE] <!-- Draggable image --> <img alt="Product" id="item" src="icon.png"> <script type="text/javascript"> new Draggable(item,{revert:true});</script> <!-- Droppable Div --> <div id="droparea" style="height:100px;width:100px;"><script type="text/javascript">//Droppable CartDroppables.add(''droparea'', {onDrop:function(element, dropon, event){ /* REVERT FALSE */ }});</script>[/CODE] Thank you in advance! _________________________________________________________...
2009 Jan 28
3
Apply style in collection_select ?????
Hi to all, i have this snip i want to apply style to this combo but there is no effect help....... <%= collection_select(:customer,:country_id, @countries,:id, :country, html_options={ "style" => "width:110px" },:onchange => ''updateState('''');'',:id =>''country_id'' )%> Thanks, -- Posted via
2009 Jun 19
0
[PATCH server] add toggable sections to vm form
...<div class="clear_row"></div> - <div class="clear_row"></div> - <div style="float:left;width:150px;" > - <%= text_field_with_label "CPUs:", "vm", "num_vcpus_allocated", {:style=>"width:100px; margin-bottom:2px;"}, {:style=>"padding-right: 50px;"} %> - <div class="field_helptext">max to create: <%=create_resources[:cpus]%> </div> - <div class="field_helptext">max to start: <%=start_resources[:cpus]%> </d...
2006 Mar 01
0
RE: manipulate <td>''s and theircontentbygrabbingtheir classNames
...mbering the name? Anyhoo, Firefox is where I''ve seen the problem. I wish they''d just be consistent on anything. I was testing some code the other day, and it used Position.clone from prototype. In IE and Firefox, it lined up correctly. Opera 8 required me to offset the top by 100px, and IE 5.5 required an offset of -100px. WTF? Not really related, just stating my disdain for the browser market in general. Greg
2006 Mar 01
0
RE: manipulate <td>''s andtheircontentbygrabbingtheir classNames
...mbering the name? Anyhoo, Firefox is where I''ve seen the problem. I wish they''d just be consistent on anything. I was testing some code the other day, and it used Position.clone from prototype. In IE and Firefox, it lined up correctly. Opera 8 required me to offset the top by 100px, and IE 5.5 required an offset of -100px. WTF? Not really related, just stating my disdain for the browser market in general. Greg _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails...
2006 Feb 18
0
slider component inside a table not working
...t error... the slider just doesn''t move. I''d really appreciate some help. Thanks. <table><tr><td> <input type="hidden" id="slider_id" name="slider" value="34"/> <div id="track_8499" style="width:100px;height:16px;background:url(/test/images/slider_bg.gif);"> <img id="handle_8499" style="cursor: move" src="/test/images/slider_handle.gif"/></div> <script language="javascript"> new Control.Slider(''handle_8499'',...
2005 Nov 23
0
Drop Area BUG
...head> <script src="prototype.js" type="text/javascript"></script> <script src="scriptaculous.js" type="text/javascript"></script> <style type="text/css"> .drag { position: relative; background-color: #00FF00; width: 100px; height: 100px; } .drop { position: relative; background-color: #0000FF; width: 200px; height: 200px; border: 5px solid #0000AA; } .over { background-color: #0000AA; border: 5px solid #000000; } </style> </head> <body> <div style="position: relative; margin-left: 50px; ba...