Log In · Register

 
 
Closed TopicStart new topic
everything not hidden
iceicebrady
post 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
 
duplicatex0x0x0
post Jan 3 2006, 09:53 PM
Post #2


Senior Member
******

Group: Duplicate
Posts: 1,912
Joined: May 2005
Member No: 137,527



i don't think you can get rid of that unless, you use a div to cover it, one that is at the position and a little bigger than the box itself and cover it
 
iceicebrady
post Jan 3 2006, 10:41 PM
Post #3


Member
**

Group: Member
Posts: 13
Joined: Dec 2005
Member No: 331,215



how could i do that?
 
duplicatex0x0x0
post Jan 3 2006, 10:43 PM
Post #4


Senior Member
******

Group: Duplicate
Posts: 1,912
Joined: May 2005
Member No: 137,527



use the tutorial here -
http://www.createblog.com/forums/index.php?showtopic=97397

if you have any problems or questions you can IM me @
Th0m45c
 
iceicebrady
post Jan 5 2006, 06:32 PM
Post #5


Member
**

Group: Member
Posts: 13
Joined: Dec 2005
Member No: 331,215



that code that you gave me over AIM tonight for some reason still didn't work so I guess I'll just have to put up with it because I tried doing a div over it and I just had no clue how to do it.
 
duplicatex0x0x0
post Jan 5 2006, 06:55 PM
Post #6


Senior Member
******

Group: Duplicate
Posts: 1,912
Joined: May 2005
Member No: 137,527



I wrote a couple of tutorials on divs.

http://www.createblog.com/forums/index.php?showtopic=116852
http://www.createblog.com/forums/index.php?showtopic=116853

for the positioning one, use the absolute one...

I know it's complicated. but just suggestions to fix your page.
 
iceicebrady
post Jan 5 2006, 07:30 PM
Post #7


Member
**

Group: Member
Posts: 13
Joined: Dec 2005
Member No: 331,215



so I have to just mess around with the numbers until I found ones that work?
or is there possibly maybe a way that I can see what numbers to put in?
 
duplicatex0x0x0
post Jan 5 2006, 07:42 PM
Post #8


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
 

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