Click here to Skip to main content
15,910,471 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

In one of my pages the arrow of dropdown is displayed in the left side instead of right side.
Also the radio button also has the same problem.
I have placed the button after the text only.

Why it is happening?

Thanks in advance
Posted
Updated 21-Oct-10 21:33pm
v3
Comments
Venkatesh Mookkan 22-Oct-10 2:20am    
Post your HTML/ASPX code for quick help.
Dalek Dave 22-Oct-10 3:34am    
Edited for Readability.

Make sure you don't have 'dir=rtl' in your sourcecode but 'dir=ltr',
like so:
XML
<asp:DropDownList ID="DropDownList1" runat="server" dir="ltr">
        </asp:DropDownList></div>
 
Share this answer
 
Comments
Venkatesh Mookkan 22-Oct-10 2:51am    
dir does not exists. I have tested it.
Scubapro 22-Oct-10 2:56am    
What do you mean by 'dir does not exists'?
Dalek Dave 22-Oct-10 3:34am    
dir is an asp standard. It exists!
Scubapro 22-Oct-10 4:01am    
My point exactly!
Venkatesh Mookkan 22-Oct-10 4:39am    
Prove it.
Hi,
please find in your browser menu ie View -->Encoding--> what is the document positioning has been selected.

Thanks
 
Share this answer
 
Are u using any type of CSS file ?
If you are using such CSS file then send me the code line which set
combo box property.
 
Share this answer
 
Comments
aswathy.s.88 22-Oct-10 1:18am    
No CSS I used...
Suthish Nair 22-Oct-10 1:52am    
intresting.. can you post the relevant code...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900