everything not hidden |
everything not hidden |
Jan 3 2006, 05:38 PM
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 |
|
|
|
![]() |
Jan 5 2006, 07:42 PM
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 |
|
|
|
iceicebrady everything not hidden Jan 3 2006, 05:38 PM
tcunningham1589 i don't think you can get rid of that unless, ... Jan 3 2006, 09:53 PM
iceicebrady how could i do that? Jan 3 2006, 10:41 PM
tcunningham1589 use the tutorial here -
http://www.createblog.com... Jan 3 2006, 10:43 PM
iceicebrady that code that you gave me over AIM tonight for so... Jan 5 2006, 06:32 PM
tcunningham1589 I wrote a couple of tutorials on divs.
http://www... Jan 5 2006, 06:55 PM
iceicebrady so I have to just mess around with the numbers unt... Jan 5 2006, 07:30 PM![]() ![]() |