Welcome Guest Search | Active Topics | Sign In | Register

Problem with tabstrip formatting Options
jkrulewi
Posted: Friday, August 21, 2009 11:46:16 AM
Rank: Newbie
Groups: Member

Joined: 8/21/2009
Posts: 2
I just purchased this and i am trying to integrate them into my ecommerce site. I am using TabStrip and Multipage right now and when i try to use a built in template for the formatting of it the alignment seems to be off and it makes it just look bad.



Here is my basic tabstrip coding:
Code:
<eo:TabStrip ID="TabStrip1" runat="server" Width="300px" MultiPageID="mpDesc">
            <TopGroup>
            <Items>
            <eo:TabItem Text-Html="Description" PageViewID="pvTab1"></eo:TabItem>
            <eo:TabItem Text-Html="Details" PageViewID="pvTab2"></eo:TabItem>
            <eo:TabItem Text-Html="Specs" PageViewID="pvTab3"></eo:TabItem>
            </Items>
            </TopGroup>
            <LookItems>
              <eo:TabItem Image-BackgroundRepeat="RepeatX" Image-Mode="TextBackground"
              Image-SelectedUrl="00010225" Image-Url="00010222" ItemID="_Default"
              LeftIcon-SelectedUrl="00010224" LeftIcon-Url="00010221"
              NormalStyle-CssText="color: #606060;" RightIcon-SelectedUrl="00010226"
              RightIcon-Url="00010223"
              SelectedStyle-CssText="color: #2f4761; font-weight: bold;"
                    Text-VerticalAlign="Middle">
              <SubGroup OverlapDepth="8"
              Style-CssText="font-family: tahoma; font-size: 8pt;  background-image: url(00010220); background-repeat: repeat-x; cursor: hand;">
              </SubGroup>
              </eo:TabItem>
              </LookItems>
            </eo:TabStrip>
            <div id="multipage" style="BORDER-RIGHT: #c9c9c9 1px solid; PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 4px; OVERFLOW: auto; BORDER-LEFT: #c9c9c9 1px solid; WIDTH: 450px; PADDING-TOP: 7px; BORDER-BOTTOM: #c9c9c9 1px solid; BORDER-TOP: #c9c9c9 1px solid; HEIGHT: 435px">
                <table cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tr>
                    <td valign="top" height="415">
                    <eo:MultiPage id="mpDesc" runat="server" Width="425px">
                    <eo:PageView id="pvTab1" runat="server" EnableViewState="False" Width="100%">
                    <anthem:Label ID="lblDescription" style="line-height: 16px" runat="server" AutoUpdateAfterCallBack="true"></anthem:Label>
                    </eo:PageView>
                    <eo:PageView id="pvTab2" runat="server" EnableViewState="False" Width="100%">
                    <anthem:Label ID="lblDetails" style="line-height: 16px" runat="server" AutoUpdateAfterCallBack="true"></anthem:Label>
                    
                    </eo:PageView>
                    <eo:PageView id="pvTab3" runat="server" EnableViewState="False" Width="100%">
                    <anthem:Label ID="lblSpecs" style="line-height: 16px" runat="server" AutoUpdateAfterCallBack="true"></anthem:Label>
                    
                    </eo:PageView>
                    </eo:MultiPage></td>
                    </tr>                        
                </table>


any help would be appreciated to fix this formatting....
eo_support
Posted: Friday, August 21, 2009 12:02:10 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

This has to do with your CSS styles. Try to remove all the styles in your page (such as external CSS file) and you should see it working. You can then try to comment out your CSS styles block by block to locate the offending rules.

BTW: We do not see an order under your account. So you may want to check whether your order was correctly placed. Without an order your account would be regarded as a trial user. A trial user only receives limited tech supports. If another person has placed the order for you and you are not sure about the detail, you can also send your order number (open the license file with notepad and then copy the licenseId section) to us and we will be happy to take a look and see why it is not associated to you.

Thanks!
jkrulewi
Posted: Friday, August 21, 2009 12:15:23 PM
Rank: Newbie
Groups: Member

Joined: 8/21/2009
Posts: 2
ok, i will go searching for the css that is messing with it, Thank you. The only problem is that the entire site uses the external css and many divs are reused so i cannot permanently keep any of the lines out. btw, is there a way to enter the formatting of the tab strip onto my other css page?

My boss is the one who purchased it, so i wouldn't be associated with it, i just made this account to acess the forums to get help on my problem.
eo_support
Posted: Friday, August 21, 2009 12:56:23 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Can you still let us know your order number or license key so that we can correctly note your account?

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.