Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Community Calendar Today's Posts Search
Go Back   Zelaron Gaming Forum > The Zelaron Nexus > Forum News, Suggestions and Discussion

 
 
Thread Tools Display Modes

 
x79 In Mozilla
Reply
Posted 2005-06-06, 12:43 PM
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);}
Old
Profile PM WWW Search
LiveWire is neither ape nor machine; has so far settled for the in-betweenLiveWire is neither ape nor machine; has so far settled for the in-between
 
 
LiveWire
 



 
Reply
Posted 2005-06-06, 12:45 PM in reply to LiveWire's post "x79 In Mozilla"
I use x79b, I haven't noticed anything, could you be more specific?
Old
Profile PM WWW Search
!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics
 
 
!King_Amazon!
 



 
Reply
Posted 2005-06-06, 12:46 PM in reply to !King_Amazon!'s post starting "I use x79b, I haven't noticed anything,..."
The opacity doesn't work in Mozilla broswers. Unless you add " -moz-opacity: 0.75; " to your CSS Stylesheet.
Old
Profile PM WWW Search
LiveWire is neither ape nor machine; has so far settled for the in-betweenLiveWire is neither ape nor machine; has so far settled for the in-between
 
 
LiveWire
 



 
Reply
Posted 2005-06-06, 12:49 PM in reply to LiveWire's post starting "The opacity doesn't work in Mozilla..."
Ok, and what does that mean in english?
Old
Profile PM WWW Search
!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics
 
 
!King_Amazon!
 



 
Reply
Posted 2005-06-06, 01:00 PM in reply to !King_Amazon!'s post starting "Ok, and what does that mean in english?"
[noob_translator]
You can see threw the tables.
[/noob_translator]
Old
Profile PM WWW Search
LiveWire is neither ape nor machine; has so far settled for the in-betweenLiveWire is neither ape nor machine; has so far settled for the in-between
 
 
LiveWire
 



 
Reply
Posted 2005-06-06, 02:34 PM in reply to LiveWire's post "x79 In Mozilla"
LiveWire said:
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.

Last edited by WetWired; 2005-06-06 at 02:37 PM.
Old
Profile PM WWW Search
WetWired read his obituary with confusionWetWired read his obituary with confusionWetWired read his obituary with confusionWetWired read his obituary with confusion
 
 
WetWired
 



 
Reply
Posted 2005-06-06, 02:45 PM in reply to WetWired's post starting "This illustrates that you do not..."
WetWired said:
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...
Old
Profile PM WWW Search
LiveWire is neither ape nor machine; has so far settled for the in-betweenLiveWire is neither ape nor machine; has so far settled for the in-between
 
 
LiveWire
 



 
Reply
Posted 2005-06-06, 03:52 PM in reply to LiveWire's post starting "Lost me there man..."
He lost me waaaay before that.
Old
Profile PM WWW Search
!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics!King_Amazon! simplifies with no grasp of the basics
 
 
!King_Amazon!
 



 
Reply
Posted 2005-06-06, 06:26 PM in reply to !King_Amazon!'s post starting "He lost me waaaay before that."
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:

WetWired said:
why don't you put them in your master style sheet with an !important flag?
Old
Profile PM WWW Search
LiveWire is neither ape nor machine; has so far settled for the in-betweenLiveWire is neither ape nor machine; has so far settled for the in-between
 
 
LiveWire
 



 
Reply
Posted 2005-06-07, 08:37 AM in reply to LiveWire's post starting "Well he seemed to misunderstand me. I..."
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.
Old
Profile PM WWW Search
WetWired read his obituary with confusionWetWired read his obituary with confusionWetWired read his obituary with confusionWetWired read his obituary with confusion
 
 
WetWired
 



 
Reply
Posted 2005-06-07, 07:50 PM in reply to WetWired's post starting "FF should allow you to specify a custom..."
You wouldn't happen to have a link or anything so i can read up on that?
Old
Profile PM WWW Search
LiveWire is neither ape nor machine; has so far settled for the in-betweenLiveWire is neither ape nor machine; has so far settled for the in-between
 
 
LiveWire
 



 
Reply
Posted 2005-06-08, 08:21 AM in reply to LiveWire's post starting "You wouldn't happen to have a link or..."
mozilla firefox\res\html.css
That is your master stylesheet; you can back it up and change it however you like.
Old
Profile PM WWW Search
WetWired read his obituary with confusionWetWired read his obituary with confusionWetWired read his obituary with confusionWetWired read his obituary with confusion
 
 
WetWired
 
 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules [Forum Rules]
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:49 PM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.