Loading... message position

View: New views
7 Messages — Rating Filter:   Alert me  

Loading... message position

by shangxiao :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Instead of raising another bug report I thought I'd make use of the mailing list
again ^^.

Can we have it so that the old Google style "Loading..." message is fixed
instead of absolute.  It's just that if you scroll down you don't see the message ;)


--
     David Sanders
     shangxiao
_______________________________________________
Html_ajax-devel mailing list
Html_ajax-devel@...
http://lists.bluga.net/mailman/listinfo/html_ajax-devel

Re: Loading... message position

by shangxiao :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

David Sanders wrote:
> Instead of raising another bug report I thought I'd make use of the mailing list
> again ^^.
>
> Can we have it so that the old Google style "Loading..." message is fixed
> instead of absolute.  It's just that if you scroll down you don't see the message ;)

Oh and can we make the z-index something like 1000 so that it appears over the
top of other divs with z-indexes?


--
     David Sanders
     shangxiao
_______________________________________________
Html_ajax-devel mailing list
Html_ajax-devel@...
http://lists.bluga.net/mailman/listinfo/html_ajax-devel

Re: Loading... message position

by Laurent Yaish :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You can style the 'Loading' div however you want
all you need to do is create a div with 'id = HTML_AJAX_LOADING' and apply whatever css properties you'd like

Laurent

On Wed, Jun 4, 2008 at 9:28 PM, David Sanders <dsanders@...> wrote:
David Sanders wrote:
> Instead of raising another bug report I thought I'd make use of the mailing list
> again ^^.
>
> Can we have it so that the old Google style "Loading..." message is fixed
> instead of absolute.  It's just that if you scroll down you don't see the message ;)

Oh and can we make the z-index something like 1000 so that it appears over the
top of other divs with z-indexes?


--
    David Sanders
    shangxiao
_______________________________________________
Html_ajax-devel mailing list
Html_ajax-devel@...
http://lists.bluga.net/mailman/listinfo/html_ajax-devel


_______________________________________________
Html_ajax-devel mailing list
Html_ajax-devel@...
http://lists.bluga.net/mailman/listinfo/html_ajax-devel

Re: Loading... message position

by shangxiao :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Laurent Yaish wrote:
> You can style the 'Loading' div however you want
> all you need to do is create a div with 'id = HTML_AJAX_LOADING' and
> apply whatever css properties you'd like

Ah ok thanks, I didn't know this... But it'd be nice if the default was like
this...  It seems to make more sense ;)

--
     David Sanders
     shangxiao
_______________________________________________
Html_ajax-devel mailing list
Html_ajax-devel@...
http://lists.bluga.net/mailman/listinfo/html_ajax-devel

Re: Loading... message position

by JoshuaEichorn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

David Sanders wrote:

> Laurent Yaish wrote:
>  
>> You can style the 'Loading' div however you want
>> all you need to do is create a div with 'id = HTML_AJAX_LOADING' and
>> apply whatever css properties you'd like
>>    
>
> Ah ok thanks, I didn't know this... But it'd be nice if the default was like
> this...  It seems to make more sense ;)
>
>  
Changing the default would be ok, does anyone have an example style that
works falls back to absolute position in IE6 while being fixed in
everything else?

-josh
_______________________________________________
Html_ajax-devel mailing list
Html_ajax-devel@...
http://lists.bluga.net/mailman/listinfo/html_ajax-devel

Re: Loading... message position

by shangxiao :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Joshua Eichorn wrote:
  > Changing the default would be ok, does anyone have an example style that
> works falls back to absolute position in IE6 while being fixed in
> everything else?

Does the "underscore hack" work when specified through the dom with javascript?

--
     David Sanders
     shangxiao
_______________________________________________
Html_ajax-devel mailing list
Html_ajax-devel@...
http://lists.bluga.net/mailman/listinfo/html_ajax-devel

Re: Loading... message position

by shangxiao :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

David Sanders wrote:
> Joshua Eichorn wrote:
>   > Changing the default would be ok, does anyone have an example style that
>> works falls back to absolute position in IE6 while being fixed in
>> everything else?
>
> Does the "underscore hack" work when specified through the dom with javascript?

btw, I just remembered, when I wrote quickform_rule_spelling, I googled a way to
get a workaround for ie6 for fixed positioning using expressions.  The result
was acceptable, with the exception that when you scrolled it appeared jerky/jumpy.

I think this may have been the page that I got it from:
http://www.howtocreate.co.uk/fixedPosition.html



--
     David Sanders
     shangxiao
_______________________________________________
Html_ajax-devel mailing list
Html_ajax-devel@...
http://lists.bluga.net/mailman/listinfo/html_ajax-devel