Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (edited)

I'm having problem trying to make the text wrap in firefox. In internet explorer it works fine, but when opened in firefox the text doesn't wrap but keeps going.

 

Please take a look

 

www.vonita.com

Edited by zxedxz
Posted
Still can't solve it. Anyon can help me?

 

Don't know this tab code but it looks nice ! What if you explicitely put a <br> after the word where you want to go to the next line ? That shouldn't make a difference for IE and might do the trick for FF.

Posted
Don't know this tab code but it looks nice ! What if you explicitely put a <br> after the word where you want to go to the next line ? That shouldn't make a difference for IE and might do the trick for FF.

 

I used to use that method, but the words doesn't get into the center making it look bad.

Posted
I used to use that method, but the words doesn't get into the center making it look bad.

 

Well, you could use it like ie. <div align="center">Hand&Foot<br>Treatments</div>. Looking at your site the tabs seem to be single table cells however and it would be easier probably to correct the output through some small code changes. What contribution do you use for these tabs ?

  • 2 weeks later...
Posted
Well, you could use it like ie. <div align="center">Hand&Foot<br>Treatments</div>. Looking at your site the tabs seem to be single table cells however and it would be easier probably to correct the output through some small code changes. What contribution do you use for these tabs ?

 

The code is called category tabs with subcategories. What codes should be changed? I can't see to be able to fine the lines that control it.

Posted
The code is called category tabs with subcategories. What codes should be changed? I can't see to be able to fine the lines that control it.

What's your settings for

// START CONFIGURATION
 define (CAT_TABS_SHOW_HOME,true); // Set to true to display the Home
 define (CAT_TABS_HEIGHT,'35'); // Height of the tabs
 define (CAT_TABS_WIDTH_LEFT,'55'); // Width of the left part of the first tab
 define (CAT_TABS_WIDTH_MIDDLE,'28'); // Width of the image between tabs
 define (CAT_TABS_WIDTH_RIGHT,'11'); // Width of right part of the last tab
 define (CAT_TABS_SHOW_ALL,true); // Display or not categories having sort order=0 (true=>display)
// END CONFIGURATION

with this contrib ?

I am trying it out but have no difference in IE and Firefox (there's no wrapping in both of them).

I am looking at Category tabs with subs version 2.0.

Posted

this is what i have. I just made the width fixed.

 

TD.tabsNavigation {

font-family: Verdana, Arial, sans-serif;

font-size: 11px;

width: 69px;

color: #000000;

font-weight : bold;

}

Posted
this is what i have. I just made the width fixed.

 

TD.tabsNavigation {

font-family: Verdana, Arial, sans-serif;

font-size: 11px;

width: 69px;

color: #000000;

font-weight : bold;

}

 

I don't see that with the contrib I am testing with for you. Can you give the link to the contribution you are working with and the exact version you downloaded ?!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...