Hi there,
I have just created a custom skin for the RadPanelBar and spent the last few hours trying to override the default "width: 250px;" property in the top-level PanelBar.css file. Finally I remembered the "!important" marker and now it is working. However, a few questions:
1) Why is there a default width in pixels in the first place? Won't this almost always need to be overridden?
2) In which directory is the file where this is being set? I tracked down the PanelBar.css file in my D:\Program Files (x86)\telerik\RadControls for ASPNET AJAX Q1 2008\Skins directory as well as the local version I was using for the project, and set each to be different from the default; but every time the default width was restored (after emptying the browser's cache, too). Firebug shows that the the CSS is coming from a WebResource.axd style-sheet file -- is this hard-coded in the DLL somehow?
3) The WebResource.axd style-sheet file seems to be linked in at the end of the <head> section, after my custom-skin CSS files. If I could somehow have my custom CSS linked in after the default CSS, my styles would naturally override the defaults -- is this possible somehow?
Thanks in advance,
Ed Graham
I have just created a custom skin for the RadPanelBar and spent the last few hours trying to override the default "width: 250px;" property in the top-level PanelBar.css file. Finally I remembered the "!important" marker and now it is working. However, a few questions:
1) Why is there a default width in pixels in the first place? Won't this almost always need to be overridden?
2) In which directory is the file where this is being set? I tracked down the PanelBar.css file in my D:\Program Files (x86)\telerik\RadControls for ASPNET AJAX Q1 2008\Skins directory as well as the local version I was using for the project, and set each to be different from the default; but every time the default width was restored (after emptying the browser's cache, too). Firebug shows that the the CSS is coming from a WebResource.axd style-sheet file -- is this hard-coded in the DLL somehow?
3) The WebResource.axd style-sheet file seems to be linked in at the end of the <head> section, after my custom-skin CSS files. If I could somehow have my custom CSS linked in after the default CSS, my styles would naturally override the defaults -- is this possible somehow?
Thanks in advance,
Ed Graham