Moving/Resizing Friends & Comments, Div Overlay Problem |
Moving/Resizing Friends & Comments, Div Overlay Problem |
Mar 23 2007, 06:52 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Mar 2007 Member No: 511,655 |
My problem is that I am wanting to be able to see my friends and comments. I would also like to be able to resize/move them (if thats possible, I think I have done it before).
I am using a div overlay and pretty much got it down except for this small problem. I put in the code to hide everything and forsome reason it hid everything but my friends and PART of my comments tables. Click here to look at my profile to see what I mean. Any help would be appreciated. About Me CODE <style type="text/css"> .btext, .contacttable, .lightbluetext8, .nametext, .orangetext15, .whitetext12, .text .text {display:none;} div table td font, table td div, td.text table, table table table {visibility:hidden;} div table table td font a, table table td div, td.text table table, td.text table table td.text {visibility:visible;} body {cursor: url(http://www.Skize.com/graphics/cursors/misc/blue_lightning.ani)} p.small {line-height: 90%; color:red;} p.misc {color:red; font-size:75%; font-style:bold;} </style> I'd Like To Meet CODE <div class="divAM"> <div class="divSlideShow"> content </div> <div class="divAMC"> <center> more content <marquee behavior=scroll direction=up scrolldelay="500"> even more content </marquee> </div> <div class="divContact"> contact table links </div> <div class="divProf"> <div class="divProfInfo"> info about me </div> <p class="small"><br /> <center><font color=red><b>My Name</b></font></center></p> ...<img src="http://a991.ac-images.myspacecdn.com/images01/21/l_d1c489bd45d59a857a82646a0739421e.gif"><br /><br /> ...<font color=red>View My <a href="na.html">Pics</a>|<a href="Vid.html">Videos</a></font> </div> </div> <div class="divRS"> more content </div> Music CODE <center><object type="application/x-shockwave-flash" data="http://www.mp3assets.com/player.swf?myid=389264&rand=1&f=3" height="150" width="218" align="middle">
<param name="movie" value="http://www.mp3assets.com/player.swf?myid=389264&rand=1&f=3" /> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="flashvars" value="path=2007/03/01" /> <param name="menu" value="false" /> <param name="quality" value="best" /> <param name="scale" value="noscale" /> <param name="bgcolor" value="#ffffff" /> <param name="wmode" value="transparent" /> </object></center> <style type="text/css"> a.navbar:active, a.navbar:visited, a.navbar:link { color:808080; } a.navbar:hover { color:ffffff; } body {background-color: black;} table, tr, td {background:transparent;} .divAM { background-color: transparent; margin-left: -375px; position: absolute; z-index: 2; height: 40000px; width: 750px; left: 50%; top: 190px;border: 0px; overflow: auto;} .divProf { background-color: transparent; margin-left: -365px; position: absolute; z-index: 3; height: 200px; width: 200px; left: 50%; top: 10px;border: 0px; overflow: auto;background-image:url('http://img89.imageshack.us/img89/5733/profilebgsmallersh8.jpg');} .divProfInfo { background-color: transparent; margin-left: 10px; position: absolute; z-index: 3; height: 170px; width: 80px; left: 50%; top: 25px;border: 0px; overflow: auto;} .divContact { background-color: transparent; margin-left: -365px; position: absolute; z-index: 3; height: 103px; width: 200px; left: 50%; top: 210px;border: 0px; overflow: auto;background-image:url('http://img221.imageshack.us/img221/3271/contacttablepa0.jpg')} .divAboutMe { background-color: transparent; margin-left: -165px; position: absolute; z-index: 3; height: 300px; width: 520px; left: 50%; top: 11px;border: 0px; overflow: auto;background-image:url('http://img412.imageshack.us/img412/9492/aboutmesectionbl6.jpg')} .divAMC { background-color: transparent; margin-left: -125px; position: absolute; z-index: 4; height: 230px; width: 452px; left: 50%; top: 61px;border: 0px; overflow: auto;scrollbar-shadow-color: black;scrollbar-highlight-color: black;scrollbar-face-color: black;scrollbar-3dlight-color: black; scrollbar-darkshadow-color: black;scrollbar-track-color: black;scrollbar-arrow-color: black;} .divSlideShow { background-color: transparent; margin-left: -365px; position: absolute; z-index: 5; height: 602px; width: 200px; left: 50%; top: 317px;border: 1px solid red; overflow: auto;background-image:url('http://img221.imageshack.us/img221/3271/contacttablepa0.jpg');} |
|
|
|
bulletbutter Moving/Resizing Friends & Comments Mar 23 2007, 06:52 PM
Ralph501 Did you try to use this? Since you're making a... Mar 23 2007, 09:26 PM
toyo loco There is also this. Your profile doesn't work... Mar 23 2007, 10:23 PM
bulletbutter QUOTE(Ralph501 @ Mar 23 2007, 10:26 PM) D... Mar 23 2007, 11:42 PM![]() ![]() |