search for: 500px

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

Did you mean: 100px
2006 Jul 05
1
Need some Gruff graphing help - custom dimensions?
...ojects/show/5 How do I do that when working with similar but very simple line graphs? Given this sample code below, how would I easily modify the height/width or make it a widegraph as in the example above? Thanks for any help. data = [1, 2, 3, 4, 5, 6] g = Gruff::Line.new(500) #Sets scale to 500px, but I''d like 500 width and 300 height g.title = "Samplegraph" g.labels = {1 => "Today", 3 => "Yesterday", 6 => "The Day Before"} g.theme_37signals g.data("Graph", data, ''#378CDF'') g.maximum_value = 10 send_da...
2010 Jun 06
2
How to make an SQL querey Within a partial, is that possilbe??
...t;td class="headline"></td> <td> <div class="table-col"> <%= h @profil.subtitle %> </div> </td> </tr> <tr> ...... ...... .... <div style="width: 500px; margin-top: 20px;"> <h2>Kommentare</h2> <%= render :partial => "comments/ comments_show", :locals=>{:profil_id=>@profil.id} %> </div> and there I tried to call a partial which display the comments... And that my problem... I hand over the p...
2008 Apr 01
1
Navigation Problems
...<body id="category" > <div id="banner" > <img src="/images/logo.png" /> <%= @page_title || "Show Sub-Category" %> </div> <div id="columns" > <div id="side" > <td style="height: 500px; width: 140px;"> <a href="/profile">Profile Manager<br> </a> <div class="mC"> <div class="mH" onClick="toggleMenu(''menu1'')"><a href="#">+ AMD</a></div>...
2005 Nov 29
6
draggable revert problem
Hello, I have tried implementing the shopping cart ajax example and have run into some problems. The only differences with the shopping cart is My list of products are generated from a partial view The images of the products come from an http link. However, Iam seeing a strange behavior when I drag and drop the elements to my cart. On the first drag and drop the image successfully reverts to
2005 Nov 23
0
Browser inconsistencies when using Effect.MoveBy()
..._____________________________________________________ function scrollMe(Direction){ var value = Direction == 'left' ? 500 : -500; var theTable = $('Table'); new Effect.MoveBy(theTable, 0, value, {}); } <div id="viewer" style="border: 1px solid #c03; width: 500px; overflow: hidden;"> <p> <img src="left-arrow.gif" onclick="scrollMe('left');" /> <img src="right-arrow.gif" onclick="scrollMe('right');" /> </p> <table id="Table" style="width:...
2005 Sep 02
0
altering revert effect based on if dropped on given droppable?
....FadeAndRevert = function(element) { options = Object.extend({ from: 1.0, to: 0.0, afterFinish: function(effect) { alert(element.style.left);//ok this works element.style.width = "330px"; // and this oEl = $(element); oEl.style.left = ''500px'' //and this effect.setOpacity(1); } }, arguments[1] || {}); return new Effect.Opacity(element,options); } maybe my brain is too tired but I can''t see how in the FadeAndRevert function I can get the drag images origional location before it was dragged? Any thought...
2008 Jul 31
8
Facebook Connect
Is anyone planning on using Facebook Connect? I have the implementation that I think covers the user registration. I''m going to work on the UI stuff as well but would love to get some feedback on it. Mike -- Mike Mangino http://www.elevatedrails.com
2010 Sep 21
1
[PATCH] Introduce ability to select any kind of nic model, not just default or virtio.
...:virtio, :boolean, :default => false + end +end + diff --git a/src/public/stylesheets/components.css b/src/public/stylesheets/components.css index 3cdbf49..fe4043e 100644 --- a/src/public/stylesheets/components.css +++ b/src/public/stylesheets/components.css @@ -349,41 +349,66 @@ min-width: 500px; } -#vm_network_config_header_network, -#vm_network_config_header_mac, #vm_network_config_header_ip{ float: left; - width: 150px; + width: 102px; } -.vm_network_config_net, -.vm_network_config_mac{ +#vm_network_config_header_network{ + float: left; + width:92px; +} + +#vm_network_conf...
2009 Dec 13
0
r65 committed - Use the GeoCommons addOverlay method
...;, @@ -236,7 +228,7 @@ </style> </head> <body> - <div style="height: 400px; width: 800px; margin: 20px;"> + <div style="height: 400px; width: 1000px; margin: 20px;"> <div id="map" style="position: relative; width: 500px; height: 300px;"></div> <div style="margin-top: 20px;">
2009 Jul 30
1
[PATCH server] fixes to the multiple vm/nets component
...ic/stylesheets/components.css index fe4cda9..2cda65d 100644 --- a/src/public/stylesheets/components.css +++ b/src/public/stylesheets/components.css @@ -345,29 +345,39 @@ float: left; } -#vm_network_config_header_network { - float: left; - width: 20%; +.vm_network_config_row { + min-width: 500px; } -#vm_network_config_header_mac, #vm_network_config_header_ip{ + +#vm_network_config_header_network, +#vm_network_config_header_mac, +#vm_network_config_header_ip{ float: left; - width: 33%; + width: 150px; } -.vm_network_config_net { +.vm_network_config_net, +.vm_network_config_mac{...