Results 1 to 3 of 3

Thread: Stardust Background Script:

  1. #1
    Join Date
    Jul 2005
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Stardust Background Script:

    Hello ~

    Stardust Background:
    http://rainbow.arch.scriptmania.com/...star_dust.html

    -------------------------------

    This is a very pretty javascript I would like to modify a little bit…

    May I ask how to:

    1) make all the stars the same size (1px, the smaller one shown);
    2) keep the twinkling even when you choose only one color?

    Thank you for your time!
    SuperGirl

  2. #2
    Join Date
    Jul 2005
    Location
    Kuwait-I'm American
    Posts
    127
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    what color?
    //\\ //\\// || //\\//\\ //\\ ||_
    SOFTWARE

  3. #3
    Join Date
    Jul 2005
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up

    Oh, actually I got it - may I share this with you?

    If you would like to customize your background image (relatively simple one, like stardust), you can opt for saving a gif image on the current background color (*not* transparent), FTP it, then, include the following in the <head> section:

    <!--
    body { margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; background-repeat: repeat ; background-image: url(images/bg.gif);}
    -->


    -----------------------------------

    (if you prefer not to repeat background, change "repeat" to "no-repeat")

    -----------------------------------

    After that, add the following to your <body> tag:

    <BODY BGCOLOR="#000000" LEFTMARGIN="10" TOPMARGIN="10" MARGINWIDTH="10" MARGINHEIGHT="10" TEXT="#FFFFFF" BACKGROUND="images/bg.gif">

    -----------------------------------

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •