gLaMoUr_LaYoUtS_4U
read my profile
sign my guestbook

Visit gLaMoUr_LaYoUtS_4U's Xanga Site!

Message: message me


Member Since: 12/28/2004

SubscriptionsSites I Read
Xx_LaYoUtS_xX
lees_lays

Blogrings
|L|a|y|o|u|t|S|4|Y|o|U|
previous - random - next

i HavE coDes anD layOuts
previous - random - next

awesome layouts
previous - random - next


Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Wednesday, December 29, 2004

----------------------------------Basics----------------------------------

  1. Dotted border *
        
  2. Insert a banner *
       
  3. Background **
       
  4. Swap Sidebar **
       
  5. Scrollbar color**
       
  6. Box around xanga*
       
  7. Music/Music Video***
       
  8. Border around whole page**
       
  9. Change font of whole xanga **
       
  10. Border around xanga w/ scrollbar***
       
  11. Left modules border**
                
  12. Scrollbar on left side **
            
  13. Any size profile picture **
            
  14.  Bold/Italic text dif. color**
     
  15. 2-Colored fading Background **
          
  16. Remove Left Module**
           

 

 

 

---------------------M O U S E H O V E R S-----------------------

  1. Blur**
       
  2. Border**
       
  3. Spaced out**
       
  4. Cursor change**
       
  5. Upside down link**
       
  6. Fades to another color**
     
  7. Sound on a mouseover**  
          
  8. Rainbow mouseover **
          
  9. Pushes down **
          
  10. Pulls up **
          
  11. 3-D Box **
        
  12. Sunburst effect**  
          
  13. Shadow **
         

 

 

 

----------------------------M I S C . -----------------------------

  1. Change the eprop pic**
       
  2. Alternate comment colors
       
  3. Change the NO eprop pic**
       
  4. Message at the bottom part **
       
  5. Xanga paint ***
          
  6. Smileys for Comment Box**   
          
  7. Change "name, b-day, location etc" **
         
  8. Disable right click w/ pop up**
       
  9. Disable right click w/ no pop up**
       
  10. Right Click log out **
          
  11. Right Click+Neverending popups **
        
  12. Short script for No right click or highlighting **  
          
  13. Right-click Page shakes **
          
  14. Highlighting text w/ pop up **
          
  15. Remove "posting calender, Get involved, etc" **
       
  16. Change dates(looks)**
       
  17. Remove eprops and link **
       
  18. Pop up on entry**
       
  19. Falling images***
       
  20. Submenu on top**
       
  21. Disable highlighting**
       
  22. Blink box*
       
  23. Change Xanga ad opacity **
          
  24. Subscriptions Scrollbar**
          
  25. Drop down list ***
        
  26. Hide xanga ad **
         
  27. Transition when Leaving a page**
        
  28. Transition when Entering a page **
       
  29. Wizard Pop-up on entry (talks) ** 
        
  30. Splash Screen [place in header BEFORE everything else] *
        
  31. Pixelated Mouseover Picture ***
        
  32. Image Slideshow
        
  33. New Song on Refresh ***
        
  34. Allow Certain Usernames on Your Site**

 

 

 

 

---------------------------C U R S O R-----------------------------

  1. Rotating cursor***
       
  2. Clock cursor**
           
  3. Cursor that says I love u***
       
  4. Another cursor **
       
  5. Text trailing the cursor**
       
  6. Triangle cursor ***
     
  7. Neko the cat follows around cursor**
     
  8. Random cursor **
     
  9. I Love You cursor w/ blinking hearts ***
     
  10. Another I Love You cursor ***
     
  11. Spinning Image Cursor

 

 

 

-----------------M A R Q U E E S / T E X T------------------

  1. Text aligned left***
     
  2. Text aligned right***
     
  3. Text in the center***
     
  4. Italic***
     
  5. Bold***
     
  6. Underlined***
     
  7. Striked***
     
  8. Change color***
     
  9. Change color AND size
     
  10. Marquee scrolling left***
     
  11. Scrolling left w/ background***
     
  12. Scroll left w/ background and font color change***
     
  13. Side to side w/ b/g color***
     
  14. Marquee scrolling up and down***
     
  15. Scrolling down***
     
  16. Glowing font***
     
  17. Shadowed font***
     

 

 

 

--------------------I M A G E S-----------------------------

  1. Normal Image Placement***
     
  2. Scrolling Images***
     
  3. Transparent Image ***
     
  4. Black and White image***
     
  5. Blurred Image***
     
  6. Horizontal Flipped Image***
     
  7. Vertically flipped image***
     
  8. Left Aligned Image***
     
  9. Right aligned image***
     
  10. Centered Image
     
  11. Image Changes on Mouseover
     
  12. Image Changes on Mouseover W/ link
     

 

 

 

-------------------------E X T R A S----------------------------

Color hexadecimal chart


Tuesday, December 28, 2004

 

This goes in header:

<img src="http://tinypic.com/141q89">

<!-- Blink Boxes : Provided by Blogring.net -->
<script language=JavaScript>
<!--
//blink boxes - xanga.com/add_ons
//by sean f http://www.xanga.com/seanmeister

//fixed to work with new security measures by
//hotaru_01 http://www.xanga.com/hotaru_01

// customize by changing the values below
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("#cc99ff","#ff99cc","33CCFF");
// the border color
var blinkBorderColor = "#ffffff"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 40;
// the width of the entire box, in pixels or %
var blinkWidth = 545;
// the height of each row, in pixels
var blinkRowHeight = 10;
// speed of blinking, in milliseconds
var blinkRate = 8;

// do not edit below this line
st=setTimeout;
document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>");
for (r = 0; r < blinkRows; r++){
document.write("<TR>");
for (c = 0; c < blinkCols; c++){
document.write("<TD height='" + blinkRowHeight + "'></TD>");
}
document.write("</TR>");
}
document.write("</table>");
// ... and this makes it blink
function blinkIt() {
changecell = Math.floor(Math.random() * (blinkCols * blinkRows));
changecolor = Math.floor(Math.random() * blinkColors.length);
bb = document.getElementById("blinkbox");
bbtd = bb.getElementsByTagName("td");
bbtd[changecell].style.backgroundColor = blinkColors[changecolor];
st('blinkIt()', blinkRate);
}
blinkIt();
//-->
</SCRIPT>
<!-- End Script by Blogring.net -->

 

 

give  credit to the people whooo!!!










<bgsound src="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/21722/30225_1_2_04.asf" loop="infinite">