|
Posted by Erik Sandblom on March 9, 2005, 5:53 pm
Please log in for more thread options
Hello
I'm trying to make some tooltips which are position:fixed. It works fine in
Opera and Safari/Konqueror, but in Firefox and Camino (ie Mozilla), it takes
a few seconds for each tooltip to display, and then to get hidden. If I use
position:absolute, the problem goes away, but the tooltips move around with
the containing, scrolling div.
..scroll { height: 400px; overflow: auto; }
http://transrail.se/new/ref-erik/
There are some missing alt tags so it doesn't validate, but I doubt that's
the problem.
Help! I hate browsers...
--
Erik Sandblom
my site is EriksRailNews.com
|
|
Posted by David Ross on March 9, 2005, 12:18 pm
Please log in for more thread options
--
David E. Ross
<URL:http://www.rossde.com/>
I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.
|
|
Posted by David Ross on March 9, 2005, 12:20 pm
Please log in for more thread options
Erik Sandblom wrote:
>
> Hello
>
> I'm trying to make some tooltips which are position:fixed. It works fine in
> Opera and Safari/Konqueror, but in Firefox and Camino (ie Mozilla), it takes
> a few seconds for each tooltip to display, and then to get hidden. If I use
> position:absolute, the problem goes away, but the tooltips move around with
> the containing, scrolling div.
>
> .scroll { height: 400px; overflow: auto; }
>
> http://transrail.se/new/ref-erik/ >
> There are some missing alt tags so it doesn't validate, but I doubt that's
> the problem.
>
> Help! I hate browsers...
This might be a symptom of Mozilla bug #124150. See
<URL:https://bugzilla.mozilla.org/show_bug.cgi?id=124150>.
--
David E. Ross
<URL:http://www.rossde.com/>
I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.
|
|
Posted by Jim Ley on March 9, 2005, 5:10 pm
Please log in for more thread options
On Wed, 09 Mar 2005 16:53:25 +0100, Erik Sandblom
>I'm trying to make some tooltips which are position:fixed. It works fine in
>Opera and Safari/Konqueror, but in Firefox and Camino (ie Mozilla), it takes
>a few seconds for each tooltip to display, and then to get hidden. If I use
>position:absolute, the problem goes away, but the tooltips move around with
>the containing, scrolling div.
any fixed elements severely impact performance in all browsers, think
about what has to happen, and I hope it'll be obvious why.
The solution is to not use fixed elements - or pick a faster browser.
Jim.
--
comp.lang.javascript FAQ - http://jibbering.com/faq/
|
|
Posted by Erik Sandblom on March 9, 2005, 6:52 pm
Please log in for more thread options
i artikel 422f1fb2.58996802@news.individual.net, skrev Jim Ley på
jim@jibbering.com den 05-03-09 17.10:
> any fixed elements severely impact performance in all browsers, think
> about what has to happen, and I hope it'll be obvious why.
I don't get it. If it's fixed, it's always in the same place, so no
computation is necessary. Shouldn't fixed actually be faster?
--
Erik Sandblom
my site is EriksRailNews.com
|
| Similar Threads | Posted | | Table position not working on Mozilla? | August 17, 2004, 9:32 pm |
| remembering div position | September 19, 2006, 8:50 am |
contents in same position? | April 16, 2008, 2:52 am |
placed in unexpected position | August 18, 2008, 1:09 am |
| IE does not display/position 's as expected | June 14, 2005, 7:58 pm |
| Trying to position table columns | December 28, 2005, 9:43 am |
| negative vertical position? | December 20, 2006, 3:09 pm |
| HREF that instructs browser to position doc at END of doc | January 20, 2005, 2:34 pm |
| HTML table position text injector? | March 17, 2005, 8:02 am |
| bad position of autocomplete list of input field | May 17, 2005, 2:28 pm |
|