Forum Moderators: not2easy
A {...}
B {...}
C {
1
2
3
4
}
D {...}
But, in case of IE6, it should be:
A {...}
B {...}
C {
1
2
3
}
D {...}
Is there a way to get this done, by overriding or something like that? I mean, I could use 2 complete stylesheets, but that would not be very efficient, because the difference between the 2 stylesheets is only one line (the '4' in C).
Thanks in advance!
Sander