Rank: Newbie Groups: Member
Joined: 5/11/2013 Posts: 2
|
I have successfully implemented the Ajaxuploader and tested in IE, FireFox, Chrome and Safari. My client is very particular about the CSS styling and is trying to achieve the same look and feel across different Browsers.
Obviously this cannot be quite true with this control as Chrome and Safari are different form Firefox and IE. However the color styling should be the same. I set a background and foreground color for the browseButton CSS and this is being applied as expected in IE and Firefox. Yet the CSS is seemingly ignored in Chrome and Safari for the browseButton.
Is there a different CSS property for these Browsers to style Ajaxuploader or is there something else that has to be done to achieve the CSS styling?
The same comments apply the TextBox on Safari and Chrome or is there no textbox to style?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, Unfortunately there is no directly way to customize the browse button for Chrome and Safari. Those two browsers display the browser button differently. They don't have a textbox either. You can however customize the whole uploader together with a toolbar control and you can completely customize the browse button that way. See here for a working example: http://demo.essentialobjects.com/Demos/AJAX%20Uploader/Upload%20from%20ToolBar/Demo.aspxYou can take a look of the sample source code to see how it works. Thanks!
|