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
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 %.