Log In · Register

 
 
Closed TopicStart new topic
So this whole ordeal here., I really NEED help
Angelkore
post Jun 14 2008, 04:00 PM
Post #1


Newbie
*

Group: Member
Posts: 6
Joined: Jun 2008
Member No: 658,382



CODE
<style type="text/css">
table td div div font {visibility:hidden;}
</style>
<style>.navigationBar{display:none;}</style><style type="text/css">
table td div {visibility:hidden;}
table table td div {visibility:visible;}
tr {background:transparent;}
div div { position:absolute; margin-top:-100px; }
</style>
<style>
body
{
background: black;
}

<div id="comment box" style="left:100px; top:200px; right:0px; position:absolute; width:0; height:0;">
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment&friendID= 155256066"><input name="friendID" value="155256066" type="hidden"><textarea name="f_comments" cols="15" rows="5" style="font-family: verdana; font-size: 10px; border: 0px none 000000; "></textarea><br /><input type="submit" value="take a walk?" /></form><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/CIMP/bT*xJmx*PTEyMTM*NTc3MTQ2NzEmcHQ9MTIxMzQ1NzcyMjk2OC ZwPTc2MTcxJmQ9Q29tbWVudCtCb3grR2VuZXJhdG9yJm49bXlz cGFjZSZnPTE=.jpg" />
</style>
</style>

<div id="Main image." style="left:60px; top:0px; right:0px; position:absolute; width:731; height:600;"><img src="http://i296.photobucket.com/albums/mm190/AngelKore_08/myspacething.png" border="0" alt="Photobucket"></a></div>

<div id="hiding stuff">
<div id="removeusershortcuts">
<style>
.a {hide top search and shortcuts bar}
div table div form {display:none !important}
.bodyContent div td div div select {margin-top:-1000px;}
.bodyContent div div select {width:0px !important;}
.bodyContent table table div form {display:inline !important;}
</style>
</p>
<div style="display:none">
<table>
<tr>
<td>
<table>
<tr>
<td>
<style>
.a {hide details section}
.userProfileDetail {display:none;}
</style>

<style>div[id="googlebar"],
div div select{
opacity:0;
filter:alpha(opacity=0);
display:none !important;
position:absolute !important;
bottom:2000px !important;}</style>
<style type="text/css">
.cb {wolfreak_99.createblog.com}
.bodyContent td div div a:last-child, .bodyContent td div div span {display:none;}
</style><style type="text/css">a.text, table div font a, table div div {visibility:hidden;}</style>


I know it extremely messy. But i am a noob at html, i am just good at photoshop, could someone tell me how i can program the comment box on this particular image. http://i296.photobucket.com/albums/mm190/A...yspacething.png

Please respond as fast as possible, :) thanks you

-Angelkore.
 
Relentless
post Jun 14 2008, 05:07 PM
Post #2


sang loves hayden.
*******

Group: Staff Alumni
Posts: 3,373
Joined: Feb 2004
Member No: 5,687



What do you mean? Be specific.

Do you mean help positioning the comment box? If so, put the comment box in a DIV.
 
Angelkore
post Jun 14 2008, 05:27 PM
Post #3


Newbie
*

Group: Member
Posts: 6
Joined: Jun 2008
Member No: 658,382



if you look at the image i gave, there is a comment area, i dont know how to add a working comment box there.
 
tokyo-rose
post Jun 14 2008, 05:30 PM
Post #4


Senior Member
********

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



The code already includes the comment box, with the friend ID input and all.

CODE
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment&friendID= 155256066"><input name="friendID" value="155256066" type="hidden"><textarea name="f_comments" cols="15" rows="5" style="font-family: verdana; font-size: 10px; border: 0px none 000000; "></textarea><br /><input type="submit" value="take a walk?" /></form>
 
Angelkore
post Jun 14 2008, 09:19 PM
Post #5


Newbie
*

Group: Member
Posts: 6
Joined: Jun 2008
Member No: 658,382



Yeah i know it has the comment box, i just don't know how to get the comment box to show above the image because its like behind the image.
 
Marlons
post Jun 14 2008, 09:35 PM
Post #6


Thread Killer
******

Group: Staff Alumni
Posts: 1,012
Joined: Jun 2007
Member No: 530,544



Try putting a z-index somewhere in the code for the comment box div.
CODE
z-index:9;
 
Angelkore
post Jun 14 2008, 11:11 PM
Post #7


Newbie
*

Group: Member
Posts: 6
Joined: Jun 2008
Member No: 658,382



i have no idea what the problem is, would anyone mind scripting it for me? that would be the bset bet
 
Angelkore
post Jun 15 2008, 09:24 PM
Post #8


Newbie
*

Group: Member
Posts: 6
Joined: Jun 2008
Member No: 658,382



no takers?
 
Smarmosaur
post Jun 15 2008, 10:51 PM
Post #9


AKA RockIt Studios
******

Group: Official Member
Posts: 2,286
Joined: Jun 2006
Member No: 421,809



well, one, your code is an absolute mess...just to throw that out there. your DIV's don't end, and you have misplaced DIV and style tags...there's no way your coding is going to work. if you want, i can fix it up for you, but you will need to add in credit in the layout. obviously, i only ask for 50% coding credit. :]
two, once you get that fixed, add in z-index in each of the DIV's. this sets the "layers" for your layout. so, the DIV with the lowest number will be the image on the bottom. as the numbers build, the DIV's overlap. so this is what you need. just replace it in your coding.

CODE
<div id="comment box" style="left:100px; top:200px; right:0px; position:absolute; width:0; height:0; z-index:2;">
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment&friendID= 155256066"><input name="friendID" value="155256066" type="hidden"><textarea name="f_comments" cols="15" rows="5" style="font-family: verdana; font-size: 10px; border: 0px none 000000; "></textarea><br /><input type="submit" value="take a walk?" /></form><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/CIMP/bT*xJmx*PTEyMTM*NTc3MTQ2NzEmcHQ9MTIxMzQ1NzcyMjk2OC ZwPTc2MTcxJmQ9Q29tbWVudCtCb3grR2VuZXJhdG9yJm49bXlz cGFjZSZnPTE=.jpg" />
</style>
</style>

<div id="Main image." style="left:60px; top:0px; right:0px; position:absolute; width:731; height:600; z-index:1;"><img src="http://i296.photobucket.com/albums/mm190/AngelKore_08/myspacething.png" border="0" alt="Photobucket"></a></div>
 

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