I set up a simple BlindUp and BlindDown div that works seamlessy in Firefox but doesn''t work as smoothly in IE. When blinding down, the whole div flashes and then Blinds down. The same thing when blinding up. Is this something that is fixable? _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Hey Curtis, A couple things to try.... 1) Add a wrapper div around the div you already have, and blindup/blinddown that item 2) If you still end up with "crunching" of your lines (I ran into that problem with unordered lists), a workaround can be found by setting line-height. Let me know how it works out...I''ve dealt with this, so I''ve got a couple other (more complicated) tricks if that doesn''t work.... -Jerod On 3/21/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I set up a simple BlindUp and BlindDown div that works seamlessy in > Firefox but doesn''t work as smoothly in IE. When blinding down, the whole > div flashes and then Blinds down. The same thing when blinding up. Is this > something that is fixable? > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Thanks for the suggestions. I just tried them and they didn''t work. I still get the flaky behavior. On 3/21/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hey Curtis, > > A couple things to try.... > > 1) Add a wrapper div around the div you already have, and > blindup/blinddown that item > 2) If you still end up with "crunching" of your lines (I ran into that > problem with unordered lists), a workaround can be found by setting > line-height. > > Let me know how it works out...I''ve dealt with this, so I''ve got a couple > other (more complicated) tricks if that doesn''t work.... > > -Jerod > > On 3/21/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I set up a simple BlindUp and BlindDown div that works seamlessy in > Firefox but doesn''t work as smoothly in IE. When blinding down, the whole > div flashes and then Blinds down. The same thing when blinding up. Is this > something that is fixable? > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Can you post your code? It''ll help to have something to look at for some of the other options. Tips number 3 and 4 3) Make the blindup/blinddown go from 1 to 99 instead of 0 to 100 4) Make sure the item has "layout" ( http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/haslayout.asp ) On 3/21/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Thanks for the suggestions. I just tried them and they didn''t work. I > still get the flaky behavior. > > > On 3/21/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Hey Curtis, > > > > A couple things to try.... > > > > 1) Add a wrapper div around the div you already have, and > > blindup/blinddown that item > > 2) If you still end up with "crunching" of your lines (I ran into that > > problem with unordered lists), a workaround can be found by setting > > line-height. > > > > Let me know how it works out...I''ve dealt with this, so I''ve got a > > couple other (more complicated) tricks if that doesn''t work.... > > > > -Jerod > > > > On 3/21/06, Curtis Edmond < curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > I set up a simple BlindUp and BlindDown div that works seamlessy in > > Firefox but doesn''t work as smoothly in IE. When blinding down, the whole > > div flashes and then Blinds down. The same thing when blinding up. Is this > > something that is fixable? > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Sorry it took me so long...here''s my code. Is there some param I pass to have it blindup/down from 1 to 99? I believe the display property gives it "layout". Anything else I can try to get rid of the flakiness? <span class="showlink" onclick=Effect.BlindDown(woah1)>Click here for directions</span> <span class="hidelink" onclick=Effect.BlindUp(woah1)>[x]</span> </p> <div style="display: none; line-height:7px" id="woah1"> <br><br> <form action="http://maps.google.com/maps" method="get"> Where are you coming from?<br><br> <input type="text" name="saddr" id="saddr" value="" /> <input type="submit" value="Go" /> <input type="hidden" name="daddr" value="1883 South Chelton Rd, Colorado Springs, CO 80910" /> <input type="hidden" name="hl" value="en" /></p> </form> </div> On 3/22/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Can you post your code? It''ll help to have something to look at for some > of the other options. > > Tips number 3 and 4 > 3) Make the blindup/blinddown go from 1 to 99 instead of 0 to 100 > 4) Make sure the item has "layout" ( > http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/haslayout.asp > ) > > > On 3/21/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Thanks for the suggestions. I just tried them and they didn''t work. I > > still get the flaky behavior. > > > > > > On 3/21/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > Hey Curtis, > > > > > > A couple things to try.... > > > > > > 1) Add a wrapper div around the div you already have, and > > > blindup/blinddown that item > > > 2) If you still end up with "crunching" of your lines (I ran into that > > > problem with unordered lists), a workaround can be found by setting > > > line-height. > > > > > > Let me know how it works out...I''ve dealt with this, so I''ve got a > > > couple other (more complicated) tricks if that doesn''t work.... > > > > > > -Jerod > > > > > > On 3/21/06, Curtis Edmond < curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > I set up a simple BlindUp and BlindDown div that works seamlessy in > > > Firefox but doesn''t work as smoothly in IE. When blinding down, the whole > > > div flashes and then Blinds down. The same thing when blinding up. Is this > > > something that is fixable? > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Try this: <span class="showlink" onclick="Effect.BlindDown(''blind'')">Click here for directions</span> <span class="hidelink" onclick="Effect.BlindUp(''blind'')">[x]</span> </p> <div id=''blind'' style="display: none;"> <div style="line-height:7px;" id="woah1"> <br><br> <form action="http://maps.google.com/maps" method="get"> Where are you coming from?<br><br> <input type="text" name="saddr" id="saddr" value="" /> <input type="submit" value="Go" /> <input type="hidden" name="daddr" value="1883 South Chelton Rd, Colorado Springs, CO 80910" /> <input type="hidden" name="hl" value="en" /></p> </form> </div> </div> </div> On 3/29/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Sorry it took me so long...here''s my code. Is there some param I pass to > have it blindup/down from 1 to 99? I believe the display property gives it > "layout". Anything else I can try to get rid of the flakiness? > > > <span class="showlink" onclick=Effect.BlindDown(woah1)>Click here for > > directions</span> > <span class="hidelink" onclick=Effect.BlindUp(woah1)>[x]</span> </p> > <div style="display: none; line-height:7px" id="woah1"> > <br><br> > <form action="http://maps.google.com/maps" method="get"> > Where are you coming from?<br><br> > <input type="text" name="saddr" id="saddr" value="" /> > <input type="submit" value="Go" /> > <input type="hidden" name="daddr" value="1883 South Chelton Rd, > Colorado > > Springs, CO 80910" /> > <input type="hidden" name="hl" value="en" /></p> > </form> > </div> > > > > On 3/22/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Can you post your code? It''ll help to have something to look at for some > > of the other options. > > > > Tips number 3 and 4 > > 3) Make the blindup/blinddown go from 1 to 99 instead of 0 to 100 > > 4) Make sure the item has "layout" ( http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/haslayout.asp > > ) > > > > > > On 3/21/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > > > Thanks for the suggestions. I just tried them and they didn''t work. I > > > still get the flaky behavior. > > > > > > > > > On 3/21/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > Hey Curtis, > > > > > > > > A couple things to try.... > > > > > > > > 1) Add a wrapper div around the div you already have, and > > > > blindup/blinddown that item > > > > 2) If you still end up with "crunching" of your lines (I ran into > > > > that problem with unordered lists), a workaround can be found by setting > > > > line-height. > > > > > > > > Let me know how it works out...I''ve dealt with this, so I''ve got a > > > > couple other (more complicated) tricks if that doesn''t work.... > > > > > > > > -Jerod > > > > > > > > On 3/21/06, Curtis Edmond < curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > I set up a simple BlindUp and BlindDown div that works seamlessy > > > > in Firefox but doesn''t work as smoothly in IE. When blinding down, the whole > > > > div flashes and then Blinds down. The same thing when blinding up. Is this > > > > something that is fixable? > > > > > > > > _______________________________________________ > > > > Rails-spinoffs mailing list > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Rails-spinoffs mailing list > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Tried it and got the same flakiness. Odd aint it? On 3/29/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Try this: > > <span class="showlink" onclick="Effect.BlindDown(''blind'')">Click here for > directions</span> > <span class="hidelink" onclick="Effect.BlindUp(''blind'')">[x]</span> </p> > <div id=''blind'' style="display: none;"> > <div style="line-height:7px;" id="woah1"> > > <br><br> > <form action=" http://maps.google.com/maps" method="get"> > Where are you coming from?<br><br> > <input type="text" name="saddr" id="saddr" value="" /> > <input type="submit" value="Go" /> > <input type="hidden" name="daddr" value="1883 South Chelton Rd, > Colorado Springs, CO 80910" /> > <input type="hidden" name="hl" value="en" /></p> > </form> > </div> > </div> > </div> > > > On 3/29/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > Sorry it took me so long...here''s my code. Is there some param I pass to > > have it blindup/down from 1 to 99? I believe the display property gives it > > "layout". Anything else I can try to get rid of the flakiness? > > > > > > <span class="showlink" onclick=Effect.BlindDown(woah1)>Click here for > > > > directions</span> > > <span class="hidelink" onclick=Effect.BlindUp(woah1)>[x]</span> > > </p> > > <div style="display: none; line-height:7px" id="woah1"> > > <br><br> > > <form action="http://maps.google.com/maps" method="get"> > > Where are you coming from?<br><br> > > <input type="text" name="saddr" id="saddr" value="" /> > > <input type="submit" value="Go" /> > > <input type="hidden" name="daddr" value="1883 South Chelton Rd, > > Colorado > > > > Springs, CO 80910" /> > > <input type="hidden" name="hl" value="en" /></p> > > </form> > > </div> > > > > > > > > On 3/22/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > Can you post your code? It''ll help to have something to look at for > > > some of the other options. > > > > > > Tips number 3 and 4 > > > 3) Make the blindup/blinddown go from 1 to 99 instead of 0 to 100 > > > 4) Make sure the item has "layout" ( http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/haslayout.asp > > > ) > > > > > > > > > On 3/21/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > > > > > Thanks for the suggestions. I just tried them and they didn''t work. > > > > I still get the flaky behavior. > > > > > > > > > > > > On 3/21/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > Hey Curtis, > > > > > > > > > > A couple things to try.... > > > > > > > > > > 1) Add a wrapper div around the div you already have, and > > > > > blindup/blinddown that item > > > > > 2) If you still end up with "crunching" of your lines (I ran into > > > > > that problem with unordered lists), a workaround can be found by setting > > > > > line-height. > > > > > > > > > > Let me know how it works out...I''ve dealt with this, so I''ve got a > > > > > couple other (more complicated) tricks if that doesn''t work.... > > > > > > > > > > -Jerod > > > > > > > > > > On 3/21/06, Curtis Edmond < curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > I set up a simple BlindUp and BlindDown div that works > > > > > seamlessy in Firefox but doesn''t work as smoothly in IE. When blinding down, > > > > > the whole div flashes and then Blinds down. The same thing when blinding up. > > > > > Is this something that is fixable? > > > > > > > > > > _______________________________________________ > > > > > Rails-spinoffs mailing list > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Rails-spinoffs mailing list > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Rails-spinoffs mailing list > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Yeah, no kidding, cause it works for me :). Only other thing I have is a 3rd div around the whole thing, with a position: relative on it. -Jerod On 3/29/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Tried it and got the same flakiness. Odd aint it? > > > On 3/29/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Try this: > > > > <span class="showlink" onclick=" Effect.BlindDown(''blind'')">Click here > > for directions</span> > > <span class="hidelink" onclick="Effect.BlindUp(''blind'')">[x]</span> </p> > > > > <div id=''blind'' style="display: none;"> > > <div style="line-height:7px;" id="woah1"> > > > > <br><br> > > <form action=" http://maps.google.com/maps" method="get"> > > Where are you coming from?<br><br> > > <input type="text" name="saddr" id="saddr" value="" /> > > <input type="submit" value="Go" /> > > <input type="hidden" name="daddr" value="1883 South Chelton Rd, > > Colorado Springs, CO 80910" /> > > <input type="hidden" name="hl" value="en" /></p> > > </form> > > </div> > > </div> > > </div> > > > > > > On 3/29/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > > > Sorry it took me so long...here''s my code. Is there some param I pass > > > to have it blindup/down from 1 to 99? I believe the display property gives > > > it "layout". Anything else I can try to get rid of the flakiness? > > > > > > > > > <span class="showlink" onclick=Effect.BlindDown(woah1)>Click here for > > > > > > directions</span> > > > <span class="hidelink" onclick=Effect.BlindUp(woah1)>[x]</span> > > > </p> > > > <div style="display: none; line-height:7px" id="woah1"> > > > <br><br> > > > <form action="http://maps.google.com/maps" method="get"> > > > Where are you coming from?<br><br> > > > <input type="text" name="saddr" id="saddr" value="" /> > > > <input type="submit" value="Go" /> > > > <input type="hidden" name="daddr" value="1883 South Chelton Rd, > > > Colorado > > > > > > Springs, CO 80910" /> > > > <input type="hidden" name="hl" value="en" /></p> > > > </form> > > > </div> > > > > > > > > > > > > On 3/22/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > Can you post your code? It''ll help to have something to look at for > > > > some of the other options. > > > > > > > > Tips number 3 and 4 > > > > 3) Make the blindup/blinddown go from 1 to 99 instead of 0 to 100 > > > > 4) Make sure the item has "layout" ( http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/haslayout.asp > > > > ) > > > > > > > > > > > > On 3/21/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > > > > > > > Thanks for the suggestions. I just tried them and they didn''t > > > > > work. I still get the flaky behavior. > > > > > > > > > > > > > > > On 3/21/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > > Hey Curtis, > > > > > > > > > > > > A couple things to try.... > > > > > > > > > > > > 1) Add a wrapper div around the div you already have, and > > > > > > blindup/blinddown that item > > > > > > 2) If you still end up with "crunching" of your lines (I ran > > > > > > into that problem with unordered lists), a workaround can be found by > > > > > > setting line-height. > > > > > > > > > > > > Let me know how it works out...I''ve dealt with this, so I''ve got > > > > > > a couple other (more complicated) tricks if that doesn''t work.... > > > > > > > > > > > > -Jerod > > > > > > > > > > > > On 3/21/06, Curtis Edmond < curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > > > I set up a simple BlindUp and BlindDown div that works > > > > > > seamlessy in Firefox but doesn''t work as smoothly in IE. When blinding down, > > > > > > the whole div flashes and then Blinds down. The same thing when blinding up. > > > > > > Is this something that is fixable? > > > > > > > > > > > > _______________________________________________ > > > > > > Rails-spinoffs mailing list > > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > Rails-spinoffs mailing list > > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Rails-spinoffs mailing list > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Rails-spinoffs mailing list > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
If you can post an actual link, I''ll take a look.... On 3/29/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Yeah, no kidding, cause it works for me :). > > Only other thing I have is a 3rd div around the whole thing, with a > position: relative on it. > > -Jerod > > > On 3/29/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Tried it and got the same flakiness. Odd aint it? > > > > > > On 3/29/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > Try this: > > > > > > <span class="showlink" onclick=" Effect.BlindDown(''blind'')">Click here > > > for directions</span> > > > <span class="hidelink" onclick="Effect.BlindUp(''blind'')">[x]</span> > > > </p> > > > <div id=''blind'' style="display: none;"> > > > <div style="line-height:7px;" id="woah1"> > > > > > > <br><br> > > > <form action=" http://maps.google.com/maps" method="get"> > > > Where are you coming from?<br><br> > > > <input type="text" name="saddr" id="saddr" value="" /> > > > <input type="submit" value="Go" /> > > > <input type="hidden" name="daddr" value="1883 South Chelton Rd, > > > Colorado Springs, CO 80910" /> > > > <input type="hidden" name="hl" value="en" /></p> > > > </form> > > > </div> > > > </div> > > > </div> > > > > > > > > > On 3/29/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > > > > > Sorry it took me so long...here''s my code. Is there some param I > > > > pass to have it blindup/down from 1 to 99? I believe the display property > > > > gives it "layout". Anything else I can try to get rid of the flakiness? > > > > > > > > > > > > <span class="showlink" onclick=Effect.BlindDown(woah1)>Click here > > > > for > > > > > > > > directions</span> > > > > <span class="hidelink" onclick=Effect.BlindUp(woah1)>[x]</span> > > > > </p> > > > > <div style="display: none; line-height:7px" id="woah1"> > > > > <br><br> > > > > <form action="http://maps.google.com/maps" method="get"> > > > > Where are you coming from?<br><br> > > > > <input type="text" name="saddr" id="saddr" value="" /> > > > > <input type="submit" value="Go" /> > > > > <input type="hidden" name="daddr" value="1883 South Chelton Rd, > > > > Colorado > > > > > > > > Springs, CO 80910" /> > > > > <input type="hidden" name="hl" value="en" /></p> > > > > </form> > > > > </div> > > > > > > > > > > > > > > > > On 3/22/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > Can you post your code? It''ll help to have something to look at > > > > > for some of the other options. > > > > > > > > > > Tips number 3 and 4 > > > > > 3) Make the blindup/blinddown go from 1 to 99 instead of 0 to 100 > > > > > 4) Make sure the item has "layout" ( http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/haslayout.asp > > > > > ) > > > > > > > > > > > > > > > On 3/21/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > > > > > > > > > Thanks for the suggestions. I just tried them and they didn''t > > > > > > work. I still get the flaky behavior. > > > > > > > > > > > > > > > > > > On 3/21/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > > > > Hey Curtis, > > > > > > > > > > > > > > A couple things to try.... > > > > > > > > > > > > > > 1) Add a wrapper div around the div you already have, and > > > > > > > blindup/blinddown that item > > > > > > > 2) If you still end up with "crunching" of your lines (I ran > > > > > > > into that problem with unordered lists), a workaround can be found by > > > > > > > setting line-height. > > > > > > > > > > > > > > Let me know how it works out...I''ve dealt with this, so I''ve > > > > > > > got a couple other (more complicated) tricks if that doesn''t work.... > > > > > > > > > > > > > > -Jerod > > > > > > > > > > > > > > On 3/21/06, Curtis Edmond < curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > > > > > I set up a simple BlindUp and BlindDown div that works > > > > > > > seamlessy in Firefox but doesn''t work as smoothly in IE. When blinding down, > > > > > > > the whole div flashes and then Blinds down. The same thing when blinding up. > > > > > > > Is this something that is fixable? > > > > > > > > > > > > > > _______________________________________________ > > > > > > > Rails-spinoffs mailing list > > > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > Rails-spinoffs mailing list > > > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > Rails-spinoffs mailing list > > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Rails-spinoffs mailing list > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Rails-spinoffs mailing list > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
My enclosing div has a position: absolute; on it (along with left, top and width settings)...I set it to relative and still got the oddness. Maybe it''s just my machine. On 3/29/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Yeah, no kidding, cause it works for me :). > > Only other thing I have is a 3rd div around the whole thing, with a > position: relative on it. > > -Jerod > > > On 3/29/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Tried it and got the same flakiness. Odd aint it? > > > > > > On 3/29/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > Try this: > > > > > > <span class="showlink" onclick=" Effect.BlindDown(''blind'')">Click here > > > for directions</span> > > > <span class="hidelink" onclick="Effect.BlindUp(''blind'')">[x]</span> > > > </p> > > > <div id=''blind'' style="display: none;"> > > > <div style="line-height:7px;" id="woah1"> > > > > > > <br><br> > > > <form action=" http://maps.google.com/maps" method="get"> > > > Where are you coming from?<br><br> > > > <input type="text" name="saddr" id="saddr" value="" /> > > > <input type="submit" value="Go" /> > > > <input type="hidden" name="daddr" value="1883 South Chelton Rd, > > > Colorado Springs, CO 80910" /> > > > <input type="hidden" name="hl" value="en" /></p> > > > </form> > > > </div> > > > </div> > > > </div> > > > > > > > > > On 3/29/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > > > > > Sorry it took me so long...here''s my code. Is there some param I > > > > pass to have it blindup/down from 1 to 99? I believe the display property > > > > gives it "layout". Anything else I can try to get rid of the flakiness? > > > > > > > > > > > > <span class="showlink" onclick=Effect.BlindDown(woah1)>Click here > > > > for > > > > > > > > directions</span> > > > > <span class="hidelink" onclick=Effect.BlindUp(woah1)>[x]</span> > > > > </p> > > > > <div style="display: none; line-height:7px" id="woah1"> > > > > <br><br> > > > > <form action="http://maps.google.com/maps" method="get"> > > > > Where are you coming from?<br><br> > > > > <input type="text" name="saddr" id="saddr" value="" /> > > > > <input type="submit" value="Go" /> > > > > <input type="hidden" name="daddr" value="1883 South Chelton Rd, > > > > Colorado > > > > > > > > Springs, CO 80910" /> > > > > <input type="hidden" name="hl" value="en" /></p> > > > > </form> > > > > </div> > > > > > > > > > > > > > > > > On 3/22/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > Can you post your code? It''ll help to have something to look at > > > > > for some of the other options. > > > > > > > > > > Tips number 3 and 4 > > > > > 3) Make the blindup/blinddown go from 1 to 99 instead of 0 to 100 > > > > > 4) Make sure the item has "layout" ( http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/haslayout.asp > > > > > ) > > > > > > > > > > > > > > > On 3/21/06, Curtis Edmond <curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > > > > > > > > > Thanks for the suggestions. I just tried them and they didn''t > > > > > > work. I still get the flaky behavior. > > > > > > > > > > > > > > > > > > On 3/21/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > > > > Hey Curtis, > > > > > > > > > > > > > > A couple things to try.... > > > > > > > > > > > > > > 1) Add a wrapper div around the div you already have, and > > > > > > > blindup/blinddown that item > > > > > > > 2) If you still end up with "crunching" of your lines (I ran > > > > > > > into that problem with unordered lists), a workaround can be found by > > > > > > > setting line-height. > > > > > > > > > > > > > > Let me know how it works out...I''ve dealt with this, so I''ve > > > > > > > got a couple other (more complicated) tricks if that doesn''t work.... > > > > > > > > > > > > > > -Jerod > > > > > > > > > > > > > > On 3/21/06, Curtis Edmond < curtis.edmond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > > > > > I set up a simple BlindUp and BlindDown div that works > > > > > > > seamlessy in Firefox but doesn''t work as smoothly in IE. When blinding down, > > > > > > > the whole div flashes and then Blinds down. The same thing when blinding up. > > > > > > > Is this something that is fixable? > > > > > > > > > > > > > > _______________________________________________ > > > > > > > Rails-spinoffs mailing list > > > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > Rails-spinoffs mailing list > > > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > Rails-spinoffs mailing list > > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Rails-spinoffs mailing list > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Rails-spinoffs mailing list > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs