Rank: Member Groups: Member
Joined: 4/30/2008 Posts: 21
|
I have a tabstrip with multirow set to true. There is a grayish horizontal separtor line between the rows. Is there a way to turn that off?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
We have no idea what caused it yet. :) If you use one of our built-in styles, then most likely it is caused by your css styles. Try the same tabstrip in a blank page and see if you get the same line. If it does not, then you can try to find out the triggering part by commenting out page contents block by block.
If the problem occurs in a blank page, then it would have to do with styles setting on the TabStrip, mostly one of the "Group" style which applies on "TabGroup". Again you can try to switch to HTML view and comment out the style settings block by block to find the triggering part.
Please let us know if this resolves the issue.
Thanks!
|
Rank: Member Groups: Member
Joined: 4/30/2008 Posts: 21
|
Well, your suggestion woked. There was some left over CSS property settings in the SubGroup element. I don't recall changing this from the the original built in template I used, but removing it worked.
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Great. Thanks for the update!
|