search for: 25px

Displaying 10 results from an estimated 10 matches for "25px".

Did you mean: 25pm
2006 Aug 09
2
Link to most recent
Greetings all, I have a side panel in my app that needs to have a link to the most recent 4 or 5 items in a table. How do I create this link? For example, I have a controller named widgets, and I want to create a link to :controller => "widgets", :action => "show", and then the most recent id. I want the text link to be the name of the widget. Any ideas? Obviously,
2003 Dec 01
0
No subject
...TA HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"> <TITLE id=3DridTitle>Nachricht</TITLE> <STYLE><!-- body { font-family: Verdana, Arial; font-size: 10pt; color: = #333333; margin-top: 0px; margin-left: 20px; } img { margin-top: 25px; = margin-left: -20px; } --></STYLE> <META content=3D"MSHTML 6.00.2719.2200" name=3DGENERATOR></HEAD> <BODY id=3DridBody background=3D"Hintergrund f&uuml;r Network = Blitz.gif"> <P></P><SPAN id=3D_AthCaret></SPAN> <P>...
2003 Dec 01
0
No subject
...TA HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"> <TITLE id=3DridTitle>Nachricht</TITLE> <STYLE><!-- body { font-family: Verdana, Arial; font-size: 10pt; color: = #333333; margin-top: 0px; margin-left: 20px; } img { margin-top: 25px; = margin-left: -20px; } --></STYLE> <META content=3D"MSHTML 6.00.2719.2200" name=3DGENERATOR></HEAD> <BODY id=3DridBody background=3D"Hintergrund f&uuml;r Network = Blitz.gif"> <P></P><SPAN id=3D_AthCaret></SPAN> <P>...
2006 Jan 31
1
Slider values from .25 - 1
I am having some difficulty understanding how to set the slider values to a specific range <div id="track" style="position:absolute; left:25px; top:10px; width: 150px; height:10px;"> <div id="scaller" style=" width:10px; height:15px; background- image: url(slidder2.png)"></div> </div> var scalebar = new Control.Slider(''scaller'', ''track'',{ slid...
2005 Sep 01
0
Finding the width of a div inside a div.
Hello. I have this code. [code] <div style="position:relative;width:800px;height:25px;overflow:hidden;border: 1px solid #000;" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"> <div id="iemarquee" style="position:absolute;left:0px;top:0px"><nobr><font face="Arial">Thank you...
2014 Apr 26
0
jquery_ujs.js 404
...> "access", :action => "logout" %> <% else %> <%= link_to "Login", :controller => "access", :action => "login" %> <% end %> </li> <li style="margin-left:25px"> <%= session[:username] %> </li> </ul> </div> </div> <div id="ContentWrapper"> <div id="Content"> <%= yield %> </div> </div> <div id="Footer"> footer </div> </div&...
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
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 Jan 31
5
resizing multiple images using getElementsByClassName
...looking for advise are : 1) The Slider... I must be missing something as I cant for the life of me figure out how to get the range to be from .25 - 1. Setting the minimum and maximum dont seem to have the effect I would expect. <div id="track" style="position:absolute; left:25px; top:10px; width: 150px; height:10px;"> <div id="scaller" style=" width:10px; height:15px; background- image: url(slidder2.png)"></div> </div> var scalebar = new Control.Slider(''scaller'', ''track'',{ slid...
2013 Jul 30
3
[LLVMdev] [Polly] Update of Polly compile-time performance on LLVM test-suite
Hi Tobias and all Polly developers, I have re-evaluated the Polly compile-time performance using newest LLVM/Polly source code. You can view the results on http://188.40.87.11:8000. Especially, I also evaluated our r187102 patch file that avoids expensive failure string operations in normal execution. Specifically, I evaluated two cases for it: Polly-NoCodeGen: clang -O3 -load