A Myspace Background Layout

Discussion in 'Large Artwork' started by bry5012, Jan 28, 2008.

  1. bry5012

    bry5012 Well-Known Member

    Age:
    53
    Posts:
    2,226
    Likes Received:
    0
    Joined:
    Jul 1, 2006
    Location:
    North Idaho
    Being a former Police Officer, I did my Myspace page layout with my own creation and tribute....this is what I did for the background...it took me over 3 hours to make but am pleased with the results...what do you all think?


    [​IMG]
     
  2. bojaso_om

    bojaso_om Well-Known Member

    Posts:
    91
    Likes Received:
    0
    Joined:
    Aug 5, 2007
    good one.. ;)

    it needs some effects.. if u want to put it as a background for ur myspace it'll not be good & the site content will not be visible :\


    but good job if u want it to be as a wallpaper for ur computer :)
     
  3. bry5012

    bry5012 Well-Known Member

    Age:
    53
    Posts:
    2,226
    Likes Received:
    0
    Joined:
    Jul 1, 2006
    Location:
    North Idaho
  4. bojaso_om

    bojaso_om Well-Known Member

    Posts:
    91
    Likes Received:
    0
    Joined:
    Aug 5, 2007
    yeah this is what i meant.. u have to reduce the opticy of the pictures so that the visitor can see the content easily :)


    good luck :)
     
  5. bry5012

    bry5012 Well-Known Member

    Age:
    53
    Posts:
    2,226
    Likes Received:
    0
    Joined:
    Jul 1, 2006
    Location:
    North Idaho
    the generaotr would not allow me to, otherwise i would have...lol. thanks again!
     
  6. phusef

    phusef Well-Known Member

    Posts:
    1,071
    Likes Received:
    0
    Joined:
    Dec 21, 2007
    heh gj on your myspace page layout
     
  7. bry5012

    bry5012 Well-Known Member

    Age:
    53
    Posts:
    2,226
    Likes Received:
    0
    Joined:
    Jul 1, 2006
    Location:
    North Idaho
    thank you Faiien....i appreciate it.
     
  8. iPro

    iPro Senior Member

    Age:
    34
    Posts:
    2,662
    Likes Received:
    0
    Joined:
    Jan 19, 2006
    Location:
    United States
    Add this to your CSS code:
    Code:
    img {    border: 0;
            border-color: ffffff;
        filter:alpha(opacity=80); 
        -moz-opacity: 0.80; 
        opacity: 0.80; }
    
    img:hover {    filter:alpha(opacity=95); 
            -moz-opacity: 0.95; 
            opacity: 0.95; }
    The first img is a normal image on a page, the second image one is when you scroll over. You can change the values if you wish.
    This doesn't work on internet explorer.
     
  9. bry5012

    bry5012 Well-Known Member

    Age:
    53
    Posts:
    2,226
    Likes Received:
    0
    Joined:
    Jul 1, 2006
    Location:
    North Idaho
    oh wow, thank you iPro....where in the code do I install this...anywhere?
     

Share This Page