DIV no slideshow, no player |
DIV no slideshow, no player |
Jun 12 2007, 04:53 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Jun 2007 Member No: 533,859 |
Hello,
Ive been reading a lot of information on this forum and found many answers to previous problems, but despite much research I have a problem that I just cant figure out. Through much perseverence I made a div layout. Everything was going fine until I tried to add a music player and a slideshow. They didnt appear, though the music was playing. I figured I was hiding things, so I changed a few things and thats when a box decide to jump somewhere else and my zodiac sign appeared from under the div. I would appreciate if anyone could have a look at this code and tell me what part of it is hiding things, the site is www.myspeace.com/krizspace Here's me code: About me: <style type="text/css"> .btext {display:visible;} .contacttable {display:none;} .lightbluetext8 {display:visible;} .nametext {display:none;} .orangetext15 {display:hidden;} .redlink {display:none;} .whitetext12 {display:visible;} .hidden{visibility:hidden; display:none;} .comments {visibility:visible;display:inline;} .body { background-color:white; } table tr td { background-color:white; } .profile { background-color:white; border:30px solid DarkGoldenRod; font-size:22pt; font-weight: bold; color: 003355; text-align:center; padding: 10px; position:absolute; left:50%; margin-left:-400px; top:175px; height:2700px; width:800px; z-index:1; } .picture { background-color:white; border:5px solid DeepPink; text-align:center; padding: 14px; position:absolute; left:50%; margin-left:-350px; top:230px; z-index:2; } a.link1:active, a.link1:visited, a.link1:link { font-size:14px; font-weight:bold; font-family:helvetica; color:003355; } a.link1:hover { color:0066CC; } .buttons { width:142px; background-color:FFFFCC; border:5px ridge Gold; padding:12px; text-align:center; } .messageme { position:absolute; left:50%; top: 405px; margin-left:-350px; z-index:2; } .addme { position:absolute; left:50%; top: 460px; margin-left:-350px; z-index:2; } .blockme { position:absolute; left:50%; top: 515px; margin-left:-350px; z-index:2; } .aboutme { background-color:FFFFCC; border:3px solid DarkGoldenRod; font-family:helvetica; font-size:12px; font-weight:bold; color:003355; padding: 10px; position:absolute; left:50%; margin-left:-150px; top:270px; z-index:2; height:600px; width:350px; overflow:none; } .smallerbox { background-color:FFFFCC; border:5px solid DeepPink; font-family:helvetica; font-size:12px; color:003355; padding: 10px; position:absolute; left:50%; margin-left:-350px; top:600px; z-index:2; height:230px; width:145px; overflow:none; } .comments { left:50%; margin-left:-150px; top:900px; position:absolute; height:200px; width:200px overflow:none; text-align:center; z-index:5; } .band_player { visibility:visible; position:absolute; left:50%; margin-left:-350px; top:700px; } </style> I'd like to meet <div class="profile">Kriz space</div> <div class="picture"><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=91730202&friendName=krizspace" class="link1"><img src=" http://a618.ac-images.myspacecdn.com/image...1.jpg"> <br></a></div> <div class="messageme buttons"><a href="http://www.myspace.com/index.cfm?fuseaction=mail.message&friendID=91730202" class="link1">Message Me</a></div> <div class="addme buttons"><a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=91730202" class="link1">Add Me</a></div> <div class="blockme buttons"><a href="http://www.myspace.com/index.cfm?fuseaction=block.feedback&userID=91730202" class="link1">Block Me</a></div> <div class="aboutme"><p>OK so Im having a few problems with this, I cant get slideshows or music, boo! Why on Earth did I try and do this crazy myspace nonsense when it seems everybody is already on facebook, it seems I completely missed jumping on the bandwagon. Also if anybody has a good suggestion for how to bring back the white text in the blue boxes (home, browse, search etc.) above, I would really appreciate it. They are there if you hover the mouse over them but it would be nice if we could see them all the time. I'm not using any generator's here, I'm still getting my head around css...slowly...</p><p>OK enough of that, onto more important matters! Our next night:</p><p>No flyer yet! But it's CANADA DAY (Saturday June 30) at Liquid Lounge. And I can't wait. </p> <div class="smallerbox">My hobbies include cereal collecting, game-inventing, toe-tapping, shoe-tossing, head-banging, bleep-listening, tune-tracking, arm-flailing, sabre-challenging, record-spinning, beat-nodding, knee-bobbing, mysteriously-sneaking, air-pointing, party-throwing, silly-dancing and echo-effectingtingtingting.... </div> <DIV class="comments"><table><tr><td><table><tr><td> Heroes </td></tr></table> </td><td class="text"> <div class="comments"> <table><tr><td><table><tr><td> |
|
|
|
nvek DIV no slideshow, no player Jun 12 2007, 04:53 AM
digitalfragrance Okay, first where are you trying to add your new c... Jun 12 2007, 10:49 AM
nvek Aha! Thank you, that certainly puts the text b... Jun 13 2007, 09:56 PM
digitalfragrance In your comments div, you can try using margin val... Jun 14 2007, 10:15 AM
nvek Thanks for your rapid reply.
I will try your sugge... Jun 14 2007, 08:33 PM
digitalfragrance Try this script:
http://www.createblog.com/scripts... Jun 14 2007, 10:05 PM
nvek Thanks again. Yes, that does hide everything excep... Jun 15 2007, 12:52 AM![]() ![]() |