[Proto-Scripty] Re: Blinddown IE7 problem

2009-12-31 Thread drewB
and that fixed the problem. On Dec 30, 2:32 pm, drewB dbats...@gmail.com wrote: Thanks.  I went ahead and added it to the demo just in case (but no luck). On Dec 30, 2:28 pm, Rick.Wellman rick.well...@kiewit.com wrote: Ok, well that is all I got.  I did notice that you had an unordered list

[Proto-Scripty] setOpacity has no effect in IE8

2009-12-31 Thread drewB
I have a site that is working well in FF3 and IE7 but when I test it in IE8 all calls to setOpacity don't have any impact. If I set the browser to IE7 compatibility mode it works fine. Has another else every experienced this problem? Did you find a solution? -- You received this message

[Proto-Scripty] Blinddown IE7 problem

2009-12-30 Thread drewB
I develop using FF3 and have been testing my design on IE7. I have noticed a big problem with using blinddown / blindup. When it blinds down, the div overlaps the next div and at the end is shifted to the left (overlapping the div to the right of it). Once I move the mouse, things go back to

[Proto-Scripty] Re: Blinddown IE7 problem

2009-12-30 Thread drewB
[mailto:prototype-scriptacul...@googlegroups.com] On Behalf Of drewB Sent: Wednesday, December 30, 2009 3:56 PM To: Prototype script.aculo.us Subject: [Proto-Scripty] Blinddown IE7 problem I develop using FF3 and have been testing my design on IE7.  I have noticed a big problem with using

[Proto-Scripty] Re: Automatically Converting HTML to DOM (e.g. new Element ...)

2009-08-20 Thread drewB
Unlikely. There is very little difference in computation effort between generating JSON, XML, HTML or delimited text at the server. I will have to take your word for this. I assumed it to be different. So why put it in two places? Why turn data into say JSON just so you can later turn it into

[Proto-Scripty] Automatically Converting HTML to DOM (e.g. new Element ...)

2009-08-18 Thread drewB
I have 200 lines of an HTML snippet that I plan to convert to javascript using Prototypes Elements. Instead of doing this by hand, I figure I could write some code that would take any block of HTML and convert it to javascript. Then it occurs to me that I couldn't be the first one to think of

[Proto-Scripty] Re: Automatically Converting HTML to DOM (e.g. new Element ...)

2009-08-18 Thread drewB
: 2009/8/18 drewB dbats...@gmail.com: I have 200 lines of an HTML snippet that I plan to convert to javascript using Prototypes Elements.  Instead of doing this by hand, I figure I could write some code that would take any block of HTML and convert it to javascript.  Then it occurs to me

[Proto-Scripty] Re: Automatically Converting HTML to DOM (e.g. new Element ...)

2009-08-18 Thread drewB
it from HTML to JavaScript (by which I take it you mean DOM API or Prototype API or Builder code).  What's the goal of the conversion? -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On Aug 18, 4:28 pm, drewB dbats...@gmail.com wrote

[Proto-Scripty] Re: Automatically Converting HTML to DOM (e.g. new Element ...)

2009-08-18 Thread drewB
there is no delay between adding an item and it showing on on there screen. On Aug 18, 10:16 am, DJ Mangus d.man...@gmail.com wrote: I can't help with the solution but since you need serverside processing anyway why not just do it all serverside? On 8/18/09, drewB dbats...@gmail.com wrote: Yes