Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Some CSS causing Tab to cut off half way vertically

$
0
0

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

  Tab Control Working

  Page 2: aspx with master page

  Tab control gets cutoff half way vertically

  Tab Control NOT working!

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

Inspecting Page Elements

Fixed! Well sort of.

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.


Viewing all articles
Browse latest Browse all 5678

Trending Articles