473,466 Members | 1,408 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

hover + span

Hi.

I'm trying to apply "show thumbnail when user goes on the link".
Example:

http://www.autogaz.miniportal.pl/popimage2.html

It works only in Firefox and IE 6.0.
I don't know what is wrong that is not working in IE5.x and Opera
(tested on 8.01).

--
Cezar
Aug 10 '05 #1
7 6934
Cezar wrote:
Hi.

I'm trying to apply "show thumbnail when user goes on the link".
Example:

http://www.autogaz.miniportal.pl/popimage2.html

It works only in Firefox and IE 6.0.
I don't know what is wrong that is not working in IE5.x and Opera
(tested on 8.01).

try <http://www.meyerweb.com/eric/css/edge/popups/demo2.html> instead,
it works in opera on linux as well as firefox n IE

--
Hope This Helped and MTFBWY...
Kieren aka JediFans - <URL:http://jedifans.com/>
The Force Is With Me, SuSE Linux Professional 9.3, Mozilla Firefox
1.0.6, Mozilla Thunderbird 1.5 Alpha 2 and Revenge Of The Sith!
Aug 10 '05 #2
Jedi Fans napisał(a):
Cezar wrote:
Hi.

I'm trying to apply "show thumbnail when user goes on the link".
Example:

http://www.autogaz.miniportal.pl/popimage2.html

It works only in Firefox and IE 6.0.
I don't know what is wrong that is not working in IE5.x and Opera
(tested on 8.01).


try <http://www.meyerweb.com/eric/css/edge/popups/demo2.html> instead,
it works in opera on linux as well as firefox n IE


It doesn't work in IE5.x ;-) I was try something else:
http://www.autogaz.miniportal.pl/popimage3.html

but still working on (span + background):
http://www.autogaz.miniportal.pl/popimage2.html

--
Cezar
Aug 10 '05 #3
Cezar wrote:
Jedi Fans napisał(a):
try <http://www.meyerweb.com/eric/css/edge/popups/demo2.html> instead,
it works in opera on linux as well as firefox n IE
It doesn't work in IE5.x ;-) I was try something else:
http://www.autogaz.miniportal.pl/popimage3.html

hmm sorry about that thought it might... mind you IE5 wasnt known for
its css compatability... neither is IE6 for that matter lol ;) but still working on (span + background):
http://www.autogaz.miniportal.pl/popimage2.html

the problem with using a span without any content is that it wouldnt get
shown... try putting &nbsp; between the span tags...
--
Hope This Helped and MTFBWY...
Kieren aka JediFans - <URL:http://jedifans.com/>
The Force Is With Me, SuSE Linux Professional 9.3, Mozilla Firefox
1.0.6, Mozilla Thunderbird 1.5 Alpha 2 and Revenge Of The Sith!
Aug 10 '05 #4
Jedi Fans napisał(a):
Cezar wrote:
Jedi Fans napisał(a):
try <http://www.meyerweb.com/eric/css/edge/popups/demo2.html> instead,
it works in opera on linux as well as firefox n IE


It doesn't work in IE5.x ;-) I was try something else:
http://www.autogaz.miniportal.pl/popimage3.html


hmm sorry about that thought it might... mind you IE5 wasnt known for
its css compatability... neither is IE6 for that matter lol ;)


Well, i just only test ;-)
but still working on (span + background):
http://www.autogaz.miniportal.pl/popimage2.html


the problem with using a span without any content is that it wouldnt get
shown... try putting &nbsp; between the span tags...


Right, I was add &nbsp; between the span tags, but in Opera (8.01) still
not working.

--
Ave,
Cezar
http://www.racjonalista.pl/
Aug 10 '05 #5
Cezar wrote:
Right, I was add &nbsp; between the span tags, but in Opera (8.01) still
not working.

no idea then mate sorry

--
Hope This Helped and MTFBWY...
Kieren aka JediFans - <URL:http://jedifans.com/>
The Force Is With Me, SuSE Linux Professional 9.3, Mozilla Firefox
1.0.6, Mozilla Thunderbird 1.5 Alpha 2 and Revenge Of The Sith!
Aug 10 '05 #6
Cezar <ce*****@imail.net.pl.com> wrote:
Hi.

I'm trying to apply "show thumbnail when user goes on the link".


I'm trying a variation on that, and am running into a problem: the text
decoration underline which I am applying to the containing href, is being
applied to the span content in Firefox...

<html>
<head>
<title>test</title>
<style>
.contact {width: 250px; overflow: hidden;}
.contact a span {display: none;}
.contact a:hover {border: none;}
.contact a:hover span {
text-decoration: none;
display: block; /* */
position: absolute;
top: 100px; left: 1em;
font: 200% Verdana, sans-serif;
color: red;
}
</style>
</head>

<body>
<div class="contact">
<a href="javascript:return false;"> Underlined
<span> Not underlined in IE </span>
</a>
</div>
</body>
</html>

--
J.B.Moreno
Aug 17 '05 #7
J. B. Moreno <pl***@newsreaders.com> wrote:
Cezar <ce*****@imail.net.pl.com> wrote:
Hi.

I'm trying to apply "show thumbnail when user goes on the link".


I'm trying a variation on that, and am running into a problem: the text
decoration underline which I am applying to the containing href, is being
applied to the span content in Firefox...


Guess I should have included an actual question: does anyone know if that
is caused by bad CSS (other than using a block inside an inline element,
i.e. the href), or is a bug in Firefox?

--
J.B.Moreno
Aug 18 '05 #8

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

Similar topics

1
by: Shannon | last post by:
Hi there, I have an HTML page with one large background image in the left corner. I've got various links positioned randomly on the image, and I use <span> tags to display text on another...
3
by: Peter Schlenker | last post by:
In a navigation panel I try to place a bullet before each entry when the link is hovered at (see http://www.shambhala.de). Mozilla does it like expected, but IE doesn't - any ideas? <a...
8
by: PhilM | last post by:
Having googled myself silly, I now ask, if only to confirm my conclusions Is it possible to emulate the <javascript>mouseover in css, to replace link images with an alternate? Having asked, I...
6
by: Michael Rozdoba | last post by:
I've had some trouble getting IE to behave in respect of applying absolute positioning to a span on an a:hover. I can get it to work, but I don't understand why certain code causes it to fail to...
7
by: Matt | last post by:
Is there a way to increase the amount of time a hyperlink title displays or show the desired text using javascript? <a title="This is the title text displayed on hover.">Displayed Text</a> ...
8
by: ZakRhino | last post by:
Is there a way to turn this DHTML code into CSS code? If so what is the correct way it should be put in the code? onmouseover="this.style.backgroundColor='#0061D7';"...
2
by: Kevin Smith | last post by:
I'm trying to use the hover pseudo-attribute to display footnotes in documentation. The footnotetext is hidden until you hover over the footnotemark. This work well in Safari and Firefox, but I...
24
by: fehays | last post by:
Hello, I'm having a problem with the css hover effect in IE. I have an <a> tag with the following CSS: a.subNavItem { display:block; color:#464645; padding:2px 7px 4px 6px;...
0
by: beary | last post by:
Hi, I've googled for this answer but I don't think I know the right search phrase to type... I have a fairly simple hover effect. When the user mouses over a link, a box appears with extra...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.