-
AuthorPosts
-
April 24, 2006 at 11:06 pm #116617
The tabs in both the community builder profile and DOCman are not apearing right.
Any ideas on how to fix this?
here is what I get
Thanks
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
April 25, 2006 at 9:53 am #209212Could you please have a look in the css of CB – DocMan and template_css.css to see if there is any DIV id or class duplication, this is quite a popular problem of CB.
You can also do this by view source of the error page.April 25, 2006 at 8:13 pm #209215I was able to solve this problem by simply removing the below from template_css.css.
h1, h2, h3, h4, h5, h6 {
clear: both;
letter-spacing: 1px;
}I have not noticed any negative results with the dispay of any thind else. Can you explain what this does?
thanks
Mike Waite
Alpha Fire Company
http://www.alphafire.com
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
April 26, 2006 at 6:13 pm #209232In fact, you can just change
h1, h2, h3, h4, h5, h6 {
clear: both;
letter-spacing: 1px;
}
into
h1, h2, h3, h4, h5, h6 {
letter-spacing: 1px;
}CB is using clear: both; which will affect the layout cause altair uses DIVs for layout.
clear: both; will change the floating positions of DIVs
Hope this is clear enough
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Hung Dinh 18 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Tabs in doc and community builder profile
Viewing 4 posts - 1 through 4 (of 4 total)