Been working for too long on a development DNN site. :)
Realized today that I needed to convert everything to ems to later be able to apply some kind of style switcher to allow people to increase or decrease text size if they want to do so.
Problem is that during testing, changes made to skin.css do not uniformly apply -- they apply to some pages and not to others.
Have tried: 1) repeated IISRESET, not a practical solution; 2) htting the Reload button in IE 7.x and FF 2.x; 3) hitting Ctrl-F5 in both browsers.
Only have one skin.css file and two *.ascx pages, one for the index/home page, one for all other pages.
Very frustrating to try to test things, are there any browser settings I should change??
Doctype is set to XHTML Transitional 1.0.
What are the ways to make sure that changes to skin.css get applied globally to all pages??
Thank you, Tom