Log In · Register

 
problem with comments, changing redbtext
Formica
post Nov 28 2006, 02:27 PM
Post #1


Member
**

Group: Member
Posts: 24
Joined: Jul 2006
Member No: 440,458



I am so close to being finished with my div overlay and I ran into the smallest little problem, which I can't seem to fix. In my comment div, I have the "Displaying xx of xx comments" and I want the text to be white. For some reason, only the xx is white. ??? Maybe one of you can help me and see something I'm missing.

Here's the code:

CODE
<style type="text/css">

.r{h p}
table {visibility:hidden;}

.r{hide nav}
div table td font {display: none;}

.r{show input}
table tbody tr td a.navbar,
table tbody tr td input,
table tbody tr td font
{visibility:visible;}

.r{main table transparent}
body table td {background-color: transparent;}

.r{hide more stuff}
table tbody table tbody td {visibility:hidden;}

.r{disable footer}
table tr td div div{display:none;}

.r{show important}
div table tbody tr td form input,
div table tbody tr td a img,
div table tbody tr td div a,
div table tbody tr td
{visibility: visible !important; color:red;}

body div table td form option{display:none!important;}
body div table td form select{display:none!important;}
body div table td form input{display:none!important;}

body {background-color:ffffff; background-image:url("http://28-200mm.com/28200bg.png"); background-repeat:repeat; background-position:top left; background-attachment:fixed;}
td, .text, .redtext, .redbtext, div {color:ffffff; font-family:arial; font-size:12px; line-height:11px; font-weight:normal; text-align:justify; !important;}
input, textarea {color:000000; font-family:arial; font-size:10px; line-height:11px; text-align:center; font-weight:normal; text-transform:uppercase;}

.r{HIDE FRIEND SPACE & SPAN TEXT}
.comt td td td table, .btext, .orangetext15, .redlink {display: none;}

.r{MAIN DIV STYLE AND POSITION ON PROFILE}
.comt {visibility: visible !important; width: 675px; height: auto; position:absolute; top: 700px; left:315px; overflow: hidden;}

.comt td {visibility: visible; background-color: transparent; border: none;}


.r{ BOLD TEXT LEFT IN COMMENTS STAY PUT }
.comt td td td b {top: 0px;}

.r{ C U S T O M I Z E T E X T L I N K S }

.r{ COMMENT TEXT }
.comt td td td, .comt td td td b {font-family: arial; font-size: 12px; color: ffffff;}

.r{ COMMENT LINKS incl friend name }
.comt td td td a {font-family: arial; font-size: 11px; font-weight:bold; color: 8c8c8c; text-transform: uppercase; text-decoration: none;}

.r{ COMMENT DATE }
.blacktext10 {font-family: arial; font-size: 10px; color:cccccc;}

.r{ O P T I O N A L }

.r{ STRETCH COMMENT TEXT TO RIGHT EDGE 130px of comt table width}
.blacktext10 {display: block; width: 150px;}
.r{ IE FIX FOR ABOVE }
.comt td td td {width: 100%;}

.r{ LOWER THE COMMENT DATE }
.blacktext10 {position: relative; top: 20px}

.r{ UNHIDE FRIEND PIC }
.comt a img {visibility: visible}


.r{ HIDING Displaying 50 of XX comments ViewEdit All Comments }
.comt b {visibility: visible;}
.r{ UNHIDE BOLD TEXT IN COMMENTS }
.comt td td td b {visibility: visible;}

td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;}
td.text td.text td a {visibility:hidden;}
table table table table b a {display:none;}

a.nav {font-family:arial; font-size:11px; color:cccccc; background-color:8c8c8c; font-weight:bold;border:0px; text-transform: uppercase; text-decoration: none;}
a.nav:link {font-family:arial; font-size:11px; color:cccccc; background-color:8c8c8c; font-weight:bold;border:0px; text-transform: uppercase; text-decoration: none;}
a.nav:active{font-family:arial; font-size:11px; color:cccccc; background-color:8c8c8c; font-weight:bold;border:0px; text-transform: uppercase; text-decoration: none;}
a.nav:visited{font-family:arial; font-size:11px; color:cccccc; background-color:8c8c8c; font-weight:bold;border:0px; text-transform: uppercase; text-decoration: none;}
a.nav:hover{font-family:arial; font-size:11px; color:ffffff; background-color:8c8c8c; font-weight:bold;border:0px; text-transform: uppercase; text-decoration: none;}

a {font-family:arial; font-size:11px; color:8c8c8c; font-weight:bold;border:0px; text-transform: uppercase; text-decoration: none;}
a:link {font-family:arial; font-size:11px; color:8c8c8c; font-weight:bold;border:0px; text-transform: uppercase; text-decoration: none;}
a:active {font-family:arial; font-size:11px; color:8c8c8c; font-weight:bold;border:0px; text-transform: uppercase; text-decoration: none;}
a:visited {font-family:arial; font-size:11px; color:8c8c8c; font-weight:bold;border:0px; text-transform: uppercase; text-decoration: none;}
a:hover {font-family:arial; font-size:11px; color:cccccc; font-weight:bold;border:0px; text-transform: uppercase; text-decoration: none;}

.div0 {
background-color:transparent; color:ffffff;
border:0px solid; border-color:000000;
width:1256px; height:770px; overflow:none;
position:absolute; z-index:2; left:0px; top:0px;
text-align:justify;
visibility:visible;}

.div1 {
background-color:transparent; color:ffffff;
border:0px solid; border-color:000000;
width:560px; height:480px; overflow:hidden;
position:absolute; z-index:2; left:315px; top:170px;
text-align:justify;
visibility:visible;}

.div2 {
background-color:transparent; color:ffffff;
border:0px solid; border-color:000000;
width:240px; height:165px; overflow:hidden;
position:absolute; z-index:2; left:963px; top:360px;
visibility:visible;}

.div3 {
background-color:transparent; color:000000;
border:0px solid; border-color:000000;
width:240px; height:165px; overflow:hidden;
position:absolute; z-index:2; left:970px; top:550px;
text-align:center;
visibility:visible;}

.div4 {
background-color:transparent; color:ffffff;
border:0px solid; border-color:000000;
width:615px; height:25px; overflow:none;
position:absolute; z-index:2; left:315px; top:110px; text-align:center;
visibility:visible;}
</style>


I've also tried stuffing the .redbtext code with the comment text code and the .blacktext10 code. I don't know what to try next.

Here's the link to my MySpace: http://myspace.com/28to200mmdotcom

Thank you for your time.
 
 
Start new topic
Replies (1 - 2)
freeflow
post Nov 28 2006, 06:44 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



CODE
.standard b, p b, B, strong {
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

Style tags and edit.
 
Formica
post Nov 28 2006, 07:12 PM
Post #3


Member
**

Group: Member
Posts: 24
Joined: Jul 2006
Member No: 440,458



awesome, it worked! Thanks very much. biggrin.gif
 

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