Vertical spacing between comments |
Vertical spacing between comments |
Dec 12 2006, 02:50 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 441 Joined: Dec 2005 Member No: 330,617 |
I have a DIV overlay layout, and I have my comments displaying in a scrolling DIV. However, there is more space between each comment than I would like for there to be.
Is there any way to alter this? I've tried searching the forums to no avail. This is the related code: CODE <style type="text/css"> .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, .frnd{display:none;} .comt td b, .blacktext10 {display:block;} .comt {z-index:7;} .comt table, .comt b {position:relative; top:-39px; _top:-30px;} JB{The Main: comment div;} .comt {width:386px; height:137px; overflow-x:hidden; overflow-y: scroll; z-index:1; background-color:#9CFBAC; border:0px solid; border-color:black; position:absolute; top:557px; left:500px; margin-left:-100px; margin-bottom: 3px; } JB {Timestamp: width;} .blacktext10 {width: 300px;} JB{resizes: linked images including friends profile pic} .comt td td td a img {width:70px; max-width:260px; _width:70px !important;} JB{all text in comments} .comt td td td, .comt td td td b {font-family: Tahoma; font-size: 10px; color:000000;} JB{Displaying XX of XX comments View Edit All Comments} .comt td b, .comt td b a, .redtext {font-family: Tahoma; font-size: 10px; color:9CFBAC;} .comt td b a:hover {font:bold 10px tahoma; color:9CFBAC;}</style> Thanks in advance |
|
|
|
![]() ![]() |