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?
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
thanks Bojaso...i actually have it on my page now...you can check it out... www.myspace.com/idahobake
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
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.