473,387 Members | 1,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

One for the real experts

http://porjes.com/brucie-tooltip-thingy.html

Considering brucie's css tooltip design.
I like the idea for using such a thing on my gallery, however, the tooltip
displays only in the division where it was generated.
Is there an available method to show it elsewhere?
Such as in the main large image viewing area so that the tooltip does not
cover the image?
Jul 21 '05 #1
5 2011

Richard wrote:
http://porjes.com/brucie-tooltip-thingy.html

Considering brucie's css tooltip design.
I like the idea for using such a thing on my gallery, however, the tooltip displays only in the division where it was generated.
Is there an available method to show it elsewhere?
Such as in the main large image viewing area so that the tooltip does not cover the image?


Well, it doesn't work the same in Firefox as it does in IE. In Mozilla
the tooltips appear at the far left...way out of context in some
instances.

Jul 21 '05 #2
>> Richard wrote:
Is there an available method to show it elsewhere?


Check out overlib at http://www.bosrup.com/web/overlib/
It's a Javascript library for that kind of purpose and should work in
Firefox and IE.

Mike
Jul 21 '05 #3
Richard wrote:
http://porjes.com/brucie-tooltip-thingy.html

Considering brucie's css tooltip design.
I like the idea for using such a thing on my gallery, however, the tooltip
displays only in the division where it was generated.
Is there an available method to show it elsewhere?
Such as in the main large image viewing area so that the tooltip does not
cover the image?


The positioning of the hovered over span is absolute, but without any
actual positioning (top/left), so all the popups are displayed 0,0 the
next line down from where they are in Moz/Opera and at the top of that
line to the right in IE.

To position all the popups at one specific set of coordinates on the
page for all browsers, add the top/left to this line:
position:absolute; top:##px; left:##px;

If you wish to position the popups each at different coordinates, then
give each span a different id and include in the stylesheet a line for
each id with its own coordinates instead:
#special1 span {top:10px;left:400px;}
#special2 span {top:50px;left:300px;}
.....

--
Gus
Jul 21 '05 #4
In message <11**********************@z14g2000cwz.googlegroups .com>,
"th************@nospam.yahoo.com" <th************@yahoo.com> writes

Richard wrote:
http://porjes.com/brucie-tooltip-thingy.html

Considering brucie's css tooltip design.
I like the idea for using such a thing on my gallery, however, the

tooltip
displays only in the division where it was generated.
Is there an available method to show it elsewhere?
Such as in the main large image viewing area so that the tooltip does

not
cover the image?


Well, it doesn't work the same in Firefox as it does in IE. In Mozilla
the tooltips appear at the far left...way out of context in some
instances.


If you change the a:hover span {display: to be inline, and not block, it
works the same in both IE 6 for Windows and Firefox for windows.

Regards

Ian
--
Ian - posting to a Newsgroup. Please remove everything to reply.
Jul 21 '05 #5
Ian Hobson wrote:
In message <11**********************@z14g2000cwz.googlegroups .com>,
"th************@nospam.yahoo.com" <th************@yahoo.com> writes

Richard wrote:
http://porjes.com/brucie-tooltip-thingy.html

Considering brucie's css tooltip design.
I like the idea for using such a thing on my gallery, however, the


tooltip
displays only in the division where it was generated.
Is there an available method to show it elsewhere?
Such as in the main large image viewing area so that the tooltip does


not
cover the image?

Well, it doesn't work the same in Firefox as it does in IE. In Mozilla
the tooltips appear at the far left...way out of context in some
instances.


If you change the a:hover span {display: to be inline, and not block, it
works the same in both IE 6 for Windows and Firefox for windows.


Very good. I had deleted display:block; thinking that it would use the
initial value of inline and thereafter dismissed it. Obviously it
applied display:none; according to the rule of the Cascade.

So here is a question I have:
When no display declaration is used, how, in this example, does the
Cascade apply display:none; ?

--
Gus
Jul 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
by: ByteSize | last post by:
Dear All, Please, this is not meant to be offensive - but it is a challenge !!! I have posted on over a dozen so called 'vb.net' expert / blog sites - in the vain hope of finding a complete,...
2
by: SAN CAZIANO | last post by:
how can i insert only a real number (an integer with only one decimal separator) in a edit field perhaps in onchange event I have to test if the decimal separator in the text is >0 I simply...
28
MMcCarthy
by: MMcCarthy | last post by:
Policies below superceded by FAQ Post Course Work Questions and Answers. ADMIN
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.