I've used the TabContainer for a while now and up until my latest project, I've notced an inline style appearing on the body element that I hadn't seen before. Sure enough, I checked a previous project and it wasn't there.
Maybe I didn't make myself clear enough. There is an INLINE style (which you will know, override any other CSS styles) being added to the Body Div of the TabContainer.
If no height value is added to the TabContainer there is a height 100% added to it automatically. This didn't used to happen, but now it does.
This means that the tab can only either be a set height, or have a height of 100%. I want the height to be the height of the content, not the height of the parent element.
Everyone's a noob at something...Mark a post as 'Answer' if it helps, it makes us feel good about ourselves.
Web Design Tameside
walsharoo
Participant
979 Points
211 Posts
TabContainer Body Unwanted Inline styles
Dec 01, 2012 06:09 PM|LINK
I've used the TabContainer for a while now and up until my latest project, I've notced an inline style appearing on the body element that I hadn't seen before. Sure enough, I checked a previous project and it wasn't there.
I've removed it with jquery, but I'd prefer it not add an inline style at all.
Web Design Tameside
Song-Tian - ...
All-Star
43715 Points
4304 Posts
Microsoft
Re: TabContainer Body Unwanted Inline styles
Dec 03, 2012 02:19 AM|LINK
Hi,
Please debug with IE Developer Tools. Any more question, please feel free to reply.
Feedback to us
Develop and promote your apps in Windows Store
chetan.sarod...
All-Star
66639 Points
11275 Posts
Re: TabContainer Body Unwanted Inline styles
Dec 03, 2012 02:30 AM|LINK
Refer this similar threads -
http://forums.asp.net/t/1817134.aspx/1
http://forums.asp.net/t/1797621.aspx/1
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
walsharoo
Participant
979 Points
211 Posts
Re: TabContainer Body Unwanted Inline styles
Dec 03, 2012 08:22 AM|LINK
Maybe I didn't make myself clear enough. There is an INLINE style (which you will know, override any other CSS styles) being added to the Body Div of the TabContainer.
If no height value is added to the TabContainer there is a height 100% added to it automatically. This didn't used to happen, but now it does.
This means that the tab can only either be a set height, or have a height of 100%. I want the height to be the height of the content, not the height of the parent element.
Web Design Tameside