Current time: 05-23-2012, 10:33 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 10 Votes - 4.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
(Updated Feb/2009) Mybb 1.2x/1.4x Pure CSS "Custom Forum Icons" with only 1 image
07-21-2009, 12:17 PM
Post: #11
RE: (Updated Feb/2009) Mybb 1.2x/1.4x Pure CSS "Custom Forum Icons" with only 1 image
there is no way i can understand this.. No matter how hard i try , You just explained it to complicated i think.
Find all posts by this user
Quote this message in a reply
11-23-2009, 01:19 AM
Post: #12
RE: (Updated Feb/2009) Mybb 1.2x/1.4x Pure CSS "Custom Forum Icons" with only 1 image
Great tutorial, thank you!
Find all posts by this user
Quote this message in a reply
03-13-2010, 12:54 AM
Post: #13
RE: (Updated Feb/2009) Mybb 1.2x/1.4x Pure CSS "Custom Forum Icons" with only 1 image
(11-23-2009 01:19 AM)bdkekos Wrote:  Great tutorial, thank you!

Yes, great tutorial but I'd like undestand how I have to rename the image icons...

off_1.png? off 1.png? off_1.gif?

Thanks a lot

Sorry for my bad English.
PS: Webbando
Visit this user's website Find all posts by this user
Quote this message in a reply
03-18-2010, 12:25 PM
Post: #14
RE: (Updated Feb/2009) Mybb 1.2x/1.4x Pure CSS "Custom Forum Icons" with only 1 image
(03-13-2010 12:54 AM)gokufg Wrote:  
(11-23-2009 01:19 AM)bdkekos Wrote:  Great tutorial, thank you!

Yes, great tutorial but I'd like undestand how I have to rename the image icons...

off_1.png? off 1.png? off_1.gif?

Thanks a lot

No. They share a single image. It´s called "CSS sprites" - google it, it´s well documented all around over webdesign blogs.

Code:
/* Background position - Build your X coordinate with the top of each custom icon here */
#on_2 a, #off_2 a {
background-position: 0 0;
}

#on_3 a, #off_3 a {
background-position: 0 -75px;
}

[]s, Claudio

Tutorial: Jquery (by google API) with mybb (Prototype)
Distinction between Paid/Free Plugins Threads
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication