If we have Mini Me's, why not Maxi Me's? :P
that looks good and it would be nice as a png!!
lol that would be insane to use on a board :P
like the font @ 600px! ;D
hehe new accessibility features
Quote from: Killer Possum on January 07, 2004, 11:45:51 AM
lol that would be insane to use on a board :P
How about board for allmost blind people? :P
Like this:
[size=100pt]Hello
Could be a nice avatar set :)
Here is a .png version of it...
How can I make the background transparant?
http://www.simplemachines.org/community/index.php?topic=4153.0
IE cant handle PNG that well so it needs a bit help...
hehe thats how I got alfatrans avatars to work with yabb se </acf>'s javascript
http://www.lunabyte.com/index.php?board=24;action=display;threadid=2129;start=0#msg17699
Stupid IE :P
Quote from: Aquilo on January 07, 2004, 01:34:24 PM
hehe thats how I got alfatrans avatars to work with yabb se </acf>'s javascript
http://www.lunabyte.com/index.php?board=24;action=display;threadid=2129;start=0#msg17699
It also can be done with php...
<?php
ereg("Opera",$HTTP_USER_AGENT) ? $browser="Opera" : $browser="1";
if ($browser == "1")
{
ereg("MSIE",$HTTP_USER_AGENT) ? $browser="IE" : $browser="2";
}
if ($browser == "2")
{
ereg("Windows",$HTTP_USER_AGENT) ? $browser="Windows" : $browser="3";
}
if ($browser == "3")
{
ereg("Mozilla",$HTTP_USER_AGENT) ? $browser="Mozilla" : $browser="4";
}
if ($browser == "4")
{
ereg("Netscape",$HTTP_USER_AGENT) ? $browser="Netscape" : $browser="5";
}
if ($browser == "5")
{
$browser='OTHER';
}
echo "$browser <br>";
echo "$REMOTE_ADDR <br>";
echo "$HTTP_USER_AGENT <br>";
?>
true! you gonna make a YaBB SE mod? :D
hehe dont have the time to :D