QUOTE(ob1 @ Sep 18 2004, 16:27)
QUOTE(|the sys admin| @ Sep 18 2004, 15:19)
Definitely have been using Firefox for the better part of two years now, and I'm loving it. Some issues with a few websites, but that's there issue.
Wow, 2 years! What version did you start with?
BTW, I like the new look of your site. How do you achieve the opaqueness with the style sheets?
When I say Firefox, I mean when it started as Phoenix, then Firebird, then Firefox

. Can't remember what version I started on (Pheonix .6 comes to mind?), but it's been a while.
CODE
http://www.myra.ath.cx/toidi2/stylesheets/toidi.the.revolution.stylesheet.001.css
CODE
.banner_therevolution {
opacity: 0.3;
background-color: #333333;
text-align: right;
padding-right: 10px;
color: #FFFFFF;
margin: 0px;
border-top: 1px solid #333;
}
I made that a class via CSS and applied it to one of the heading tags that are in the banner DIV object. Pretty simple, it only works on Mozilla and it's derivatives I guess, IE does not support the feature.
The actual item is called
opacity and I learned of this trick by studying another website,
http://www.waferbaby.com. A lot of my CSS code has been derived from that site as the author knows how to code... I highly recommend checking it out.