Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
113
Menu - border collapse and item padding?
posted

So I have a simple menu.  I'm defining most of my styles in the ItemStyle section, included border=1px solid blue.  Normally, if this were a table, I would specify a border-collapse:collapse tag in the table style so the cell borders are 1px each.  Where should I specify this here?  Just add a custom attribute?

 Also, I can't seem to find the place you specify the item padding, setting the padding value in ItemStyle does not change the padding of the items for me.

 Thanks.

  • 4493
    posted

    Hello CIBTINC,

    For the styles, there is a CustomRules property, where you put your custom rules for CSS. Everything you put here will be rendered in "style" attribute for corresponding elements.

    Hope this helps.