FYI -- I was able to figure this out. I post this here in case someone else runs across this problem in the future...
The issue was that I was naming my skins like so:
- Skin.asxc
- Skin.css
Rather than giving them descriptive names like:
- HomeTab.ascx
- HomeTab.css
When DNN was loading the page, it was doing something case sensative. So I ended up with
Skin.css and
skin.css
both being inserted in to the HTML.
Once I switched the names to something more specific, the problem went away.
Go figure...
Chameleon Systems, Inc.