everything not hidden |
everything not hidden |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Dec 2005 Member No: 331,215 ![]() |
i used the code here to hide my comments and then put a link to them but it for some reason there is still a small gray box under my friends list where the comments used to be
is there anyway i can get rid of it? http://www.myspace.com/thagreatest |
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 ![]() |
I dont know the exact numbers that you would put in, becuase I dont have your exact layout, but I know that you are going to want to move the div to the right a little bit and down. in the absolute code, it tells you which things to mess with, use the ones that say (px) don't mess with the (%) part of the code. :)
IM guessing that you would use the code like so: <style> .div1 { background-color:000000; color:000000; border:0px solid; border-color:silver; width:400px; height:100px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left: 50px; margin-top:300px; visibility:visible;} </style> but you want to keep both numbers in bold positive, you may want to go up or down with the numbers but not into negatives |
|
|
![]() ![]() |