Saturday, March 24, 2012

TabStrip onmouseover

Is it possible to use this event on the Tab element of the TabStrip. For example when the mouse passes over a tab I would like to pop up an alert box (Java Script). I hope I am making my self clear.

Thanks in advance.WoW, if it's "doable", then it's great. Imagine the Tab panel becomes bigger when we just move mouse over !!
So, anyone have an idea ?!?
Hi,

I guess you can change the look and feel of the tabstrip...
Also you can program for the events on a tabstrip...
Code snippet demonstartes changing the look & feel of a tab strip, while displayed,selected,hovered...
try it out...



<%@. Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls"%
<iewc:TabStrip id="LevelThreeTabStrip"Orientation="vertical"TabSelectedStyle="background-color:#ffffff;color:#000000"TabHoverStyle="background-color:#777777" TabDefaultStyle="background-color:#d2d2d2;font-family:verdana;font-weight:bold;font-size:8pt;color:#ffffff;width:168;height:21;text-align:center"
runat="server">
</iewc:TabStrip>

0 comments:

Post a Comment