Log In · Register

 
Why did my div stop working?
protos
post Jul 24 2006, 02:26 PM
Post #1


I listen to bands that don't even exist yet...
*****

Group: Member
Posts: 330
Joined: Sep 2005
Member No: 249,189



So my myspace is a work in progress and I had the div working but then it decided to stop working. or I accidentally messed something up

I have a marquee that went throughpart of the image, I then put my logo over the marquee in a div. Now the logo doesn't show up and I don't know why.

http://www.myspace.com/94071168

About me:
CODE
<style type="text/css">
    table, tr, td {background:transparent;}
    table table table table, table table table table td.text, table.contactTable {display:none;}
    td.text table, .orangetext15 {visibility:hidden;}
    td.text table table {display:inline; visibility:visible;}
    td.text td.text table {display:none;}
    div b font font, div font font u {display:none;}
.whitetext12 { display: none; }
.nametext { display:none;}


body{background-color:8C0000;}
Table, Td{ background-color:transparent; }
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited { color:ffffff; font-weight:normal; font-style:normal;}
a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:visited{ color:ffffff; font-weight:normal; text-decoration:underline; font-style:normal; }
a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color:ffffff; font-weight:normal; font-style:normal; }
table, td, div, p {background: transparent;}
a.searchlinkSmall:link, a.searchlinkSmall:visited, a.searchlinkSmall:active, a.searchlinkSmall:hover, a.navbar:link, a.navbar:visited, a.navbar:active, a.navbar:hover{color: 8C0000;font-size: 2px;}

div table form tr td, a.navbar, font{visibility:hidden!important; height:0px!important;}


.{hiding the bottom links}
table tr td div div {visibility:hidden;border:0px!important;background-color:transparent;}
. {hiding the copyright}
table div font a, table div div {visibility:hidden; display:none;border:0px!important;background-color:transparent;}
</style>


Who I'd Like to meet:
CODE
<div style="position: absolute; width:864px; height: 1000px; top:0px; left: 0px; background-color:8C0000;">        
<IMG SRC="http://img154.imageshack.us/img154/1286/symetryri5.jpg" BORDER=0>
</div>

<div class="content" style="position: absolute; left:56px;  top:345px; width:753px; height:174px; overflow: auto;"><center>
<marquee>
<a href="http://www.myspace.com/danielryanphotography"><img src="http://img152.imageshack.us/img152/2430/frd44wp.jpg" border="0" alt="Daniel"/></a>
<a href="http://www.myspace.com/safetypins_poke_me"><img src="http://img135.imageshack.us/img135/5628/frd10qg.jpg" border="0" alt="Taylor"/></a>
<a href="http://www.myspace.com/chipidy"><img src="http://img223.imageshack.us/img223/2258/frd29df.jpg" border="0" alt="Seth"/></a>
<a href="http://www.myspace.com/humperdinks_and_winks"><img src="http://img223.imageshack.us/img223/4370/frd37xh.jpg" border="0" alt="Haley"/></a>
<a href="http://www.myspace.com/"><img src="http://img95.imageshack.us/img95/1907/frd5sf8.jpg" border="0" alt="Candace"/></a>
</marquee>
</div>

<div class="content" style="position: absolute; left:56px;  top:549px; width:353px; height:178px; overflow: auto;">

This site is coming soon.<br>You are looking at <br>an advanced copy. Lucky you.

</div>

<div class="content" style="position: absolute; left:56px;  top:728px; width:353px; height:15px; overflow: auto;">
<embed allowScriptAccess="never" allownetworking="internal"
     src="http://webjay.org/flash/xspf_player?autoload=1&autoplay=1&playlist_url=http://webjay.org/by/protos/nathanrock.xspf" quality="high" bgcolor="8C0000" width="353" height="15" name="xspf_player" align="middle" type="application/x-shockwave-flash" />
</div>

<div class="content" style="position: absolute; left:56px;  top:780px; width:245px; height:199px; overflow: auto;"><center>
Remember, Remember the fifth of November
<form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="friendID" value="36411043" type="hidden"><textarea name="f_comments" cols="35" rows="7" style="border-width: 1px; border-style: solid; border-color: 8C0000; font-family: arial; font-size: 10px; color: 8C0000; background-color:ffffff;" style="overflow:auto;">Vi Veri Veniversum Vivus Vici</textarea><BR>

<input value="Add Comment" style="border-width: 1px; border-style: solid; border-color: bc0000; font-family: arial; font-size: 11px; color: 8C0000; background-color: ffffff;" type="submit"></form></center>
</div>

<div class="comments" style="overflow:auto; width: 504px; height:199px; position: absolute; top:780px; margin-left: 303px;"> <center><table><table><tbody><tr><td><table></center></div>

<div style="position: absolute; left:56px;  top:300px; width:448px; height:425px; overflow: auto;">
<img src="http://img213.imageshack.us/img213/8674/centerul3.gif">
</div>


THe very last div is the one that's not working. When I tried to fix it I messed up the positioning, but it should at least show up

and by the way, my comments aren't showing up in the div they were suppposed to be in as well.
 
 
Start new topic
Replies
*This Confession*
post Jul 24 2006, 02:56 PM
Post #2





Guest






welll if you read the tutorial on making a div

your comment won't show up if your using this

QUOTE
.{hiding the bottom links}
table tr td div div {visibility:hidden;border:0px!important;background-color:transparent;}
. {hiding the copyright}
table div font a, table div div {visibility:hidden; display:none;border:0px!important;background-color:transparent;


it interupts the code and so it makes the comments not show up, other stuff that you could possibly be hiding would do it as well.

Is the last div the comments div? from the tag name it looks like it iis
 

Posts in this topic
protos   Why did my div stop working?   Jul 24 2006, 02:26 PM
This Confession   welll if you read the tutorial on making a div yo...   Jul 24 2006, 02:56 PM
protos   ok so I removed the "hiding the bottom links ...   Jul 24 2006, 04:20 PM


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: