Back To Top
Login
Register
Visit Us At TwitterVisit Us At YouTubeVisit Us At Facebook
KandiChat is in Beta Release. Try It Out
HomeHome  
  • UpdatesUpdates  
  • SearchSearch  
  • Latest imagesLatest images  
  • RegisterRegister  
  • Log inLog in  
  • March 2024
    MonTueWedThuFriSatSun
        123
    45678910
    11121314151617
    18192021222324
    25262728293031

    Calendar Calendar

    Search
     
     

    Display results as :
     


    Rechercher Advanced Search

    Similar topics
      Who is online?
      In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests

      None

      Most users ever online was 140 on July 4th 2021, 2:03 pm
      RSS feeds


      Poll
      Top posting users this week
      No user


      View previous topic View next topic Go down  Message [Page 1 of 1]

      Mr.EasyBB

      Fixed Announcements

      Mr.EasyBB
      03/20/2013
        Alright so here is another easy tutorial, what this does is it makes your Announcements scroller fixed to the top of the window or the bottom. Very easy and all we need is CSS!

        So let's get started!

      Step 1:

      [hc = Click to View CSS]
      Code:
      div #fa_ticker_container {
          background: none repeat scroll 0 0 #000000;
          left: 0;
          margin: 0 !important;
          padding: 0;
          position: fixed !important;
          top: 0;
          z-index: 3;
      }
      [/hc]

        That is it, I know, easy right! Just change the top:0; to bottom:0; if you want it on the bottom of your website. Also remember you need to actually have the announcements turned on in your ACP.

        Well that it for me, this should work for all versions to.
      Share this post on: reddit

      No Comment.

      View previous topic View next topic Back to top  Message [Page 1 of 1]