HomeHome Product Discus... Product Discus...SmithCartSmithCartScroll Bar in text area of TabsScroll Bar in text area of Tabs
Previous
 
Next
New Post
5/14/2010 8:48 AM
 

The vertical scroll bar is showing up on the product page tab, even when the text is not long enough to justify the scroll bar being there (the scroll bar does not have the button to actually scroll). This shrinks the text area and causes the text to be extremely close to the scroll bar. Can the bar be removed for short sections of text?

 
New Post
5/15/2010 9:58 AM
 

Yes you can remove the scroll bar. Open up the productdetail.ascx page located in your \desktopmodules\smith.buynow folder and go to line 197 and remove the div tag in the tab control as highlighted below. Repeat the same operation for all 5 tabs.

<cc1:TabPanel ID="TabPanel1" runat="server" HeaderText="Tab 1">
<ContentTemplate>
<div class="myTabs">
<asp:Label ID="lblDescription" runat="server" CssClass="SmithProdText" />
</div>
</ContentTemplate>
</cc1:TabPanel>


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
5/15/2010 1:42 PM
 

That worked great, Scott! Thanks!

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartScroll Bar in text area of TabsScroll Bar in text area of Tabs