This is a migrated thread and some comments may be shown as answers.

[Solved] Centered body

1 Answer 101 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 04 Feb 2010, 11:40 PM
Because your tool uses iframes is it impossible to align the drop down items properly in IE6 when placed in a css centered div.

This is a standard method for center aligning pages, I will not accept any answer that suggests any other centering method.

Below is the relevant css for my page:
body { text-align:center;} 
#page {margin:0 autotext-align:leftwidth:960px
 
 
The relevant aspx is as follows:
<div id="page"
<telerik:RadComboBox ID="Discipline" Runat="server" DataSourceID="DisciplineDS" EnableLoadOnDemand="true" DataTextField="Discipline" DataValueField="Discipline" EmptyMessage="select discipline" AppendDataBoundItems="true" OnSelectedIndexChanged="Discipline_Changed" AutoPostBack="true" Width="195px" > 
<Items> 
<telerik:RadComboBoxItem Text="All disciplines" Value="" /> 
</Items> 
</telerik:RadComboBox> 
</div> 

Your recommendations for a fix here would be appreciated,

Robert


1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 05 Feb 2010, 02:01 PM
Hello Robert,

I wasn't able to reproduce your issue with the latest version of RadControls for ASP.NET AJAX. Which version of our controls are you using? Also please share if you have any additional CSS loaded in this page? Thank you in advance.

Greetings,
Kamen Bundev
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
ComboBox
Asked by
Robert
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or