search for: 400px

Displaying 12 results from an estimated 12 matches for "400px".

Did you mean: 100px
2007 Sep 02
1
Scriptaculous - Sortables problem within a scrollable div
Hello everyone: I''ve been using scriptaculous for very long time and it''s really good. However, I just came across another problem about using sortables in a scrollable div. The basic structure is: <div style="overflow:auto; height=400px"> <div id=''Item1''></div> <div id=''Item2''></div> .... divs here can be dragged and sorted. </div> It worked initially. As the items exceeds the height of the mother div, scroll bars appear. And by dragging items t...
2008 Jun 20
2
map24 help
...ap24 api using the mapstraction api but i tried a lot and cant fix this error "Map24.loadAPI is not a function".Any help on this is greatly appreciated.This below is the code.(Note:mapstraction works excellent with google and yahoo) <div id="mapstraction" style="width: 400px; height: 400px;"></div> <script type="text/javascript" language="javascript" src=" http://api.map24.com/ajax/1.2.8/"></script> <script type="text/javascript" src="mapstraction.js"></script> <script type=...
2006 Jun 16
4
Depot App: Upload Images
...ion to include the upload of images for each product? The following describes the sort of thing that I have been asked to produce for a client, so apologies if the information is not articulated very well. I would like to upload a main image that would automatically create a thumbnail sized to 400px by 400px. And then to also upload a number of supplementary images that would automatically create thumbnail images of size 200px by 200px and then obviously to be able to click on these to view the larger images using some fancy ajax. If anyone has any samples of code that they would be willin...
2009 Dec 13
0
r65 committed - Use the GeoCommons addOverlay method
...n: function(){ - m.swap(''map'', ''microsoft''); - } }, { desc: ''Swap API (openlayers)'', @@ -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;">
2006 Mar 01
5
scaffold.css and Rails tutorial problem
...x; } pre { background-color: #eee; padding: 10px; font-size: 11px; } a { color: #000; } a:visited { color: #666; } a:hover { color: #fff; background-color:#000; } .fieldWithErrors { padding: 2px; background-color: red; display: table; } #ErrorExplanation { width: 400px; border: 2px solid #red; padding: 7px; padding-bottom: 12px; margin-bottom: 20px; background-color: #f0f0f0; } #ErrorExplanation h2 { text-align: left; font-weight: bold; padding: 5px 5px 5px 15px; font-size: 12px; margin: -7px; background-color: #c00; color: #fff; }...
2019 Nov 30
1
Re: virt-df for KVM
On Sat, Nov 30, 2019 at 06:49:29PM +0800, zxs11289 wrote: > I face a problem on KVM using virt-df。 I have two computer,they > have installed tools for KVM. The computer(ip 15)has no virtual > machine and computer(ip 33)has two virtual machines。on the > computer(ip33), i run the command “virt-df” if on the computer(ip15), > i run the command “virt-df --connect
2012 Dec 05
1
Ajax response in a modal box
Hello guys, I was wondering if I could display the ajax response in a modal box. I could not find anything satisfying on the web. I am new to ajax. This is what I was trying. $(document).ready(function() { var clicked1; $(".inline").click(function(e) { clicked1 = $(this).text(); $.ajax({ type: ''GET'', url:''/controller_path'', async: false,
2011 Mar 28
0
Token Poken :( I'm stuck with this
...; align="center" style="background:#e1e3e3; padding-top:10px;padding-left:20px;padding-right:20px;padding-bottom:20px;"> <% @questions.each_with_index do |question, index| %> <tr style="vertical-align:middle; text-align:left;"> <td width="400px" colspan="2" style="padding-top:10px;"> <span style="font-size:15px"><%= index+1 %>. <%= question.text %></span><br> <%= text_area_tag "answer_#{question.id}",@answers[question.id], :cols=>"90", :row...
2006 Apr 11
1
IE Sortable Style Problem
...uage="javascript" src="js/prototype.js"></script><script type="text/javascript" language="javascript" src="js/scriptaculous.js"></script><style type="text/css">div#divContainer { border: 1px solid #000000; width: 400px; height:300px; overflow: scroll;} div#divContainer div { border: 1px solid #000000; margin: 5px; padding: 2px; cursor: move;}</style><script type="text/javascript" language="javascript">function unPos() { for (var i = 1; i <=6;i++) { $(''div_''+i)...
2007 Jan 08
8
word wrap ?
Hi, I have long lines of text stored in a DB without line breaks. Now I need to present it in fixed width with word wrap. I tried everything css (word-wrap: break-word;), the rails actionview helper (word_wrap), specifying width of the div etc. But nothing works. The reason I''m asking the question here because to me word_wrap was created to solve this exact problem but it is failing to
2008 Mar 11
7
sortable scroll in div problem : dragged element doesn't follow the mouse pointer
Hello, I''m facing a strange problem with a long list of Sortable items in a container that has an overflow:auto. If I drag an item from the top to the bottom, the container div is scrolling, but there is a difference between the position of the dragged element and the mouse pointer. An example is better that a thousand words. Try to drag the first item at the bottom of the
2006 Apr 14
1
Script.aculo.us Effects with callbacks not working as it should.
...// $(content_or_editor).setAttribute(''style'', content_node_height); //} } </script> <title>Zukunft Tests - Rich Text Editor</title> </head> <body> <div id="content_container_1" style="width: 400px; border-style: outset;"> <strong>CONTENT 1</strong> <div id="content_or_editor_1"> <div id="content_editor_1" style="display: none;"> </div> <div id="content_node_1"> L...