I have a dnn site with a custom skin. Problem is some elements of the style sheets show while others do not. I have 4 style sheets that are applied to the site
<link id="_Portals__default_" rel="stylesheet" type="text/css" href="/Portals/_default/default.css" /><link id="_Portals_0_Skins_Skins_" rel="stylesheet" type="text/css" href="/Portals/0/Skins/Skins/skin.css" /><link id="_Portals_0_Containers_Containers_" rel="stylesheet" type="text/css" href="/Portals/0/Containers/Containers/container.css" /><link id="_Portals_0_" rel="stylesheet" type="text/css" href="/Portals/0/portal.css" />
I have not overwritten any elements in the portal.css or the defautl.css. I have elements in the skin.css that should apply to create the header of the website and set some of the font sizes. I have searched the net most of the day to get as much information as possible. I am still stuck not able to get the elements to apply correctly.
Here is the website
www.askthelendingadvisor.com -----Not all of the elements of the skin.css apply when this URL is loaded in the browser
but when I click on a link many of the elements in the skin.css style sheet apply to the page
http://www.askthelendingadvisor.com/Home/tabid/36/Default.aspx
I don't understand why this is occuring. Any ideas?
Thank you