[help] MSStyle Parameter Question

I'm experiencing a problem in Firefox 1.0PR: when a BlackTigerMilk MSStyle is applied, the text on the pop-ups in the Firefox's main window (I mean 'links' pop-ups', those which are based on the 'alt' HTML parameter) is absolutely non-visible. It appears like white on the almost-white background.

The question is: what parameter in the MSSsyle is after those pup-ups? Which one should I edit?

And of course I know it is exactly not because of the Firefox theme, I've tried that with different ones - all the same.

Can't wait to hear the answer :D.

P. S. When I try to edit that BlackTigerMilk MSSyle with a StyleBuilder 1.02 it hangs in some of the places, why is it so?

#243450

i'm not sure i understand where you are getting the error.

could you maybe post a screenshot?

#243671

Of course, stupid me - I forgot about a screenshot :o. Here you go...

post-23378-1105107050_thumb.png

btm_ff_popups_problem_large.png
btm_ff_popups_problem_large.png

#243756

this is a bug in FireFox,

i hope they can fix this.

if you want, you can either do a fix your self.

or i can e-mail you the modified jar file.

(too big for attachment)

!!this will only change the default firefox theme!!

in your FireFox Chrome folder, open Classic.jar

navigate to Skin / Classic / global / and open up "popup.css"

then find the line

-moz-appearance: tooltip;

and change it to

-moz-appearance: none!important;

this will disable the white tooltips, and use the MSStyles color.

#243781

this is a bug in FireFox,

i hope they can fix this.

if you want, you can either do a fix your self.

or i can e-mail you the modified jar file.

(too big for attachment)

!!this will only change the default firefox theme!!

in your FireFox Chrome folder, open Classic.jar

navigate to Skin / Classic / global / and open up "popup.css"

then find the line

-moz-appearance: tooltip;

and change it to

-moz-appearance: none!important;

this will disable the white tooltips, and use the MSStyles color.

Wow, thanks a million! This works fine for me, sorry for such a delay in replying ;)...

#244883