<< home
<< profile 2.0 codes
Profile 2.0 Default Pic Codes
Below are codes to customize your default pic in myspace profile 2.0. Click on the
menu to select and view codes. Copy & paste codes to your CSS Box in 2.0.
<-----CLICK HERE TO SELECT YOUR DEFAULT PIC CODES----->
Replace Default Pic With Custom Image
Create A Rollover Image For Default Pic
Highlight Default Pic On Mouseover
Add Border Around Default Pic
Maximize Default Pic Size
Hide Default Pic Completely
.msc {replace default pic with custom image} .msc {http://www.myspace-compilation.com/defaultpic2} .msc {replace URL with your own image URL below. change height to your image height} div.photo {background-image:url(URL GOES HERE); height:300px;} div.photo img {filter:alpha(opacity="0"); -moz-opacity:0.0; opacity:0.0; -khtml-opacity:0.0;} .msc {adjust height below to image height} div.basicInfoModule {height:300px;}
.msc {rollover image for default pic} .msc {http://www.myspace-compilation.com/defaultpic2} .msc {replace URL below with your own custom URL} div.photo {background-image:url(URL GOES HERE); background-position: top left; background-repeat: no-repeat;} div.photo img {filter:alpha(opacity="0"); -moz-opacity:0.0; opacity:0.0; -khtml-opacity:0.0;} div.photo img:hover {filter:alpha(opacity="100"); -moz-opacity:100.0; opacity:100.0; -khtml-opacity:100.0;}
.msc {highlight default pic on mouseover} .msc {http://www.myspace-compilation.com/defaultpic2} div.photo img {filter:alpha(opacity="90"); -moz-opacity:90.0; opacity:90.0; -khtml-opacity:90.0;} div.photo img:hover {filter:alpha(opacity="100"); -moz-opacity:100.0; opacity:100.0; -khtml-opacity:100.0;}
.msc {border around default pic} .msc {http://www.myspace-compilation.com/defaultpic2} .msc {adjust color and adjust height to fit your image} div.basicInfoModule div.photo {border: 5px solid red; height:150px;}
.msc {maximize default pic size} .msc {http://www.myspace-compilation.com/defaultpic2} div.basicInfoModule div.photo a img {width:100%; height:100%;}
.msc {hide defualt pic} .msc {http://www.myspace-compilation.com/defaultpic2} div.basicInfoModule div.photo {display:none;}