Curved tables (split from Transparent default skin images)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mazinger
    Senior Member
    • Jul 2005
    • 2399
    • 3.7.x

    Curved tables (split from Transparent default skin images)

    I think that was a fault since the beggining that images & buttons were designed with curves. They should have been regular. (i.e, squares & rectangulars).
    $post[signature]
  • ---MAD---
    Senior Member
    • Jun 2005
    • 2522
    • 3.8.x

    #2
    Originally posted by Mazinger
    I think that was a fault since the beggining that images & buttons were designed with curves. They should have been regular. (i.e, squares & rectangulars).
    Hmm, they wouldn't look as nice though .

    MAD

    Comment

    • cbiweb
      Senior Member
      • Apr 2004
      • 2658
      • 4.1.x

      #3
      Originally posted by Mazinger
      I think that was a fault since the beggining that images & buttons were designed with curves. They should have been regular. (i.e, squares & rectangulars).
      vBulletin is boxy enough without making the buttons that way, too. I kinda hope the 4.x series will round everything out.
      Last edited by cbiweb; Mon 26 Mar '07, 10:21am.
      ~ Life isn't always fair, but you can be. ~

      Comment

      • Mazinger
        Senior Member
        • Jul 2005
        • 2399
        • 3.7.x

        #4
        Originally posted by cbiweb
        vBulletin is boxy enough without making the buttons that way, too. I kinda hope the 4.x series will round everything out.
        Anyway, that shoudln't be applied on tables, because then there will be a problem in Right to Left versions.
        $post[signature]

        Comment

        • cbiweb
          Senior Member
          • Apr 2004
          • 2658
          • 4.1.x

          #5
          Okay, I'll bite. How would it be a problem for Right to Left versions? I would assume rounded table corners would be symmetrical, no matter which side they're on? Why wouldn't it be a problem for Left to Right as well?
          ~ Life isn't always fair, but you can be. ~

          Comment

          • ---MAD---
            Senior Member
            • Jun 2005
            • 2522
            • 3.8.x

            #6
            Originally posted by cbiweb
            Okay, I'll bite. How would it be a problem for Right to Left versions? I would assume rounded table corners would be symmetrical, no matter which side they're on? Why wouldn't it be a problem for Left to Right as well?
            Kind of off topic.

            Comment

            • Mazinger
              Senior Member
              • Jul 2005
              • 2399
              • 3.7.x

              #7
              It will be problem for Right to Left versions, because the coreners will be reversed. Like this:


              .........................


              There will be no problem for Left to Right versions, because the style will be designed to suit them.
              $post[signature]

              Comment

              • ---MAD---
                Senior Member
                • Jun 2005
                • 2522
                • 3.8.x

                #8
                Originally posted by Mazinger
                It will be problem for Right to Left versions, because the coreners will be reversed. Like this:


                .........................


                There will be no problem for Left to Right versions, because the style will be designed to suit them.
                Why would that happen, I thought only the text flipped around :s. (I know its off topic but whatever lol .)

                Comment

                • Mazinger
                  Senior Member
                  • Jul 2005
                  • 2399
                  • 3.7.x

                  #9
                  Originally posted by ---MAD---
                  Why would that happen, I thought only the text flipped around :s. (I know its off topic but whatever lol .)
                  That's is the problem of rounded images corners - you'll have to rename these images to fix that.

                  Texts are fixed in RTL, because the division tags <div> are always set to "default".
                  $post[signature]

                  Comment

                  • Wayne Luke
                    vBulletin Technical Support Lead
                    • Aug 2000
                    • 73979

                    #10
                    Originally posted by Mazinger
                    That's is the problem of rounded images corners - you'll have to rename these images to fix that.
                    Still off topic but the original question was answered already...

                    So umm... Don't use images for your rounded corners

                    Translations provided by Google.

                    Wayne Luke
                    The Rabid Badger - a vBulletin Cloud demonstration site.
                    vBulletin 5 API

                    Comment

                    • Mazinger
                      Senior Member
                      • Jul 2005
                      • 2399
                      • 3.7.x

                      #11
                      Originally posted by Wayne Luke
                      Still off topic but the original question was answered already...

                      So umm... Don't use images for your rounded corners

                      http://www.spiffycorners.com/
                      That would be cool if our problem was we just need curves.
                      $post[signature]

                      Comment

                      • cbiweb
                        Senior Member
                        • Apr 2004
                        • 2658
                        • 4.1.x

                        #12
                        If 4.x is CSS'd (I said if it is), then it could be coded for non-image rounded corners. However, I still don't see how Right to Left would affect image corners. I've never had to design a site that way, but wouldn't a right-upper corner image still be placed... at the top right corner?? Likewise for the other corners as well? I mean, the text might be reversed but left is always left and right is always right. ...Right?
                        ~ Life isn't always fair, but you can be. ~

                        Comment

                        • Mazinger
                          Senior Member
                          • Jul 2005
                          • 2399
                          • 3.7.x

                          #13
                          Originally posted by cbiweb
                          If 4.x is CSS'd (I said if it is), then it could be coded for non-image rounded corners. However, I still don't see how Right to Left would affect image corners. I've never had to design a site that way, but wouldn't a right-upper corner image still be placed... at the top right corner?? Likewise for the other corners as well? I mean, the text might be reversed but left is always left and right is always right. ...Right?
                          What's actually reversed are cells... the first cell becomes the last, the last become the first... so, the images will be reversed too. Texts must be reversed to suit Arabic, and that's what happened since they are always alligned to default.
                          $post[signature]

                          Comment

                          • Wayne Luke
                            vBulletin Technical Support Lead
                            • Aug 2000
                            • 73979

                            #14
                            Then just use conditionals...

                            <if condition="$stylevar[textdirection] == 'ltr'>
                            <!-- show left to right image -->
                            <else />
                            <!-- show right to left image -->
                            </if>
                            Translations provided by Google.

                            Wayne Luke
                            The Rabid Badger - a vBulletin Cloud demonstration site.
                            vBulletin 5 API

                            Comment

                            • Mazinger
                              Senior Member
                              • Jul 2005
                              • 2399
                              • 3.7.x

                              #15
                              Good idea. Renaming images will be a good idea too. (i.e, topleft.gif -> topright.gif).
                              $post[signature]

                              Comment

                              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                              Working...