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!
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.
None
0 Points
1 Post
Some CSS causing Tab to cut off half way vertically
Feb 13, 2014 01:25 AM|skella|LINK
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!
Next I viewed the page elements in Chrome and narrowed it down to one
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.
All-Star
30411 Points
3628 Posts
Re: Some CSS causing Tab to cut off half way vertically
Feb 14, 2014 03:19 AM|Fuxiang Zhang - MSFT|LINK
Hi skella,
Thank you post the issue to asp.net forum.
According to your description, I see that the tab control works fine in your aspx page not work in the content page.
That must be some css style effect the appears, please try to use the IE F12 to find which css file download from server.
And find which css style caused this issue.
Besides, your picture pasted not seen by us, please note that.
Thanks.
Best Regards!