You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Firefox problem Created Jun 8, 2009

This thread is solved

Views: 2099     Replies: 5     Last reply Jun 9, 2009  
You must login first before you can use this feature

brn

Posts: 9

Registered:
Jun 7, 2009

Firefox problem

Posted: Jun 8, 2009

Hi, I'm sorry for the stress.

There is a problem ONLY with Firefox, visible to

http://www.espacemilano.it/tmp/ita/DEL.html

When I click one of textual link, with the external page, on the page appear a background image, but only with forefox!!! With IE, Chrome or Safari no problem, is perfect... Can you try the page link, please?

http://www.espacemilano.it/tmp/ita/DEL.html

Thank you so much

brn

Posts: 9

Registered:
Jun 7, 2009

firefox problem insn"t in local

Posted: Jun 8, 2009

Reply to: Firefox problem, from brn
VERY IMPORTANT: in local all is right, when I put online, the problem lives!!!

tanx...

2.0
Nönnönnöö

Posts: 3

Registered:
Nov 4, 2008

» firefox problem insn"t in local

Posted: Jun 8, 2009

Reply to: firefox problem insn"t in local, from brn
I can't see a problem, seems to work for me on Mac... Maybe it's Windows/FF.

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» » firefox problem insn"t in local

Posted: Jun 9, 2009

Reply to: » firefox problem insn"t in local, from kakspistenolla
Nice to see you here Janne!

degenerate

Posts: 156

Registered:
Sep 19, 2008

» Firefox problem

Posted: Jun 8, 2009

Reply to: Firefox problem, from brn
When I perform a "mousedown" event on the links, the background of the links change to black (#FFF).

This is not a problem with the overlay plugin, but a problem with the CSS on your page. Try putting background color in your link CSS to force firefox to stop making the background black on mousedown.

The "imageswap" macromedia javascript code might also be interfering with the "a" tags.


a:link {
	color: #B70229;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color:#F66;
}

^ This is the part you might want to change.

brn

Posts: 9

Registered:
Jun 7, 2009

NOW IS ALLRIGHT :))

Posted: Jun 8, 2009

Reply to: Firefox problem, from brn
TAnx guys,

There was a problem with css path: my site is on test, under "tmp" directory, with css dir and other...

I'don't know why, but the JQuery overlay hook up the file css with the same name (espace.css) but placed in FIRST positio, befor TMP dir...

Now I change the name of the first css and the problem is DEATH!!!

Bests regards