When my tab contains some elements that are floated they appear, however, the tab background is the wrong color because the tab height is 0.
http://jsfiddle.net/RichardAD/h6SLH
Any suggestions on making even floated stuff look like it is in the tab?
1 Answer, 1 is accepted
0
Iliana Dyankova
Telerik team
answered on 29 May 2012, 03:50 PM
Hello Richard,
You could resolve the collapsing parent issue as set the CSS property overflow:hidden or overflow: auto to the tabs markup elements. For example: