Log In · Register

 
 
Closed TopicStart new topic
div overlay covers bottom links, div overlay covers bottom links
wig1176
post Mar 8 2009, 01:10 PM
Post #1


Newbie
*

Group: Member
Posts: 7
Joined: Mar 2009
Member No: 718,191



hi,
my div overlay covers up the bottom links. is there a quick fix to this? i don't have any code that hides them or anything.they just aren't there
CODE
<style>
table, tr, td{
background-color:transparent;
}

table table table, table table table td{
background-color:transparent;
}

body, body.bodycontent{
background-color:rgb(0,0,0);

background-position:top left;
background-repeat:repeat;
background-attachment:fixed;
}

table table table table, table table table td{
background-image:none;
background-color:transparent;
}

body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{
color:rgb(204,204,204);
font-weight:normal;
font-style:normal;
text-decoration:none;
text-transform:none;
font-family:verdana,sans-serif;
}

.orangetext15, strong, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{
color:rgb(0,204,255);
font-weight:bold;
font-style:normal;
text-decoration:none;
text-transform:none;
font-family:verdana,sans-serif;
}

a, a font, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.man font, a.redlink, a.redlink:visited{
color:rgb(0,204,255);
font-weight:normal;
font-style:normal;
text-decoration:underline;
text-transform:none;
font-family:verdana,sans-serif;
}

a:hover, a:hover font, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.man:hover font, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover,

a.redlink:hover{
font-weight:normal;
font-style:normal;
text-decoration:underline;
text-transform:none;
}

table table table, div table table{
;
}
a </style>
<style>
.contacttable {display:none}


.blankslate{
position:absolute;
top:128px;
left:50%;
margin-left:-400px;
width:800px;
height:1204px;
z-index:1;
padding:0px;
border:0px solid black;
background-color:000000;
}

.aboutme{
position:absolute;
top: 490px;
left:50%;
margin-left:-112px;
width:490px;
height:700px;
overflow: auto;
z-index:3;
padding:0px;
border:0px solid black;
}

.comments{
position:absolute;
top: 1332px;
left:50%;
margin-left:-400px;
width:800px;
z-index:2;
padding:0px;
border:0px solid black;
background-color:000000;
}
</style>


and in my layout:
CODE
<div class="blankslate"><img src="http://igpromotions.com/IGP_DIV_BKG.jpg" /><img /></div>
<div class="aboutme">
<b>IGPromotions</b>
<br />
<br />
You work hard at your art, your music, your business. While it is fulfilling to create, you’ve got to balance the financial aspects as well. Let IGPromotions help YOU reach your target

audience, and help generate that revenue. <br />
<br />

We are a small group of musicians / artists familiar with the many roadblocks and pitfalls faced by those of us in the entertainment industry. A lifetime of “learning” has allowed us to

refine the many types of promotion available and concentrate on what works for an individual’s needs. <br />
<br />
We handle the online promotional aspects of your business bringing YOU straight to your desired audience. We offer a wide range of services that can use your existing site or build

from the ground up. Our services include :
<br />
<br />
<b>MYSPACE SERVICES</b>
<br />
*Friend Adding
*Event Promotion
*Site Administration
*Site Construction
<br />
<br />
<b>TRADITIONAL SITES</b>
<br />

*Site Construction
*Site Administration
*Emailing Lists
<br />
<br />
<b>SITE CONTENT</b>
<br />
*Creative writing: Bio’s / Comment mailers / Site content
* Access to pro level Live and Studio Photography
* Access to pro level Live and Studio recording <br />
<br />


Our services are custom tailored to an individual client and can run from daily administration to uniquely tailored campaigns. We will sit with you and configure a plan that addresses

YOUR needs.
<br />
<br />
Allow us to help get your online community working for you, and a successful business won’t be far behind! <br />
<br />

<br />
<b>PRODUCT EXAMPLES</b>
<br />
<br />
<img src="https://ignatiousbass.sslpowered.com/igpromotions.com/uuuad.jpg" width="351" height="351" />
<br />
<br />
<img src="http://www.ignatiousbass.com/gogoad.jpg" width="351" height="351" />

</div>
<div class="comments" align="center"><table><tr><td><table><tr><td></div>
Reason for edit: Please use [codebox] tags instead of [code] tags when posting long codes. - Mike
 
none345678
post Mar 8 2009, 01:14 PM
Post #2


Sex, Blood, & RocknRoll
*******

Group: People Staff
Posts: 5,305
Joined: Nov 2007
Member No: 596,480



Can you post a link to your myspace?
 
fixtatik
post Mar 8 2009, 03:12 PM
Post #3


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



it's still not technically against the terms of service to hide them. i usually just add in a block link afterward, as well as a link for the terms, safety, privacy and reporting abuse. i've been fine so far, even for layouts i've done for clients.

but, if you were to use the thousand <br /> method, you could just use one with a line-height attached to it.
CODE
<br style="line-height:##px;" />

just change ## to the number you'd need to make the bottom links show up.
 
wig1176
post Mar 9 2009, 12:32 PM
Post #4


Newbie
*

Group: Member
Posts: 7
Joined: Mar 2009
Member No: 718,191



thanks. i thought of replicating the table too. wasn't sure if that was "cheating" or not! lol. unfortunately. none of this works.
here's my page
http://myspace.com/igpromotions
 
wig1176
post Mar 9 2009, 01:03 PM
Post #5


Newbie
*

Group: Member
Posts: 7
Joined: Mar 2009
Member No: 718,191



how come they aren't at the bottom of the page?
 
wig1176
post Mar 9 2009, 02:17 PM
Post #6


Newbie
*

Group: Member
Posts: 7
Joined: Mar 2009
Member No: 718,191



they are now yes. i have them in a div that is set to absolute postion. i am really confused however. they seem to be inside my "comments" div and not on their own. i will research further. is there a way to make a div and place the bottom links inside the div? how did these guys do it:
http://myspace.com/ourafter
 
wig1176
post Mar 9 2009, 02:33 PM
Post #7


Newbie
*

Group: Member
Posts: 7
Joined: Mar 2009
Member No: 718,191



i agree. there are more divs on that page than i can count. lol.
i was just wondering how to do it for future pages. my next page is to tackle my band's music page. thanks guys, y'all are a wealth of knowledge here and very friendly.
peace
wiggy
 
Mickey
post Mar 9 2009, 02:51 PM
Post #8


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



What do you mean they're "inside the comments div and not on their own"? They look fine to me.
 
tokyo-rose
post Jul 16 2009, 05:27 PM
Post #9


Senior Member
********

Group: Head Staff
Posts: 18,173
Joined: Mar 2005
Member No: 108,478



Topic Closed, and Moved to Myspace Resolved Topics. Please PM a moderator if you would like this reopened.
 

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