Zelaron Gaming Forum

Zelaron Gaming Forum (http://zelaron.com/forum/index.php)
-   Forum News, Suggestions and Discussion (http://zelaron.com/forum/forumdisplay.php?f=2)
-   -   x79 In Mozilla (http://zelaron.com/forum/showthread.php?t=36736)

LiveWire 2005-06-06 12:43 PM

x79 In Mozilla
 
I found a way to get the opacity to work with Mozilla type browsers, hope you would implament this in your CSS for use users with Mozilla and use the x79 style.

Take a look here:
http://books.mozdev.org/chapters/ch04.html#77028

Example:
Code:

/*cat title alpha*/
table.alphame {filter:alpha(opacity=75);-moz-opacity: 0.75;}

span.alphame table.tborder {filter:alpha(opacity:75);}
/*alpha trickery--since the preceeding 'body' makes these more specific, they override the standard attributes, even if they get defined after these*/
body td.fdblues {background:transparent;}
body td.fdflcc {filter:alpha(opacity:50,style=3,finishopacity=100);-moz-opacity: 0.50;}
body td.fdthtext,body td.fdthpic {filter:alpha(opacity=75);-moz-opacity: 0.75;}
body td.pbc {background:transparent;}
body td.pbcbe {filter:alpha(opacity:75);-moz-opacity: 0.75;}
/*make sure that any possible second levels stay at full (relative) opacity*/
.tborder .tborder,.alphame .tborder {filter:alpha(opacity=100);}

.headernav .vbmenu_control {filter:glow(color=#001020,strength=2);}


!King_Amazon! 2005-06-06 12:45 PM

I use x79b, I haven't noticed anything, could you be more specific?

LiveWire 2005-06-06 12:46 PM

The opacity doesn't work in Mozilla broswers. Unless you add " -moz-opacity: 0.75; " to your CSS Stylesheet.

!King_Amazon! 2005-06-06 12:49 PM

Ok, and what does that mean in english?

LiveWire 2005-06-06 01:00 PM

[noob_translator]
You can see threw the tables.
[/noob_translator]

WetWired 2005-06-06 02:34 PM

Quote:

Originally Posted by LiveWire
body td.fdflcc {filter:alpha(opacity:50,style=3,finishopacity=100 );-moz-opacity: 0.50;}

This illustrates that you do not actually understand the effects that you are trying to replace. FF apparently does not support opacity to the same degree that IE does, judging from the link you provided. If you really think that your suggestions are so great, why don't you put them in your master style sheet with an !important flag? Most of the class names should be unique enough that it won't be an issue.

LiveWire 2005-06-06 02:45 PM

Quote:

Originally Posted by WetWired
If you really think that your suggestions are so great, why don't you put them in your master style sheet with an !important flag?

Lost me there man...

!King_Amazon! 2005-06-06 03:52 PM

He lost me waaaay before that.

LiveWire 2005-06-06 06:26 PM

Well he seemed to misunderstand me. I never meant for my suggestions to be 'so great'. That part sounded like pure sarcasism to me. I just happen to come across a way to use opacity in FF. After testing, I see it does the same affect that alpha does with IE.

I just don't know what he meant by:

Quote:

Originally Posted by WetWired
why don't you put them in your master style sheet with an !important flag?


WetWired 2005-06-07 08:37 AM

FF should allow you to specify a custom stylesheet which is applied before any other rules. You can put your modified CSS there. The !important flag can be used to override a webpage's stylesheet (as attributes marked !important override those not so marked), but since I don't specify a -moz-opacity attribute, it's actually not needed here.

And, no it does not look exactly the same.

LiveWire 2005-06-07 07:50 PM

You wouldn't happen to have a link or anything so i can read up on that?

WetWired 2005-06-08 08:21 AM

mozilla firefox\res\html.css
That is your master stylesheet; you can back it up and change it however you like.


All times are GMT -6. The time now is 03:10 AM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.