> I want to know if I can "detect" IE in my CSS...
Yes; IE has some quirks that can be used to create IE-specific rule sets:
http://www.webdevout.net/css-hacks#in_css
Try this:
* html body,
*:first-child+html body {
font-size: 110%;
}
> I have a "Zoom" plugin for Firefox, which works nicely
> (but not on a *local* tiddlywiki)
Do you have a link for that plugin?
-- F.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---