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
535
Width is ignored
posted

Hi,

if i create a simple webtab with 3 tabs i can see the same result in ie and firefox.

If i set the width of each tab (Style/width) to 100px the result is only in ie. firefox ignores the width value..

any help??

thanks,

 

torsten

Parents
No Data
Reply
  • 24497
    posted

    Hi Torsten,

    That happens because Firefox and IE treat attributes of <table> differently. The UltraWebTab puts at the end a tabseparator with width=90%. In IE the pixel values for width of <td> have priority over % width, but in Firefox it is opposite.

    I can suggest you to change rendering of logic of UltraWebTab to DisplaMode=MultiRow, add a separator after your tabs and set its Style.Width to a value which will gererate reasonable appearance. You also may consider to change all widths to %.

Children
No Data