Welcome Guest Search | Active Topics | Sign In | Register

Caption to the right of a tabstrip Options
Mark Rae
Posted: Thursday, March 14, 2013 7:39:35 AM
Rank: Advanced Member
Groups: Member

Joined: 11/13/2008
Posts: 43
Hi,

I'm looking for a way to place a caption, basically just a piece of text, to the right of the tabs in a tabstrip.

I've tried all sorts of combinations of <div> controls with float:right etc, but they always seems to either push the tabstrip down or to appear underneath it.

E.g. http://demo.essentialobjects.com/Demos/TabStrip%20and%20MultiPage/Designs/Visual%20Studio%202005/Demo.aspx

There are three tabs: Themes, Desktop, Screen Saver.

I would like a piece of text to appear to the right of the Screen Saver tab and to line up with the tabs themselves.

Any assistance gratefully received.

Mark
eo_support
Posted: Thursday, March 14, 2013 11:07:02 AM
Rank: Administration
Groups: Administration

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

I am not exactly sure what you wanted to achieve, but I think you will need to use raw HTML as the tab item text. For example, instead of setting the tab item text as "Themes", you would set it something like this:

Code: HTML/ASPX
<table>
  <tr>
    <td>Themes</td>
    <td>something else</td>
  </tr>
</table>

We noticed that your free tech support has in fact already expired. So if you have more questions, you will need to upgrade your license in order to continue receiving free support.

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.