How can I add the same as this footer?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BoYagoob
    Senior Member
    • Feb 2005
    • 229
    • 1.1.x

    How can I add the same as this footer?

    Hello,

    I would like to know, how can I add the same as this footer to my styles?

    This forum is an example:




    And see the attchment:

    ...


    Regards ..
    Attached Files
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    #2
    Just as a note: That is a shadow I made, and users don't have permission to use it. So if you want a shadow please use your own images.

    That said, I did it by making 3 different images (left, middle, right) and I made 3 divs with 3 classes.

    Comment

    • BoYagoob
      Senior Member
      • Feb 2005
      • 229
      • 1.1.x

      #3
      There are many other forums use the same as this shadow.

      I can use my own shadow.

      I know you made three sections (l, m, r), but how can I make or put it in these places using Editing Style in the admincp?

      Thanks alot ..
      Last edited by BoYagoob; Wed 18 May '05, 5:52am.

      Comment

      • Floris
        Senior Member
        • Dec 2001
        • 37767

        #4
        Originally posted by BoYagoob
        There are many other forums use the same as this shadow.
        They perhaps purchased one of my styles. Or they have specific permission to use it, or they are using it without my authorization.

        Comment

        • Floris
          Senior Member
          • Dec 2001
          • 37767

          #5
          Main CSS
          Code:
          /* ***** vBulletin-Style.com Professional Style CSS ***** */
          .Style1 {
          background-image: url(images/shadow_2.gif); 
          height: 5px; 
          font-size: 1px; 
          line-height: 1px;
          }
          .Style2 {
          float: left; 
          background-image: url(images/shadow_1.gif); 
          width: 20px; 
          height: 5px;
          }
          .Style3 {
          float: right; 
          background-image: url(images/3.gif); 
          width: 20px; 
          height: 5px;
          }
          Template:
          Code:
          <div class="Style1"><div class="Style2"></div><div class="Style3"></div></div>
          <!-- Copyright ©2000-2005 http://www.vBulletin-Style.com/ -->

          Comment

          • BoYagoob
            Senior Member
            • Feb 2005
            • 229
            • 1.1.x

            #6
            Many thanks Mr. Floris for your help and fast support ..

            Regards .. : )

            Comment

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