1.
The guide does work. It is not possible to add a song in with a button that says "click", it's only possible to do it with a little play button. You need to use a
custom section, which is actually much easier than it sounds. Here's an excerpt:
Code:/*About Me*/
.about ul ul{position: absolute; margin-left:-40px;}
.about ul {position: absolute; top:5px;}
.about embed, .about object {position: absolute; top: 141px; left: 61.5px;}
.about ul is what you use to indicate the custom sections, and .about embed, .about object is what you use to indicate the actual youtube media.
In order to do this, you also need to change your actual about section (the place you like, type stuff about you). Here's an excerpt:
Code:[list=1][youtube]http://www.youtube.com/watch?v=31nOaXSeqSo&color2=BCF1ED&autoplay=1[/youtube][/list]
That's all you need to do. (Sorry if this is weird-sounding, I'm a little rusty. The guide really does help, you just need to re-read it a couple times to really grasp it.)
2.
Code:.about {overflow: hidden;}
.about {overflow-x: hidden; overflow-y: auto;}
That works for everything, just switch out .about with whatever you want. When you hover over the section, the hover bar will show.
3. .rcl is the thing you use to position it.
Here's the post for it. Just position it like a normal thing.
4. Ughhhhhhh this one requires a period of "intense coding", which is essentially just moving around the buttons until they hover over the area you want them to. They're sort of finickity, the buttons. They don't like to do anything, so it's really a lot of experimentation. Here's the thing for it, if you want to go for it.
Code:ul.z {positioning things}
.z a {height and width things}
.z a, .zR {beautifying things}
Essentially, you just want to make them transparent and have them hover over your buttons (you may want to make them transparent AFTER you position them, lol. Personal experience.)
5.
Code:body {background: #ffffff;}
That should do the trick. If I get what you're asking.
6. Explained above.
Jeeeesus, I hope that helped. I sort of really really really am out of practice, but everything SHOULD work. If you need any more help, I'm always here, and as are all the other users who do great work. c:

by
Havoc » Sat Feb 04, 2012 2:37 am