Tagged Questions

0
votes
1answer
172 views

ASP.NET User control on a master page renders behind my main content when viewed in IE7

So I have a user control in my master page. When it's viewed in IE7 (or IE8 Compatibility mode), it renders behind the page content from the ContentPlaceHolders. I've tried manually setting the …