why oh why doesnt this wrk?, comment box |
why oh why doesnt this wrk?, comment box |
![]()
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2006 Member No: 448,574 ![]() |
ok so i made a layout for a friend n everything is wrking BUT the comment box heres the code im using...
CODE <div class="content" style="position: absolute; background-color:transparent; left: 480px; top:1590px; width:360px; height:100px; overflow: none;"><center> <br> <form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="friendID" value="13156955" type="hidden"><textarea name="f_comments" cols="40" rows="6" style="border-width: 1px; border-style: solid; border-color: FFFFFF; font-family: arial; font-size: 10px; color: FFFFFF; background-color: 545452;" style="overflow:auto;">leave some love <3.</textarea><BR> <input value="add comment" style="border-width: 1px; border-style: solid; border-color: FFFFFF; font-family: arial; font-size: 10px; color: 000000; background-color: 545452;" type="submit"></form></center> </div> <div class="comments" style="position: absolute; left:445px; top:1134px; width:607px; overflow:auto; overflow-x:hidden;"><center> <center> </td> </tr> </table> </DIV> <div class="comments"> <table><tr><td><table><tr><td> anyone got any ideas y it aint working? oh n its a div layout |
|
|
![]() |
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Here are my suggestions, but this has been a common problem. So far I haven't read a solution. But these suggestions are just well things you should try.
For your div codes did you name them all content? Meaning here: QUOTE <div class="content" If so try giving them different names. Then add z-indexes. Heres how you add one: QUOTE <div class="content" style="position: absolute; background-color:transparent; left: 450px; top:600px; width:305px; height:105px; overflow: none;z-index:1;"><center><br> But give each div a different number. But these may not be fixes but there suggestions. You can also post your codes, I can try to play around w/ them see if I find anything. |
|
|
![]() ![]() |