Displaying 20 results from an estimated 6000 matches similar to: "Tab Panes - IE layout issues fixed"
2006 May 01
3
beta testers: tab panes
Hello,
I was wondering whether anybody is interested to do some beta testing on a
script I''m currently working on.
Here is a little preview: http://net4visions.com/dev/tabs/tabs.html.
A little doc file can be found here:
http://www.net4visions.com/dev/tabs/docs/readme.htm
_______________________________________________
Rails-spinoffs mailing list
2006 Feb 17
7
Released: window dialog script
Hello,
First, please let me thank you to Ryan Gahl and Jerod Venema for their
patient help - really appreciated their input - I couldn''t have done this
script without their support.
Today I released a dialog script based on scriptaculous and prototype. A
demo can be seen here: http://net4visions.com/dev/dialog/dialog.htm . Please
see the readme and changelog file for details. Your
2006 Feb 18
10
Updated: window dialog script
Dialog script has been update. A demo can be seen here:
http://net4visions.com/dev/dialog/dialog.htm .
Please see changelog for changes.
The dialog script can be downloaded from here:
http://www.net4visions.com/dev/downloads/dialog.zip .
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Jan 16
8
resizable window/div - some help needed
Hello
I have been working on a little window dialog script - please see
<http://net4visions.com/dev/window/window.htm>
http://net4visions.com/dev/window/window.htm for a preview. the necessary
files can be downloaded here:
<http://net4visions.com/dev/window/window.zip>
http://net4visions.com/dev/window/window.zip .I''ve included just the basics
- please change the path in
2006 May 24
6
enumerables problem?
I was wondering whether anybody could please tell me why this is causing an
error in IE (works in Firefox):
$A(container.getElementsByTagName(''*'')).each( function(el) {
Element.cleanWhitespace(el);
}.bind(this));
What would be an alternative of achieving the same?
Thank you
Marco M. Jaeger | Url: http://mmjaeger.com <http://mmjaeger.com/> | E-mail:
2005 Oct 21
2
scriptaculous website - IE crashes
often when I "try to" visit the scriptaculous, it crashes IE - does anybody
else experience this as well?
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
2006 Feb 21
1
ajax toolip (context help)
Does anybody have a solution for creating ajax (and local) tooltips using
scriptaculous? I have a solution that uses another script library as well
but would like to keep the footprint of the web pages down. Any advice
would be greatly appreciated.
Joe
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Apr 07
6
ajax loading message
Hello,
I''m looking for some help - I''m having problems in getting the loading
message to disappear - sometimes it disappears, sometimes it doesn''t.
This is the javascript I have:
ajaxContent: function(iTabPos) {
if (isNaN(iTabPos)) return false;
var iTabIndex = this._posToIndex(iTabPos);
2006 Apr 10
24
Proposal of "Resizable" javascript library
Hi, All.
I''ve developed the small javascript library to make the widgets
"resizable". Please try attached file or following URL
URL: http://221.112.61.214/~kzk/others/mixi/resizer.html
Now I wish script.aculo.us developers to merge this into the
"script.aculo.us". Is there any chance of merge? Is this a right
place to ask this question?
Thanks in advance.
Kazuki
2006 Mar 22
1
tab panes
Hello everybody,
I was wondering whether anybody knows of a prototype/scriptaculous based tab
panes script - something similar to this:
http://www.dhtmlgoodies.com/scripts/tab-view/tab-view.html
Thank you in advance for your input
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 May 08
1
replace_html on a select fails on IE and Opera
I am using an rjs file to do a page.replace_html on a select field as
follows:
@inrhtml = options_from_collection_for_select( @widgets, "id", "name")
page.replace_html "type_select", @inrhtml
I have it working on firefox and safari but it doesn''t work on IE and
opera?
My javascript defaults are up-to-date.
I would appreciate any help.
thx,
-hkn
--
2007 May 22
2
onInteractive does not work on IE and Opera
onInteractive work well on Firefox but no effect with IE or Opera
any suggestion? thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send
2005 Nov 07
2
IE vs. Firefox - little programming help needed
Hello,
I was wondering whether somebody can give me a little hand on this:
I have the following code: "var img =
this.el.previousSibling.getElementsByTagName(''IMG'')[0];"
While IE correctly returns the image object, Firefox returns an error. What
I discovered so far is that this.el.previousSibling returns the DIV tag an
IE which is correct - however, Firefox
2010 Nov 30
2
IE problem with submit_tag
I''m having some difficulty with IE8 on a Rails 2.3.5 app. I''ll state
from the outset that this problem does not occur with Firefox, Chrome,
or Opera when run on the same system so I''m reasonably certain I''ve
got an IE issue here.
Here''s a simple description:
I''m ending a Users#new form with:
<p><%= submit_tag, "Sign
2007 Aug 23
0
Draggable on IE & Opera
Hi, all!
Have anybody problems with draggable in IE and Opera. The problem is
i''m creating simple draggable object like this:
new Draggable(my_div);
In firefox it works very fine. But in IE when I''m moving(dragging)
cursor div is stalling and drags very slow. and in Opera it keeping
tracks colored in color of the div.
Is reason in browser or there is the bug in framework?
2005 Dec 29
2
Ajax.Request: onLoading executed after onComplete in IE
Hi,
i''m trying to use a visual indicator for my Ajax requests. It''s based on the
shopping cart demo at script.aculo.us and works great in Firefox, Konqueror
and Opera, but fails in IE6. For some reason (timing problems?) onComplete is
executed before onLoading, so the indicator is shown but not hidden when the
request has finished.
Oddly enough it works fine in the shopping
2001 Nov 27
2
printing captions in multiple panes
Dear List,
I would like to add captions to a set of graphics. The graphs are each
composed of two scatter plots in an upper and lower pane.
I'd like to add a caption below the lower pane. The troubel I'm hitting is
that in order to fit the caption using mtext, I must increase the margins
for both panes-- these shrinks my plots considerably and leaves a big
blank area.
The second trouble
2019 May 20
2
Opera browser on CentOS
On 05/20/2019 03:35 PM, Greg Bailey wrote:
> On 5/20/19 6:22 AM, H wrote:
>> Is anyone running the Opera browser on Centos 7 or 6? While not available in a yum-repository, it seems to be available as a snap-package. Not familiar with those yet but curious if the browser is worthwhile to run. I have generally found Firefox less useful/compatible than Chromium but would also like
2006 Mar 20
3
help: acts_as_versioned setup error "undefined local variable or method ''base_class''"
Hi All,
Rails newbie here trying to set up acts_as_versioned according to Chapter 14
in the Rails Recipies book. I''ve taken the following steps (nearly
verbatim) as mentioned by the book:
- created the target model "Post"
- added the "acts_as_versioned" label to the model file
- generated a migration file
- added the table creation code and the command
2010 Nov 30
3
saving multiple panes to PNG
After searching multiple combinations of keywords over the past two
days and downloading n R graphics tutorials, I have not been able to
find anything online or in my R books about how to save multiple plot
panes to PNG.
Specifically, I am using the irf() function in the vars package to
generate plots of Impulse Response Functions:
> x.data <-