On 11/25/05, zombie [iNH] <[EMAIL PROTECTED]> wrote: > Well, the padding:1px helps, but IE5/win doesnt play ball. :/ > But IE6/win looks same as FF, what gives? > How would I go about giving IE5 different css? > I know i can hide stuff from FF/Opera, but how to hide it from IE6/win so > just IE5 would see it?
http://www.dithered.com/css_filters/css_only/ says that something like the following should work for IE5.0/win: @media tty { i{content:"\";/*" "*/}}; @import 'styles.css'; {;}/*";} }/* */ The fact that over 40 hacks exist just for filtering selectors is a sign of how crazy CSS is in real life. =) --Curby ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
