26 Aug
Posted by ProCOM
on August 26, 2007 – 6:17 pm - 1,898 views
If you're new here, you may want to subscribe to my RSS feed. So that you can read the latest updates about Web2.0 tools, Making Money Online, Tips in SEO, Ajax and many more. Thanks for visiting ProgramimiCOM!
Looking to change your Myspace backrounds? Here is the code for placing the Myspace background image in the center of the browser window. In order to make the image visible the backgrounds of all the tables in the Myspace layout need to be made transparent. This process will be explained in the Myspace layout tutorials.
<style type=”text/css”>
body {
background-color: FFFFF;
background-image:url(http://URL OF IMAGE);
background-position: center;
background-repeat: no-repeat;
}
</style>
One thing to note is I used only the vertical background-position option and let the default horizontal position of center do its own thing.
As you can see this is not an optimal position as the Myspace layout tables content will obscure the top image. In an advanced tutorial I will show you how this position combined with tiling can create interesting Myspace background image effects, like a drop shadow on the Myspace layout table edge.
Print This Post
Email This Post
One Response
Adding a Myspace Backround Image, Center of Myspace Html Codes Blog
August 28th, 2007 at 10:31 pm
1[…] post by ProCOM for Myspace News Adding a Myspace Backround Image, […]
Comments RSS
TrackBack Identifier URI
You must be logged in to post a comment.