|
Alright, here's my problem.
I have an index.aspx page. This page is the standard banner, footer, content menu setup. On the left, I have a menu that displays links to the user if he's logged in, or a login form. This menu is contained in a custom user control and works fine.
Now, the issue here is that my user control (the menu) isn't inheriting any of the styles I have in my stylesheet. If I explicitly set the style in the style attribute of my div tags it works fine, but I want to keep all the style and layout properties in the CSS files and not code any of them directly into the page.
Thoughts?
|