Author Topic: Having trouble with the site banners  (Read 427 times)

Offline Lupin77

  • Member
  • Posts: 4
  • The Greatest Thief In the World!
Having trouble with the site banners
« on: November 18, 2010, 11:21:04 PM »
Hello there!

Not sure if this is in the correct spot or not. But I'm having a small problem.

While clicking on a banner I want displayed on the site it works until I exit that page it goes
back to the default. Any ideas?  :(

Online Duki3003

  • Admin
  • Member
  • Posts: 4420
Re: Having trouble with the site banners
« Reply #1 on: November 18, 2010, 11:36:38 PM »
That is not a feature to choose a banner, it's only there to preview it.

Offline Xiong Chiamiov

  • Member
  • Posts: 3012
  • I'm gonna tolerate and love the SHIT out of you!
    • changedmy.name
Re: Having trouble with the site banners
« Reply #2 on: November 20, 2010, 06:52:25 PM »
Since I know the question will come up:

1. Install Stylish.
2.
Code: [Select]
/*  Static Banner for BakaBT.com  */
/*  Change the address within url() to your desired banner's location.  */

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("bakabt.me") {
div[id="head"] {
  background-image: url(http://bakabt.me/images/banners/kiminitodoke.jpg) !important;}
}

I believe browsers other than Firefox have user-specified css options built-in.
Projects of interest: nagi | sheska | bdg
Posts made between 2009-05-09 and 2011-08-26 were in the capacity of staff.  Please read accordingly.