Fixing the Comments, in a DIV |
Fixing the Comments, in a DIV |
Jul 16 2006, 04:11 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 71 Joined: May 2006 Member No: 406,332 |
I want to make my comments section transparent but I don't know how. I want to get rid of everything except just the comments. Also, how do you make it tiny?
|
|
|
|
![]() |
Jul 16 2006, 09:41 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
http://forum.myspace.com/index.cfm?fuseact...oupID=100636674
That should make the bg transparent, it also tells you how to put ony comments there. |
|
|
|
Jul 17 2006, 12:34 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 71 Joined: May 2006 Member No: 406,332 |
It's working. Thanks.
|
|
|
|
Jul 17 2006, 01:16 AM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 71 Joined: May 2006 Member No: 406,332 |
how do you make it tiny? i want to get rid of the horizontal scroll-bar.
|
|
|
|
Jul 17 2006, 01:30 AM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 71 Joined: May 2006 Member No: 406,332 |
CODE <style type="text/css"> .Main { position:absolute; left:31%; top:0px; width:600px; z-index:1; margin-left:-400px; padding:0px; border:0px; background-color:transparent;} .comt td, .comt table{width:0px!important; height:0px!important; background-color:transparent!important; border:0px!important; _padding:2px!important;} .comt, .comt td, .comt table, .comt td a img, .comt td td td a, .comt td b a, .comt td .redlink{visibility:visible;} .comt td td td b{top:0px; display:inline;} .comt td td td table, .comt .orangetext15, .redlink, .comt .btext, .rid, .frnd{display:none;} .comt td b, .blacktext10 {display:block;} .comt {z-index:7;} .comt table, .comt b {position:relative; top:-39px; _top:-30px;} .comt {width:230px; height:200px; overflow:auto; background-color:transparent; border:0px solid; border-color:black; position:absolute; top:858px; left:50%; margin-left:350px; } .bbzherp {comment timestamp width} .blacktext10 {width: 320px;} .bbzherp {hides: Displaying XX of XX comments(View/Edit All Comments);} .comt td b{display:none;} .bbzherp {style of: ALL text;} .comt td, .comt span {font-size:10px !important; font-family:Verdana !important; color:white!important; text-transform: uppercase} .bbzherp {style of: ALL links;} .comt a {color:B9510C!important; text-decoration:none !important;} .comt a:hover {color:white!important;} .bbzherp {comment: timestamp;} .comt .blacktext10 {color:B9510C!important; font-size:11px !important;} .bbzherp {resizes: images posted in comments;} .comt td img {width:300px; max-width:300px; width:auto; _width:300px !important;} .bbzherp {resizes: linked images including friends profile pic;} .comt td a img {width:50px; max-width:50px; width:auto; _width:50px !important;} </style> Code for the comments. What do I change/add to make it tiny? |
|
|
|
Jul 17 2006, 09:49 AM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Did you edit any of these parts? I also think that if you edit the size of tables in your profile it should edit the size of the comment one.
CODE .comt td, .comt table{width:0px!important; height:0px!important; background-color:transparent!important; ? Also : CODE .blacktext10 {width: 320px;} Make teh date the same with as the comments or the date is going to cause a horizontal scrollbar. |
|
|
|
Jul 17 2006, 02:56 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 71 Joined: May 2006 Member No: 406,332 |
Alright, thanks, it worked. I checked to see what it looks like on IE and it was misalligned. Oh well.
|
|
|
|
![]() ![]() |