|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
What's wrong with this simple and short code?
a:hover {color: ##AECBE1}
a:link {text-decoration:none; color: #000000} A:visited{text-decoration:none; color: #000000} P {text-align:justify;font-size:8pt} Font {text-align:justify; font-size:7pt} h1 {font-size:24pt} h2 {font-size:18pt} BODY {SCROLLBAR-FACE-COLOR: #FFFFFF; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #eeeeee; SCROLLBAR-ARROW-COLOR: #d8d8d8; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #eeeeee; } ^All in middle.css what's wrong with it? Ok, when I view my page, the justified part and everything else works, but the link wont change color when my mouse goes over it. WHY?!?!?! |
|
#2
|
|||
|
|||
|
you have two #s
__________________
Jack --------- use code tags become vegetarian python? yes, sir! unarm.org get firefox If I helped you then please click the " " in the upper right-hand corner of my post.
|
|
#3
|
||||
|
||||
|
you are using proprietary, no-valid "css"
speaking of the scrollbar code, you really ought to drop that code, don't support mangled code. especially since this code is not mark properly with vendor. http://www.w3.org/TR/CSS21/syndata.html#q4 quote from w3.org : "Vendor/organization specific extensions should be avoided." the problem with the pseudo-classes is that you have them in the wrong order. a:link a:visited a:hover a:active http://www.w3.org/TR/CSS21/selector...-pseudo-classes http://www.meyerweb.com/eric/css/link-specificity.html |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > What's wrong with this simple and short code? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|