hey guyz,
i have this code in my CSS on every page of mine but i dont get the effects i want on IE.
i use this:
so can any1 tell me how i can get it to work...
and another thing...
can som1 tell me how can i do so that i put all css stuff in another file and then include it on several pages and put to use...
i tried doin so linking to the css like this.
but when i do stuff on page like... for a text i do this
it doesnt work... can som1 help?
i have this code in my CSS on every page of mine but i dont get the effects i want on IE.
i use this:
| Code: |
| BODY {
SCROLLBAR-FACE-COLOR: #DFDFDF; SCROLLBAR-HIGHLIGHT-COLOR: #F2EFEF; SCROLLBAR-SHADOW-COLOR: #C8C8C8; SCROLLBAR-3DLIGHT-COLOR: #F4F5F5; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #C1C1C1; SCROLLBAR-DARKSHADOW-COLOR: #C2C2C2; } |
so can any1 tell me how i can get it to work...
and another thing...
can som1 tell me how can i do so that i put all css stuff in another file and then include it on several pages and put to use...
i tried doin so linking to the css like this.
| Code: |
| <link href="../CSS/css.css" rel="stylesheet" type="text/css"> |
but when i do stuff on page like... for a text i do this
| Code: |
| class=".text" |
