Announcement

Collapse
No announcement yet.

Floating signatures

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

  • Floating signatures

    Anyone find a way to force signatures and the "IP logged" text to the bottom of the message box? It looks strange on messages where there is little text.

  • #2
    You can use tables to do this... Just force the table cell with the actual post in it to be 100% in height.

    Not very clean, well rather messy in fact but it works. You could probably use <DIV> tags as well the result would be cleaner code but the setup would be beyond a lot of people.
    Translations provided by Google.

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

    Comment


    • #3
      I can't seem to get the height thing to work. I divided the contents of the message cell into a table with two rows. I tried to force nearly element <table>, <td> and <tr> tags to be 100% in height and I couldn't get it to work.

      Comment


      • #4
        Originally posted by irc
        I can't seem to get the height thing to work. I divided the contents of the message cell into a table with two rows. I tried to force nearly element <table>, <td> and <tr> tags to be 100% in height and I couldn't get it to work.
        you could try maybe

        <div style="vertical-align: bottom;">IP Logged, Report</div> ?

        Im really rusty on HTML now days ;\

        Comment


        • #5
          If they were graphics, it would be a lot better.

          I guess one of the Devs is messing with the CVS, {img}{/img} is broken.
          Attached Files
          Last edited by feldon23; Wed 18 Jun '03, 6:12am.

          Comment


          • #6
            Well, I found a solution

            I couldn't get <div> tags to work, so I divided the message box into two cells. It's not very elegant because of the border floats in the middle between the two cells when the message is short. I tried to force the message cell to be 100%, but that property doesn't seem to work for cells.

            Comment


            • #7
              Originally posted by irc
              I couldn't get <div> tags to work, so I divided the message box into two cells. It's not very elegant because of the border floats in the middle between the two cells when the message is short. I tried to force the message cell to be 100%, but that property doesn't seem to work for cells.

              Your opening td tag for the message table should be set with height='100%' and also the table. You could leave the sig table alone as that would be forced down then, it is what I did on my board.
              GTtalk

              Comment


              • #8
                Originally posted by NUTNDUN
                Your opening td tag for the message table should be set with height='100%' and also the table. You could leave the sig table alone as that would be forced down then, it is what I did on my board.
                I've tried that and I can't get it to work. Could I see your postbit template or get a link to your forum?

                Comment


                • #9
                  Originally posted by irc
                  I've tried that and I can't get it to work. Could I see your postbit template or get a link to your forum?
                  Ya it's www.pctechtalk.com/forums/
                  GTtalk

                  Comment


                  • #10
                    Originally posted by NUTNDUN
                    I never had an issue with it in 2.3.0 just as your board is. I can not get it to work in 3.0. I used the same setup as i had atleast the tables for the postbit, but they wont work....still floats.

                    Wayne any hints on the css?

                    Comment


                    • #11
                      Originally posted by GMTalk
                      I never had an issue with it in 2.3.0 just as your board is. I can not get it to work in 3.0. I used the same setup as i had atleast the tables for the postbit, but they wont work....still floats.

                      Wayne any hints on the css?

                      I couldn't tell ya with vb3, I haven't had time to play with it yet, I didn't wanna spend any time messing with the templates with what was mentioned about the templates being redone or something.
                      GTtalk

                      Comment


                      • #12
                        I got another solution, but it is probably not what you are looking for.

                        You can just create a "Report" button like the one attached (and made by me ), and put it next to the "edit" one.

                        Then about the IP, you could put it like a link on the vB candle picture (http://www.vbulletin.com/forum/images/on.gif), next to the "profile" button.
                        Last edited by Lumina; Fri 20 Jun '03, 9:26pm.
                        Lumina, aventurière des mondes fantastiques et petite rédactrice au grand cœur
                        Cœur Lumière - vBulletin-fr
                        Join the vBulletin French community social group!

                        Comment


                        • #13
                          Nice font there, where can I get it?

                          Comment


                          • #14
                            Is there a way to do it so it's XHTML compliant?

                            Comment


                            • #15
                              Just define the table height in the CSS

                              table.postbit_message {
                              height: 100%;
                              }

                              <table class="postbit_message"

                              or something like that.

                              Comment

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