PDA

View Full Version : css reply / new post /


Rodney B
02-25-2005, 11:19 PM
To reduce the number of images loading for my forum, I'd like to change the newthread/reply/reply with quote/etc button images with css styled buttons.

This site does this nicely:
http://www.mod-rewrite.com/forum/thread68.html

Can anyone give me an example of how to change my forum template to accomplish this, or is there a style already done that does this?

Jolten
02-26-2005, 09:11 AM
It's really a matter of writing the styles, then locating the images in the templates and replacing them with the appropriate text and class/id definitions. Check out the tutorials at www.alistapart.com if you're unclear on the css.

Rodney B
03-23-2005, 11:22 PM
Thanks Scott, anybody have any actual examples on how to do this?