> Is there a way to create a stylesheet than only loads on I.E.

Generally speaking, there are three ways to apply browser-specific styles:
* conditional comments[1]
* in-CSS hacks[2]
* browser sniffing[3]

>  unable the default stylesheet?

If you want to disable the default StyleSheet* shadow tiddlers, you 
could write a simple plugin to blank their contents on startup, like so:
     config.shadowTiddlers.StyleSheetColors = "";
     config.shadowTiddlers.StyleSheetLayout = "";
     config.shadowTiddlers.StyleSheetLocale = "";
     config.shadowTiddlers.StyleSheetPrint = "";

HTH.


-- F.


[1] http://www.webdevout.net/css-hacks#conditional_comments
[2] http://www.webdevout.net/css-hacks#in_css
[3] http://en.wikipedia.org/wiki/Browser_sniffing#Client-side_sniffing

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to