Hi all,
I have created myTab.ascx using the sample i downloaded - DotNetNuke_WebControls1.3.0_samples.net2.
I put the TabStripRendering.js and TabStripRendering.css in the same folder with my file. I refer to the js and css in my file with the following code:
<link href="TabStripRendering.css" type="text/css" rel="stylesheet" />
<script src="TabStripRendering.js" type="text/javascript"></script>
I preview in design view in Visual Studio 2005 and there are 2 tabs. When i add it in DNN 4.5.3, the TabStrip is missing. It only show the text of the tab (Tab A and Tab B)
In Visual Studio 2005 Design View
|Tab A | Tab B |
In DNN 4.5.3
Tab ATab B
Am I referring the js and css correctly?
Thanks in advance.
ck