Jump to content
Bellazon

Wallpapers


Guest

Recommended Posts

nice wally

but its my turn again to post walls

alright well since the broncos won, and i feel generous right now im going to do a little celebration early.

Well this celebration is really leading up to the closing of chilax and the continuation of the pip here. ok so here is what i am going to do. i am going to post new walls everyday of the week. leading up to saturday when i wil post the walls i asked you guys about. then on sunday i will post my remeberance walls. in closing to chilax.

so here we starting with this wall:

post-142-0-1446013397-52332_thumb.jpg

post-142-0-1446013397-16173_thumb.jpg

Link to comment
Share on other sites

nice wally

but its my turn again to post walls

alright well since the broncos won, and i feel generous right now im going to do a little celebration early.

Well this celebration is really leading up to the closing of chilax and the continuation of the pip here. ok so here is what i am going to do. i am going to post new walls everyday of the week. leading up to saturday when i wil post the walls i asked you guys about. then on sunday i will post my remeberance walls. in closing to chilax.

so here we starting with this wall:

th_ambro.jpg

http://img.photobucket.com/albums/v513/tas...olguy/ambro.jpg

:) :) :whistle: thanx nice wallpaper u selected pic i like most :whistle:
Link to comment
Share on other sites

Can't decide on which wallpapre of Alessandra to use with Windoze? Try this script by doing the following (on My 1.8 Ghz Athlon machine with 512K of Ram performance impact is pretty negligible) :

1) Put all of your wallpaper files into a single directory

2) Create a text file called wallpaper.htm

3) Put the following text in the wallpaper.htm file and edit to add all your wallpapers where indicated with comments and change display time if desired

4) Right click on the desktop and select properties

5) Go to Desktop tab and select wallpaper.htm as background

<html>

<head>

<style>

body{

/*Remove below line to make bgimage NOT fixed*/

background-attachment:fixed;

background-repeat: no-repeat;

/*Use center center in place of 300 200 to center bg image*/

background-position: 0 0;

}

</style>

<script language="JavaScript1.2">

//Background Image Slideshow- © Dynamic Drive (www.dynamicdrive.com)

//For full source code, 100's more DHTML scripts, and TOS,

//visit http://www.dynamicdrive.com

//Specify background images to slide

var bgslides=new Array()

// Add as many wallpaers as you want below here increasing the number in [] for

//each additional wallpaper. Image file names can be anything .jpg.

bgslides[0]='wallpaper1.jpg'

bgslides[1]='wallpaper2.jpg'

bgslides[2]='wallpaper3.jpg'

//Specify interval between slide (in miliseconds)

var speed=3000

//preload images

//var processed=new Array()

//for (i=0;i<bgslides.length;i++){

//processed=new Image()

//processed.src=bgslides

//}

var fun=new Array()

fun[0]=new Image()

fun[0].src=bgslides[0]

fun[1]=new Image()

var inc=-1

function slideback(){

if (inc<bgslides.length-1)

inc++

else

inc=-1

fun[1]=fun[0]

document.body.background=fun[1].src

fun[0].src=bgslides[inc+1]

}

if (document.all||document.getElementById)

window.onload=new Function('setInterval("slideback()",speed)')

</script>

</head>

<body>

</body>

</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...