Go Back  HTML Forums - Free Webmaster Forums and Help Forums > HTMLFORUMS CENTER > The Spam Box
User Name:
Password:
 

Reply
Thread Tools   Display Modes
  View First Unread
 
Old 05-19-2006, 04:37 PM
  #1
ubkmick
Novice (Level 1)
 
Join Date: May 2006
Posts: 2
iTrader: (0)
ubkmick is an unknown quantity at this point
my layout

HTML Code:
<style type="text/css">
body { font-family: arial; color: FFFFFF; font-size: 10px; background-color:ffffff; background-image:url([url]http://c.myspace.com/Groups/00012/06/54/12954560_l.jpg);[/url] background-repeat: repeat; background-attachment: fixed; }
table, tr, td {background:transparent; border:0px;font-family: arial; color: FFFFFF !important}<br>
table table table {background:transparent;font-family: arial; color: FFFFFF !important}
table table table td { background-color:001b35; padding: 2px; filter:alpha(opacity=100); -moz-opacity:100; opacity:100; -khtml-opacity:100; }
table table table table td {filter:none;font-family: arial; color: FFFFFF !important}
table table table {
  border-width:2px;
  border-color:0FFFFFF ;
  border-style:solid;
}
table table table table {border:0px;}
input {background-color:transparent !important;}
div {font-family: arial; color:FFFFFF; font-size: 12px !important;}
.nametext {font-family: arial; color:FFFFFF; font-size: 12px !important;}
.whitetext12 {font-family: arial; color: FFFFFF ; font-size: 10px !important;}
.lightbluetext8 {font-family: arial; color: FFFFFF; font-size: 14px; letter-spacing: -1.5px;text-transform:uppercase !important;}
.orangetext15 { font-family: arial; font-size: 10px; color:FFFFFF;text-transform:uppercase; border-color:FFFFFF; display:block; width:420px; border-width: 0 0 1px; }
.blacktext12 {font-family: arial; font-size: 10px; color: FFFFFF !important}
.redtext {font-family: arial; color:FFFFFF; font-size: 10px !important;}
.redbtext {font-family: arial; color: FFFFFF ; font-size: 10px !important;}
.blacktext10 {font-family: arial; color: FFFFFF; font-size: 10px !important;}
.btext {color: FFFFFF  !important;}
a img {border-color:FFFFFF; border-style:solid; border-width:2px;}
a:hover img {border-color:FFFFFF; border-style:solid; border-width:2px;}
a {color: FFFFFF !important; text-decoration:none !important; text-transform:none !important; font-weight:normal !important; font-style:normal !important;}
a:hover {color:4f4f4fimportant; text-decoration:underline !important; text-transform:none !important; font-style:normal !important;}
table table table td {vertical-align:top !important;}
span.blacktext12 {visibility:visible !important; background-image: url([url]http://c.myspace.com/Groups/00012/26/64/12954662_l.jpg);background-color:[/url] transparent !important;background-position: top left; font-size: 0px;letter-spacing: -0.5px; width:435px; height:75px; display: block !important;}
span.blacktext imag {display: none;}
.blacktext10 {border-top-width:1px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px;border-color:FFFFFF; border-style:solid; display:block; width:100%;}
</style>

<style type="text/css">.contactTable 
{width:300px !important; height:150px !important; 
padding:0px !important;
background-image:url([url]http://c.myspace.com/Groups/00012/78/64/12954687_l.jpg);background-attachment:scroll;[/url] background-position:center center;background-repeat:no-repeat; background-color:transparent;}.contactTable table, table.contactTable td { padding:0px !important;border:0px; background-color:transparent; background-image:none;}.contactTable a img {visibility:hidden; border:0px !important;}.contactTable .text {font-size:1px !important;}.contactTable .text, .contactTable a, .contactTable img {filter:none !important;}.contactTable .whitetext12 {display:none;}</style><div style="position:absolute;z-index:9;left:0px;top:30px;width:50px;height:10px;"><A href="http://www.uakings.tripod.com" target="_blank" ><img alt="uakings" border="1" src="http://img133.imageshack.us/img133/7253/ds85dwp6uvdl1ck.gif"></A></div>I edited my profile at <A href="http://www.uakings.tripod.com" target="_blank" >uakings.tripod.com</A>, check out these <A href="http://www.uakings.tripod.com" target="_blank" >uakings layout!</A><br><br>




<style type="text/css">

#supertext {
position:absolute;
left:0;
top:0;
visibility:hide;
visibility:hidden;

}

</style>


<script language="JavaScript1.2">

/*
Bouncy message script- By Dynamicdrive.com
Code based on Lloyd Hassell's, at [url]http://www.dynamicdrive.com/dynamicindex4/bounceimage.htm[/url]
For full source, TOS, and 100s DTHML scripts, visit [url]http://dynamicdrive.com[/url]
*/

//Configure the below three variables

//1) welcome to uakings.tripod.com (HTML accepted)
var thecontent='<h2><font color="#0000FF">welcome to uakings!</font></h2>'
//2) Set delay after which message should be hidden, in miliseconds ('' makes it incessantly visible on the screen)
var hidetimer='';
//3) Set speed of animation (1-50), where larger is faster
var BallSpeed = 20;



///NO NEED TO EDIT BELOW THIS LINE///////////

var contentWidth;
var contentHeight;
var maxBallSpeed = 50;


var xMax;
var yMax;
var xPos = 0;
var yPos = 0;
var xDir = 'right';
var yDir = 'down';
var superballRunning = true;
var tempBallSpeed;
var currentBallSrc;
var newXDir;
var newYDir;

function initializeBall() {
   if (document.all) {
      xMax = document.body.clientWidth
      yMax = document.body.clientHeight
      document.all("supertext").style.visibility = "visible";
      contentWidth=supertext.offsetWidth
      contentHeight=supertext.offsetHeight
      }
   else if (document.layers) {
      xMax = window.innerWidth;
      yMax = window.innerHeight;
      contentWidth=document.supertext.document.width
      contentHeight=document.supertext.document.height
      document.layers["supertext"].visibility = "show";
      }
   setTimeout('moveBall()',400);
   if (hidetimer!='')
   setTimeout("hidetext()",hidetimer)
   }

function moveBall() {
   if (superballRunning == true) {
      calculatePosition();
      if (document.all) {
         document.all("supertext").style.left = xPos + document.body.scrollLeft;
         document.all("supertext").style.top = yPos + document.body.scrollTop;
         }
      else if (document.layers) {
         document.layers["supertext"].left = xPos + pageXOffset;
         document.layers["supertext"].top = yPos + pageYOffset;
         }
      animatetext=setTimeout('moveBall()',20);
      }
   }

function calculatePosition() {
   if (xDir == "right") {
      if (xPos > (xMax - contentWidth - BallSpeed)) { 
         xDir = "left";
         }
      }
   else if (xDir == "left") {
      if (xPos < (0 + BallSpeed)) {
         xDir = "right";
         }
      }
   if (yDir == "down") {
      if (yPos > (yMax - contentHeight - BallSpeed)) {
         yDir = "up";
         }
      }
   else if (yDir == "up") {
      if (yPos < (0 + BallSpeed)) {
         yDir = "down";
         }
      }
   if (xDir == "right") {
      xPos = xPos + BallSpeed;
      }
   else if (xDir == "left") {
      xPos = xPos - BallSpeed;
      }
   else {
      xPos = xPos;
      }
   if (yDir == "down") {
      yPos = yPos + BallSpeed;
      }
   else if (yDir == "up") {
      yPos = yPos - BallSpeed;
      }
   else {
      yPos = yPos;
      }
   }

function hidetext(){
if (document.all)
supertext.style.visibility="hidden"
else if (document.layers)
document.supertext.visibility="hide"
clearTimeout(animatetext)
}

if (document.all||document.layers){
document.write('<span id="supertext"><nobr>'+thecontent+'</nobr></span>')
window.onload = initializeBall;
window.onresize = new Function("window.location.reload()");
}

</script>

</DIV>
ubkmick is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 05-19-2006, 05:54 PM
  #2
_Aerospace_Eng_
The CSS Master (somewhat)
 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a galaxy far far away...
Posts: 11,154
iTrader: (0)
_Aerospace_Eng_ has disabled reputation
Do you need help on it or what? This forum is for contests we have not just post your code.
__________________

76 invites left. PM me for a Gmail invite along with email addy.
Why we won't help you .::. Web Developer's Handbook .::. Why Tables for Layout is Stupid?
_Aerospace_Eng_ is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 05-20-2006, 04:49 AM
  #3
-i-dont-know-
¿IDK? (Level ∞)
 
-i-dont-know-'s Avatar
 
Join Date: Dec 2005
Location: Oh, and here are my credit card details too =\
Posts: 2,131
iTrader: (0)
-i-dont-know- is an unknown quantity at this point
It has BBCode in it
__________________
-i-dont-know- is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote

Reply
KEEP TABS
SPONSORS
 
Boxedart
 
 


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



 
  POSTING RULES
 
 
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Thread Tools
Display Modes

Forum Jump

 

All times are GMT -5. The time now is 02:18 AM.

   

Mascot team created by Drawshop.com

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Server Monitoring by ENIACmonitor 0.01
HTMLforums.com © Big Resources, Inc. Web Design by BoxedArt.com
vRewrite 1.5 beta SEOed URLs completed by Tech Help Forum and Chalo Na.