Just some minor news for the day: The website's galleries are back up, though content is still limited as we recover lost data and files. Working on an issue with the drop down menu on the main page being overly sensitive and/or not always working for all site visitors. Preparations underway to integrate the Embertail's Guild Wars blog and the ThirdsphereNet Youtube channel. Hoping everyone will like the reworked intro for the site videos. That's all for now. --KG
Opacity CSS Code A collection of CSS Code snippets. CSS Code Set #1 contains code of opacity, eliminating border outlines, and resetting web pages. Repost. Originally posted 8/12/2011. This is a cross browser CSS code that results in a 50% opacity to what ever it is applied to (i.e. images, links) Some of the code included is CSS 3 and may not work in some browsers.', ' The CSS Code: .my-opacity { filter:alpha(opacity=50); /* msie */ -moz-opacity: 0.50; /* firefox 1.0 */ -khtml-opacity: 0.50; /* webkit */ opacity: 0.50; /* css 3 */ } Please...