Above and Beyond
« Home »

Welcome Guest. Please Login or Register.
Feb 9, 2010, 9:15am



Forum NameTopicsPostsLast Post
General
[ ]Intro's & Front Gate
Say hi & welcome other peoplez.
Moderator: Haruko
739on Aug 15, 2005, 2:14pm
by TC
in the champ is here
[ ]Spam
Talk to others about meaningless, yet fun spam.
Moderator: TC
110on Aug 3, 2005, 10:39pm
by Lamia
in Do U Know Me?
[ ]Anything
Jibber-jabish jibber about whatever.
Moderator: TC
24on Aug 15, 2005, 6:59pm
by wyndryder
in Out of Body Experiences
[ ]Problems
"Hoh, hum." Talk about ur problems (mental and otherwise).
Moderator: Lamia
12on Aug 3, 2005, 10:15pm
by Lamia
in Homework Help
[ ]Suggestions & Updates
Talk about stuff I can do to improve this site.
Moderator: Lamia
425on Aug 3, 2005, 2:15pm
by Lamia
in Music
Staff Board
[ ]Staff Board
Only staff members.
Moderators: TC, Lamia, Haruko
46
Video Games
[ ]Old-School
Talk about any dated games/hardware.
Moderator: TC
14on Aug 2, 2005, 9:06pm
by QuartZ
in Ur Favorite System
[ ]Your Reviews
Write your own reviews about video game software or hardware here.
Moderator: TC
33on Aug 15, 2005, 1:54pm
by TC
in Final Fantasy Chronicles
[ ]Video Games
Everyother video game not listed below, goes here.
Moderator: TC
11on Jul 26, 2005, 10:03pm
by TC
in Portables
[ ]Final Fantasy
Talk about the world famous longest running series 1-12 here. (Has any1 actually played them all)
Moderator: Haruko
11on Jul 26, 2005, 10:07pm
by TC
in Ur Favorite FF?
[ ]FPS
Talk about shooting games here.
Moderator: TC
11on Jul 26, 2005, 10:06pm
by TC
in Are Shooters Too Repet...
Society
[ ]TV
Talk about your favorite shows here.
Moderator: Haruko
33on Jul 29, 2005, 3:12am
by Haruko
in Anime
[ ]Pressing Issues
Talk about all things news-related here.
Moderators: TC, Haruko
23on Aug 2, 2005, 4:02pm
by TC
in New News
[ ]Movies
Pretty self explanatory.
Moderator: Haruko
11on Jul 26, 2005, 10:22pm
by TC
in Fav. Genre
[ ]Books
Talk about books zzzzz......
Moderator: Haruko
23on Aug 2, 2005, 9:08pm
by QuartZ
in Harry Potter
[ ]Music
Talk about ur favorite tunes here.
Moderator: TC
34on Aug 11, 2005, 2:01pm
by TC
in Ur Favorite Lyrics
[ ]Slamin' Sports
Last but not least, talk about the exciting world of sports.
Moderator: TC
23on Aug 11, 2005, 5:39pm
by TC
in Sports Chat
Miscellanous
Word Games
[ ]RP
Play Final Fantasy and other RP here.
Moderator: Haruko
11on Aug 3, 2005, 12:56pm
by TC
in Ordinary Guy
[ ]Brawl it Out!
Fight with other's in organized battle clans or individually; good place to let of steam. And what happens in Vegas, stays in Vegas.
Moderator: TC
11on Jul 27, 2005, 8:43am
by TC
in Face Me!
[ ]Feudin' Clans
Form a battle ready clan here.
Moderator: TC
11on Jul 26, 2005, 10:41pm
by TC
in Clan Rules
[ ]Others
Talk about other popular word games here.
Moderator: TC
26on Aug 3, 2005, 1:12pm
by TC
in TPAY
Last Word
[ ]Links
Post links to ur favorite sites.
Moderator: Lamia
68on Aug 7, 2009, 5:43pm
by Rorschach
in The Grey Divide (Marve...
[ ]Complain
There's a reason i put this at the bottom...
Moderator: TC
216on Aug 14, 2005, 12:23am
by squall
in Bush


Info Center
Forum Statistics
i
Total Topics: 52   -   Total Posts: 146
Last Updated Topic: The Grey Divide (Marvel/DC/Vid... by Rorschach (Aug 7, 2009, 5:43pm)
View the 10 most recent posts of this forum.
Total Members: 8
Newest Member: wyndryder
Users Online
online
0 Members, 1 Guest. Most users online was 9, Nov 4, 2006, 4:28am
Active Users In The Past 24 Hours
online
0 Members, 2 Guests


Login
Username:Create New Account
Password:Forgot Your Password?
Stay logged in for:


Space backgrounds were made by Sean Kennedy and were downloaded from SciFi 3D.

// --> /* ABOUT. Written by ethix for use on Proboards. I can be contacted @ ethix.xihte(AT)gmail.com. This code may NOT be displayed in full or part outside of PBS2 http://pbsupport2.proboards29.com or the Opacity home page http://opacity.proboards33.com. (add http://swg.proboards4.com/) to the allowed list :) ) You may not remove or alter this header. It must stay intact! HOW TO. This code uses PNG files with a level of opacity. Personally what i do is create an image 50x50 with a tranparent background use the "fill" tool to fill the image on my test site for Internet Explorer I set the opacity to 50% and for all the other browsers the image had the opasity set to 56%. As Internet Explorer "darkens" the image. I then resize that image to a 1x1 px image. When saveing make sure you save it as a PNG file a PNG-24 !! Grads. Internet Explorer has a bug where when useing grads some of the links may not work...to get around this make your grads 1x10 px Internet Explorer will stretch this to fit. The other browsers will need the grads to be made to size ie..1x35 px etc... Uploading/Useing Copy and paste this code into notepad, name the file "opacity.css" then use the following code in your headers */ /* <--REMOVE/ADD to un/comment lines you want to use or not use---> by default all lines are not commented */ /* First set the background-color of where we want to use the PNG's to transparent */ .bordercolor { background-color: transparent; } .welcomebg {background-color: transparent; } .menubg { background-color: transparent; } .windowbg { background-color: transparent; } .windowbg2 { background-color: transparent; } .catbg {background-color: transparent; } .titlebg {background-color: transparent; } /* Internet Explorer will use this */ .welcomebg { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://yourhost.com/image.png'); } /* Mozilla will use this */ .welcomebg[class] { background-image:url(http://yourhost.com/image.png); } /* Internet Explorer will use this */ .menubg { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://yourhost.com/image.png'); } /* Mozilla will use this */ .menubg[class] { background-image:url(http://yourhost.com/image.png); } /* Internet Explorer will use this */ .windowbg { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://yourhost.com/image.png'); } /* Mozilla will use this */ .windowbg[class] { background-image:url(http://yourhost.com/image.png); } /* Internet Explorer will use this */ .windowbg2 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://yourhost.com/image.png'); } /* Mozilla will use this */ .windowbg2[class] { background-image:url(http://yourhost.com/image.png); } /* Internet Explorer will use this */ .catbg { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://yourhost.com/image.png'); } /* Mozilla will use this */ .catbg[class] { background-image:url(http://yourhost.com/image.png); } /* Internet Explorer will use this */ .titlebg { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://yourhost.com/image.png'); } /* Mozilla will use this */ .titlebg[class] { background-image:url(http://yourhost.com/image.png); }
Google
Webheavensfury.proboards.com
Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!