d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Htlm Color Link Issue > 50 Fg Reward
Add Reply New Topic New Poll
Member
Posts: 2,077
Joined: Aug 1 2007
Gold: 2,509.00
Jun 7 2012 08:37am
Folders are colored white, the files in those folders are a faint grey color.
When I highlight the folder it turns black.


The problem is I want the files to be a different color: white/black preferably
White: FFFFFF
Black: 000000 (this much I know :D)



The coding is as follows:

Code
<STYLE>
BODY, TD, DIV, P, SPAN {font-family:verdana;font-size:14pt;letter-spacing:-0.5pt;}
.FolderCont{padding-left:80px;display:none;width:100%;}
.Folder{font-weight:bold;cursor:hand;padding:1px;color:#FFFFFF;}
.FolderO{font-weight:bold;cursor:hand;padding:1px;color:#000000;}
.File{font-weight:bold;cursor:hand;padding:1px;color:#FFFFFF;}
I{color:#FFFFFF;font-weight:normal;}
</STYLE>


No matter what I change the file colors still remain that greyish color.
I can change the color of the folder no problem though.

Any help would be great and you recieve 50fg!
Member
Posts: 2,736
Joined: Nov 28 2009
Gold: 34.00
Jun 7 2012 02:17pm
Read into CSS Link styling: http://www.w3schools.com/css/css_link.asp

You need to use link, hover & visited pseudo-classes.
Member
Posts: 105
Joined: Apr 23 2010
Gold: 1.00
Jun 9 2012 11:26pm
side note: For future reference, clean up your code. That's a mess to look through to pick out what you want. Maybe just a personal thing.
Member
Posts: 2,736
Joined: Nov 28 2009
Gold: 34.00
Jun 9 2012 11:45pm
Quote (emze @ 10 Jun 2012 06:26)
side note: For future reference, clean up your code. That's a mess to look through to pick out what you want. Maybe just a personal thing.


It's not just a personal thing. Beginners to CSS should read into Wordpress CSS Coding Standards: http://codex.wordpress.org/CSSCodingStandards
The original posters' coding looks more like compressed CSS aka. a mess to the human eyes.

I also didn't recieve my 50fg yet. :zzz:

This post was edited by eagl3s1ght on Jun 9 2012 11:47pm
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll