Re: [Rails-spinoffs] Insertion.Top

2006-02-23 Thread Farhan
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Farhan Sent: Tuesday, February 21, 2006 4:15 PM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] Insertion.Top hi all, Can someone please help me with the Insertion.Top not working IE 6 browsers? I have an example at

RE: [Rails-spinoffs] Insertion.Top

2006-02-21 Thread Whitcraft, Jon
@lists.rubyonrails.org Subject: [Rails-spinoffs] Insertion.Top hi all, Can someone please help me with the Insertion.Top not working IE 6 browsers? I have an example at http://www.talaha.com/macnn/test_insertion.html It works in both Firefox (1.5 Mac/Win) and Safari; but does not work in IE 6. Thanks in

[Rails-spinoffs] Insertion.Top

2006-02-21 Thread Farhan
hi all, Can someone please help me with the Insertion.Top not working IE 6 browsers? I have an example at http://www.talaha.com/macnn/test_insertion.html It works in both Firefox (1.5 Mac/Win) and Safari; but does not work in IE 6. Thanks in advance. Cheers.

[Rails-spinoffs] Insertion.Top does not work in IE 6

2006-02-15 Thread Farhan
Hi all, I have recently joined this mailing list and I'm not sure if this had already been answered. I have a function that gets called from the onload event and fills the drop-down ( tag) with the data from the database. The function is as follows: function initForm(frm) { switch (frm) {

Re: [Rails-spinoffs] Insertion.top & tables

2006-02-13 Thread Deco Rior
Online Services - Indianapolis Motor Speedway (317) 492-8623 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gregory Hill Sent: Monday, February 13, 2006 10:59 AM To: rails-spinoffs@lists.rubyonrails.org Subject: RE: [Rails-spinoffs] Insertion.top & ta

RE: [Rails-spinoffs] Insertion.top & tables

2006-02-13 Thread Whitcraft, Jon
PROTECTED] On Behalf Of Gregory Hill Sent: Monday, February 13, 2006 10:59 AM To: rails-spinoffs@lists.rubyonrails.org Subject: RE: [Rails-spinoffs] Insertion.top & tables Maybe I'm mistaken, but I don't think putting a div inside a table is valid HTML. You should probably use a tbody

RE: [Rails-spinoffs] Insertion.top & tables

2006-02-13 Thread Gregory Hill
ruary 13, 2006 8:56 AM > To: rails-spinoffs@lists.rubyonrails.org > Subject: [Rails-spinoffs] Insertion.top & tables > > I have had trouble making Insertion.top work with tables > > I would like to do something like > > > > First entry > Second entry > >

[Rails-spinoffs] Insertion.top & tables

2006-02-13 Thread Deco Rior
I have had trouble making Insertion.top work with tables I would like to do something like First entry Second entry so that Insertion.top inserts the new row above the first entry. So far this has not worked. Has anyone else tried this? Deco ___