• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CFLAYOUT Tab Firefox OS X Problem

New Here ,
Oct 14, 2008 Oct 14, 2008

Copy link to clipboard

Copied

I am building a simple set of tabs using CFLAYOUT. When I have titles that have more than one word it causes a white box to appear behind some of the titles Firefox 3 running under OS X. The single word tab titles don't seem to have this problem.

Here is an example set of code to try:
<cflayout type="tab">
<cflayoutarea title="Hamburger">
ABC
</cflayoutarea>
<cflayoutarea title="Cheese Burgers">
123
</cflayoutarea>
<cflayoutarea title="Super Duper Meal">
DEF
</cflayoutarea>
<cflayoutarea title="Drinks">
456
</cflayoutarea>
<cflayoutarea title="Sweets">
GHI
</cflayoutarea>
</cflayout>
Any ideas what would be causing this?
TOPICS
Advanced techniques

Views

299

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 14, 2008 Oct 14, 2008

Copy link to clipboard

Copied

What happens if you change "Cheese Burger" to "Cheese Burger" ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 15, 2008 Oct 15, 2008

Copy link to clipboard

Copied

LATEST
No difference. It still shows the white box.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation