![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, Can anyone tell me if it's possible to accomplish the following: [...] In a format such as: a { background:black; color : foreground; [...] foreground { color: white; } |
#3
| |||
| |||
|
|
On 2008-02-03, Big Dog <bigdog (AT) traxic (DOT) com> wrote: Hi All, Can anyone tell me if it's possible to accomplish the following: [...] In a format such as: a { background:black; color : foreground; [...] foreground { color: white; } It's not possible. Although there's nothing to stop you pre-processing your CSS with something if you want, if you need that. |
#4
| |||
| |||
|
|
Hi All, Can anyone tell me if it's possible to accomplish the following: a { background:black; } b { background:blue; } c { background:green; } a,b,c { color: white; } In a format such as: a { background:black; color : foreground; } b { background:blue; color : foreground; } c { background:green; color : foreground; } foreground { color: white; } TIA ~ Big Dog Posted Via Usenet.com Premium Usenet Newsgroup Services ---------------------------------------------------------- ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY ** ---------------------------------------------------------- http://www.usenet.com As far as I know no you can't. The format would be more like; |
#5
| |||
| |||
|
|
Big Dog wrote: Hi All, Can anyone tell me if it's possible to accomplish the following: a { background:black; } b { background:blue; } c { background:green; } a,b,c { color: white; } In a format such as: a { background:black; color : foreground; |
|
This would give a black background with white text. I don't know if this is what you are looking for. |
![]() |
| Thread Tools | |
| Display Modes | |
| |