You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/SuperButton/ex_toolbar_with_tooltips.aspx

16 lines
602 B

<%@ Page Language="C#" %>
<%@ Register TagPrefix="osb" Namespace="OboutInc.OboutSuperButton" Assembly="obout_SuperButton" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Flyout2" Assembly="obout_Flyout2_NET"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<script language="C#" runat="server">
void Page_Load(object sender, EventArgs e)
{
if(Page.Request.Browser.Browser.ToUpper().IndexOf("IE") < 0 && Page.Request.Browser.Browser.ToUpper().IndexOf("OPERA") < 0)
{
Flyout1.RelativeTop = -37;
Flyout2.RelativeTop = -37;
Flyout3.RelativeTop = -37;
}
}
</script>