search for: 50px

Displaying 20 results from an estimated 24 matches for "50px".

Did you mean: 50pm
2005 Aug 17
2
CumulativeOffset
Hey All, I have a fairly basic question about the prototype.js library. First, I''ve been looking for documentation on this and I have yet to find it. If any of you know of any, please let me know. Since I''m new to both the scriptaculous and prototype libraries could someone explain why I would want to use the cumulativeOffset method and not to just grab the offset off
2006 Jul 19
0
Effect.Appear behaving strangely
...x"> <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; margin: 0px 0px 0px 50px; text-align: c...
2008 Apr 01
1
Navigation Problems
...px;colspan="1" rowspan="1"><%= link_to p.name, { :action => "read", :id => p.id } %></td> <td style="width: 240px; height: 8px;colspan="1" rowspan="1"><%= p.last_updated %></td> <td style="width: 50px; height: 8px;colspan="1" rowspan="1"><%= link_to "Copy", { :action => "copy", :id => p.id} %></td> <td style="width: 50px; height: 8px;colspan="1" rowspan="1"><%= link_to "Delete", { :action =&...
2006 Mar 31
2
RE: drag and drop sorting with an empty lis
I ran into this issue too. My solution was to add an "onUpdate" function to the sortable that tests the container to see if it''s got any children or not: function is_empty(container) { if ($(container).hasChildNodes()) { Element.removeClassName($(container),''empty''); } else if (!$(container).hasChildNodes()) {
2007 Nov 29
5
Dynamic JS or RJS ?
...e.mid" >''); document.write(''</object>''); document.write(''</div>''); } else if(navigator.userAgent.indexOf("Firefox")!=-1){ document.write(''<div id="tab" style="position: absolute; left: 635px; top: 50px; height: 45px; width: 184px; background-color: #000000;" >''); document.write(''<object id="MediaPlayer" width="184" height="45" classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">''); document.write(''<param...
2004 Oct 14
2
fidelity of generated raster images (R and perl)
...this can run without x11.) I am guessing that R's internal region calculations are vector based, which generally makes sense for most statistical plots. However, I do have some ideas for R and the presentation of cellular automata results. Any tips out there? (Is it just a matter of height=50px to overcome the inches default, etc?)..... Regards, Scott
2011 Aug 08
1
Creating a simple 1-row heatmap
...e black represents the max value in the data, white is the minimum, and all values in between are interpolated appropriately. I have tried using heatmap and heatmap.2, but both have issues. heatmap seems to be restricted to only drawing a square plot, and this data requires a long, thin plot (e.g. 50px tall by 3000 px wide). For heatmap.2, the plots will draw the dimensions I prefer, but when I do a small sample the coloring seems to not correlate with the data even though I have Rowv and Colv both set to FALSE. Any recommendations about the best way to make a clean, simple heatmap from a single...
2006 Jan 21
8
scriptaculous accordion feature - Jump?
Trying the accordion feature as offered at: http://wiki.script.aculo.us/scriptaculous/show/accordion+feature The objective is to remove the "jump" reported in the Rico accordion feature. My demo of the scriptaculous feature, however has a noticeable jump when tested if FireFox. and IE Win. See: http://www.jimdavis.org/accord3.html Have I implemented this incorrectly? Jim
2006 Jan 11
3
sortables callbacks
i know someone just recently asked about queueing ajax requests, my question is similar in the regards that i don''t want my application to send multiple requests. i have 2 sortabbles lists left, and right. when i move an item from left to the right the onUpdate callback will send 2 ajax requests. one for each sortables. however. i want it to serialize and send back the results from
2005 Dec 30
4
AJAX Drag and Drop Detecting Drop Coordinates
This one''s kicking me in the *(&#^. All I want to do is create a draggable item and then detect the coordinates where it is dropped. So my first approach was to just use the draggable_element with :revert => false, like so: <%= draggable_element "my_element", :revert => false %> That works great and lets me drag stuff all over the place. In the scriptaculous
2015 Dec 30
0
账户登陆地异常调整通知
...;/TR></TBODY></TABLE></TD></TR> <TR> <TD bgColor=#ffffff height=12 width="100%"></TD></TR> <TR> <TD style="PADDING-BOTTOM: 62px; PADDING-LEFT: 50px; PADDING-RIGHT: 50px; PADDING-TOP: 0px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; webkit-border-bottom-right-radius: 5px; webkit-border-bottom-left-radius: 5px; moz-border-radius-bottomright: 5px; moz-border-radius-bottomleft: 5px" class=content bgColor...
2009 Jun 19
0
[PATCH server] add toggable sections to vm form
...,52 +6,77 @@ <%= hidden_field 'vm', 'vm_resource_pool_id' %> <%= hidden_field_tag 'hardware_pool_id', @hardware_pool.id if @hardware_pool %> - <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> - <%= text_field_with_label "UUID:", "vm", "uuid", {:style=>"width:250px;"} %> - <%= select_with_label "Operating System:", 'vm', 'provisioning_and_boot_settings', @provisioning_options, :style=>&...
2006 Apr 16
8
"Cannot convert String to Integer" after using association
So, I''ve written a partial that does some stuff with a given instance of my class "entity". Entity is ActiveRecord. I''m able to retrieve all sorts of data from an @entity, until I do something like: <% for @attribute in @entity.attributes %> <div id="attribute_<%= @attribute.id %>"> <%= render(:partial =>
2006 Jun 12
0
IE rendering of Sliders
...ll point, has anyone noticed that the sliders don''t render properly in IE 6.0? http://wiki.script.aculo.us/scriptaculous/show/SliderDemo I''ve dabbled with the HTML and CSS and got ''em to render properly in IE 6 (and IE 5.5... yes, I know...) .slider-track { width:50px; height:5px; background-color:gray; position:relative; /* IE fix */ } .slider-handle { width:5px; height:10px; background-color:#F00; cursor:move; position:absolute; /* IE fix */ } <div id="contrastTrack" class="slider-track"><div id="contrast...
2005 Nov 23
0
Drop Area BUG
...h: 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; background-color: #CCCCCC;"> <div class="drag" id="drag">Drag this DIV</div> <br /> <div class="drop" id="drop">Drop Here</div> </div> <script language="javascript"> new Draggable('&...
2005 Aug 19
0
Effect.Appear problem
...t; <img src="img/Nosaltres.gif" alt="Nosaltres" /> <div class=''caja_texto_principal''> Some text, some text </div> </div> CSS seccion and caja_texto_principal are: div.seccion { padding: 0px; margin-top: 20px; text-align: center; width:150px; height:150px; } div.caja_texto_principal { text-align: left; font-size:11px; color:#000000; overflow:hidden; position:absolute; color:#FFFFFF; top:50px; left:15px; width:125px; height:100px; } All seems to be ok (Fireworks and IE6), when the document loads and in the onload event I use ne...
2013 Aug 19
0
pumahosting@gmail.com wants to give you 50 points on Perk!
...bsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<div class="box_head" style="width: 598px;border: 1px solid #2b374b;background: #42577a;height: 49px;margin: 30px auto 0;color: #fff;font-size: 18px;line-height: 50px;"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp...
2009 Jul 24
2
[PATCH server] add collapsable sections to vm form
...d', @hardware_pool.id if @hardware_pool %> + <div class="form_heading clickable open">General</div> + <div class="vm_form_section"> <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> <%= text_field_with_label "UUID:", "vm", "uuid", {:style=>"width:250px;"} %> <%= select_with_label "Operating System:", 'vm', 'provisioning_and_boot_settings', @provisioning_options, :style=>&...
2009 Jun 19
1
[PATCH server] add collapsable sections to vm form
...ading"> + <%= link_to "", "#", :id => "vm_general_section_link" %> + </div> + <div id="vm_general_config"> <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> <%= text_field_with_label "UUID:", "vm", "uuid", {:style=>"width:250px;"} %> <%= select_with_label "Operating System:", 'vm', 'provisioning_and_boot_settings', @provisioning_options, :style=>&...
2009 May 27
1
[PATCH server] UI tweaks for cloud
...+ +#login-box a { + color: #337ACC; } -#nav {height:1em;padding-top:1ex;} +#navcontainer { + height:40px; +} -#nav a {display: inline-block;} +#navcontainer ul { + padding-left: 0; + margin-left: 0; + background-color: #fff; + color: #afb2bd; + float: left; + width: 100%; +} -#head {height:50px;} +#navcontainer ul li { display: inline; } -#login-box { - text-align:right; - /* - TODO: put this back in with a real logo when we have one. - background: url('../../images/logo_cumulus.png') left top no-repeat; - */ +#navcontainer ul li a { + padding: 12px 20px; + border-t...