Revision: 18961
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 13, 2009 10:43 by thedavidmeister
Initial Code
/*this inserts the picture where it needs to be as a background */ div table td.text{ background-image:url('??'); /* insert url of pic */ background-position:bottom left; height:??px; /* set equal to the height of pic */ background-repeat:no-repeat; } /* this hides the default heading text "Upcoming Shows" and the link "(view all)" */ div table td.text span.whitetext12, div table span.whitelink {display:none;}
Initial URL
http://www.myspace.com/skyeharbour
Initial Description
I needed a way to replace the default myspace headings with pictures. It was easy enough to just superimpose jpg's over most of these with a {position:relative;} tag but the gigschedule proved a little harder as the distance between the top of the "bio" and the top of the "bandschedule" changes depending on the number of upcoming gigs.
Initial Title
Myspace (band website customization) - Remove gigschedule default heading/Replace with jpg
Initial Tags
css
Initial Language
CSS