0
votes
2answers
101 views

Align a button to top

I am building a webapp in .net using some of the AJAX features; in this case it is TabContainer. Below is a screenshot of the area I want to play with. The menu on the left is the tabs of ...
0
votes
1answer
96 views

Dojo Dijit styling issues

I'm trying to use a dijit/layout/TabContainer with a modified dijit theme. I need to modify some of the styling of the TabContainer tabs such as the padding of the tabs, boldness, etc. However the ...
0
votes
1answer
649 views

Ajax Tabcontainer in asp.net

I am using Ajax Tabcontainer in my web site. In my web page i have assigned narrow space for tabs. If number of tabs are more than the given space then it arranges that tabs in next row. Instead of ...
3
votes
2answers
403 views

asp:TabContainer not styled after deployment, then just fixes itself?

I have an asp:TabContainer on a form and after the app is re-deployed to the server, the tabs aren't styled. If I take the Webresource.axd URL and try to load it in the browser, I get a redirect to a ...
1
vote
1answer
2k views

Dojo TabContainer with styling in Internet Explorer

The following works in firefox: < div style="position:absolute;top:0px;margin-top:60px;bottom:0px;width:100%"> < div id="mainTabContainer" dojoType="dijit.layout.TabContainer" ...