Hi, I have narrowed down an issue I'm hoping someone can help with. I'm a newbie so it's taken me a while to figure this out, I hope there is an easy solution.
The issue
Two aspx pages;
Page 1: straight aspx no master page
Tab control works perfectly
Page 2: aspx with master page
Tab control gets cutoff half way vertically
I narrowed this down to this line in the Site.Master file, hence I made the brilliant deduction it was css related!
<webopt:bundlereference runat="server" path="~/Content/css" />
Next I viewed the page elements in Chrome and narrowed it down to one
height: 13px
My issue now is that I have no experience in CSS and have no idea how to fix this. It seems to be coming from a CSS file that I can't locate, is this being drawn somehow from the Tab control's internal CSS(if there is such a thing). It seems to be coming from WebResource.axd? if that means anything to anyone.
Any help would be much appreciated.