search for: 350px

Displaying 7 results from an estimated 7 matches for "350px".

Did you mean: 30px
2012 Mar 10
6
Cartographer shows correct info box BUT over wrong marker
Hi guys (and gals), The code formatting is so nice on SO.com, so I thought I''d just share my post in hopes that someone from the group can help. http://stackoverflow.com/questions/9643786/cartographer-shows-correct-info-box-but-over-wrong-marker Feel free to answer back via email if you don''t have an SO account. Thanks! Abram -- You received this message because you are
2006 Feb 08
29
Autocomplete and Firefox
Having problems with the autocomplete on my linux box and firefox. When I use form tags it breaks, without form tags everything works fine. Exact copy of the example provided, but I added form tags.. The initial search and select works but then the box sort of "locks up" and I can''t change it at all, If I do try to type something nothing changes but a second later the whole
2007 Jan 19
0
About that auto-complete select box ...
...ection box, when arrow-up, arrow-down and mouse hover events happen? Doesn''t seem to. All other CSS select boxes on the Web have at least a :hover definition, and a little bit of JavaScript for IE. <html> <!--DTD stuff --> <head> <style> div.auto_complete { width: 350px; background: #fff ; } div.auto_complete ul { border:1px solid #888 ; margin:0; padding:0; width:100%; list-style-type:none; } div.auto_complete ul li { margin:0; padding:3px; } div.auto_complete ul li.selected { background-color: #ffb ; } div.auto_complete ul strong.highlight { color:...
2005 Dec 08
0
Slider problems in IE6
...9;'t work at all. I''ve managed to trace it to the fact that the Control.Slider.trackWidth attribute is not being set in IE, but it is being set in Firefox. The track, which I''ve defined as follows: <div id=''spend-track'' style=''width:350px;background-color:#aaa;height:7px;position:relative;''> Comes up with a value for offsetWidth (or Control.Slider.track.offsetWidth) of 0 in IE, and 350 in Firefox. I can work around this by ''manually'' setting the trackWidth attribute to the appropriat...
2007 Nov 11
3
Scrollable selectbox for auto complete
.... It works but with one problem. When scrolling down the list, the values not visible are not scrolled into focus. eg I use the keyboard down or up key. Here is my CSS <style type="text/css"> div.auto_complete { height: 100px; width: 350px; background: #fff; overflow:scroll; } div.auto_complete ul { border:1px solid #888; margin:0; padding:0; width:100%; list-style-type:none; } div.auto_com...
2006 Jan 28
7
cool components in the form
Is there a easy way to add components like: http://www.dynarch.com/projects/calendar/ http://tinymce.moxiecode.com/example_full.php?example=true in ruby forms, by plugins or whatever? Thank you Rodrigo Dom?nguez Iplan Networs www.iplan.com.ar <http://www.iplan.com.ar/> ? rdominguez@iplan.com.ar www.rorra.com.ar <http://www.rorra.com.ar/> ? rorra@rorra.com.ar --------------
2008 Apr 04
4
Auto Complete Problems
...pointer;" /></td> </tr> <tr> <td class="col-1" valign="top">City:&nbsp;</td> <td class="col-2" valign="top"> <style type="text/css"> div.auto_complete { width: 350px; background: #fff; } div.auto_complete ul { border:1px solid #888; margin:0; padding:0; width:100%; list-style-type:none; } div.auto_complete ul li { margin:0; padding:3px; }...