|
Rank: Advanced Member Groups: Member
Joined: 8/22/2009 Posts: 30
|
I have put AJAXUploader and in LayoutTemplate I have put InputPlaceHolder. In Internet Explorer 6 there are rendering problems. Input text box and browse button are not aligned, browse button is slightly higher. Also, cursor in input text box is also higher, and text is somewhat not shown whole slightly.
Is there a fix?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Do you see the same problem when you run our demo pages?
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 8/22/2009 Posts: 30
|
No, your demo page is looking ok in IE 6. I have solved this issue.
Problem was that AJAXUploader is in a Panel that has CssClass = "pnl" where pnl style is ".pnl * {margin-bottom:5px}". Now, in IE 8 on Vista that wasn't problem, but in IE 6 on XP affected input text box and browse button alignment. I just put div wrapper around InputPlaceHolder where I set margins and everything is aligned. Thank you.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Glad that you found out. Thanks for sharing!
|
|