iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
We tried to use a CSS class for Intersoft WebCombo with a CSS class and the results were pretty strange.
We already have a CSS that we use for most controls (a plain black-and-white set of colors):
.OwColor_Normal
{
}
I tried to set this CSS class on a WebCombo,with the code below:
displayedCombo.UseDefaultStyle = true;
displayedCombo.LayoutSettings.DropDownStyle,
displayedCombo.LayoutSettings.FrameStyle,
displayedCombo.LayoutSettings.MoreButtonStyle,
displayedCombo.LayoutSettings.TextBoxStyle
})
The WebCombo was displayed wrong, with a "6" instead of the drop down button and a couple of other issues.
Any idea how to get the WebCombo to display right, and still use a CSS class?
In order to display the drop down icon, we are using Webdings font. If you would like to override the DropDown style CSS please add this line in your DropDown custom style:
font-family: Webdings;
Regarding the other issue, our default CSS has already taken account the margin, padding, border, dimension in order to show the component correctly. If you would like to orverride the CSS please set the attribute for your custom css as well. You could analyse the default CSS style by using DOM inspector for example the Developer Tools in IE8 or Firebug in Firefox.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname