I used to have an Telerik Prometheius Input in my page
and have the following style sheet
With the Prometheus version 2007.03.1218, it works for Telerik TextBox to be positioned to the right of the page.
With the Prometheus version 2007.03.1314, it doesn't work anymore. The Telerik Textbox now goes to the left of the page. Style sheet #search "right" attribute doesn't work in this version with value=0px. When I put in a "left" attribute with some value, it works. However I really need "right" to be working to make my header looks good. Please let me know if there is any bug.
Chris
| <div id="home"> |
| <div id="header"> |
| <div id="logo"><dnn:logo runat="server" id="dnnLOGO" /></div> |
| <div id="search"> |
| <telerik:RadTextBox ID="SearchBox" EnableViewState="true" MaxLength="255" Width="175px" Columns="20" TextMode="SingleLine" AutoCompleteType="Search" CssClass="NormalTextBox" EmptyMessage="Enter text" AutoPostBack="true" runat="server" OnTextChanged="SearchBox_TextChanged" EnableEmbeddedBaseStylesheet="true" EnableEmbeddedSkins="false"> |
| <ClientEvents OnValueChanged="ValueChanged" /> |
| </telerik:RadTextBox> |
| <asp:ImageButton ID="imgBtnSearch" CssClass="SkinObject" BorderWidth="0" ImageAlign="Top" AlternateText="Click to search" runat="server" ImageUrl="~/images/btnSearch2.gif" /> |
| </div> |
| </div> |
| </div> |
and have the following style sheet
| #home #header{background:url(top_bg.gif) #155698;position:relative;height:80px;overflow:hidden;} |
| #home #logo{width:242px;height:44px;position:absolute;top:0;left:-33px;} |
| #home #search{position:absolute;right:0px;bottom:0px;font-size:1px;} |
| #home #search .NormalTextBox{width:120px;background:#D1EAFA;border-color:#0B3D6F rgb(21, 86, 152) rgb(21, 86, 152) rgb(11, 61, 111);border-style:solid;border-width:1px;font-size:14px;height:24px;margin:4px 0pt 0pt;padding:4px;width:12em;} |
With the Prometheus version 2007.03.1218, it works for Telerik TextBox to be positioned to the right of the page.
With the Prometheus version 2007.03.1314, it doesn't work anymore. The Telerik Textbox now goes to the left of the page. Style sheet #search "right" attribute doesn't work in this version with value=0px. When I put in a "left" attribute with some value, it works. However I really need "right" to be working to make my header looks good. Please let me know if there is any bug.
Chris
