A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi:
I am trying to round corners on a fieldset. When I run the site inside Visual Studio, the corners round but when I host it in IIS 7.5 the corners will not round. I'm using the same Browser for both. The only difference is inside VS I'm using the development server but that shouldn't matter, should it? I check the source and see my style sheet is linked in. My control has the class="roundclass" but the corners will not round. Has anyone else had this problem?
Use Firebug to inspect the CSS and see what's getting applied. Also be sure to disable CSS cache for your session (Administration, Advanced Tools, Design Tools, Cache Tool).
I disabled the Cache and it didn't help. I deleted my temp files .still nothing. It does work correctly in Google Chrome, however.