Announcement

Collapse
No announcement yet.

Text overflow

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Text overflow

    Any idea why the text is doing this in the Features tab?

    http://www.bathrooms4udirect.co.uk/a...eam-cabin.html

    How do I get the text to expand the box instead of overflowing out of it (below)?

    Any ideas will be greatly appreciated.

    Thanks,

    James.

    #2
    You are using my Tabber. It's not designed to be used in such a cramped space. It should be relocated so it displays across the full width of your Product Layout.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Is there a way to change the height of the text area?

      Thanks for the awesome tabber btw.

      Comment


        #4
        Try coding the list using a html list too, that's an ugly fudge you're doing right now.

        !!<
        <ul>
        <li>list item 1</li>
        <li>list item 2</li>
        </ul>
        >!!

        etc.

        Comment


          #5
          Is there a way to change the height of the text area
          Tabber is designed to make the text area big enough for the largest tab. That isn't happening on your scrunched up site but should be OK if you make the tabed area full width.

          If you still want variable height tabs, see http://www.drillpine.biz/forums/view...php?f=12&t=296 where a tweak is documented.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Thanks for the help, i edited line 41 and set the max height to a static number. Short term fix for now but its better than half the features being out of the tabber completely.

            For a reference to anyone else with this problem the change i made was as follows.

            Change line 41 in tabbeddescriptions.js from:
            Code:
              var maxHeight = 0; var maxWidth = 0;
            To:
            Code:
              var maxHeight = 650; var maxWidth = 0;
            650 being the height I wanted in px.


            Thanks again for all the help, i also changed my list to html format as suggested.

            Comment

            Working...
            X