jmspldnl
12-31-2005, 05:51 AM
Anyone know how to make this CSS code a little more simplified? I made the code myself and I can't seem to get it to work any other way. It is for CSS image rollovers. The code just seems to repeat a lot of code.
#home {display:block; width:130px; height:30px; background:url("/images/buttons/home.gif")}
#news {display:block; width:130px; height:30px; background:url("/images/buttons/news.gif")}
#calendar {display:block; width:130px; height:30px; background:url("/images/buttons/calendar.gif")}
#shows {display:block; width:130px; height:30px; background:url("/images/buttons/shows.gif")}
#photos {display:block; width:130px; height:30px; background:url("/images/buttons/photos.gif")}
#officers {display:block; width:130px; height:30px; background:url("/images/buttons/officers.gif")}
#drummajors {display:block; width:130px; height:30px; background:url("/images/buttons/drummajors.gif")}
#sections {display:block; width:130px; height:30px; background:url("/images/buttons/sections.gif")}
#squads {display:block; width:130px; height:30px; background:url("/images/buttons/squads.gif")}
#forums {display:block; width:130px; height:30px; background:url("/images/buttons/forums.gif")}
#guestbook {display:block; width:130px; height:30px; background:url("/images/buttons/guestbook.gif")}
#comments {display:block; width:130px; height:30px; background:url("/images/buttons/comments.gif")}
#musicmidis {display:block; width:130px; height:30px; background:url("/images/buttons/musicmidis.gif")}
#colorguard{display:block; width:130px; height:30px; background:url("/images/buttons/colorguard.gif")}
#bandstaff {display:block; width:130px; height:30px; background:url("/images/buttons/bandstaff.gif")}
#webstaff {display:block; width:130px; height:30px; background:url("/images/buttons/webstaff.gif")}
#home:hover, #news:hover, #calendar:hover, #shows:hover,
#photos:hover, #officers:hover, #drummajors:hover, #colorguard:hover,
#sections:hover, #squads:hover, #musicmidis:hover, #comments:hover,
#guestbook:hover, #forums:hover, #bandstaff:hover, #webstaff:hover { background-position:-130px 0px }
#home:active, #news:active, #calendar:active, #shows:active,
#photos:active, #officers:active, #drummajors:active, #colorguard:active,
#sections:active, #squads:active, #musicmidis:active, #comments:active,
#guestbook:active, #forums:active, #bandstaff:active, #webstaff:active { background-position:-260px 0px }
#home {display:block; width:130px; height:30px; background:url("/images/buttons/home.gif")}
#news {display:block; width:130px; height:30px; background:url("/images/buttons/news.gif")}
#calendar {display:block; width:130px; height:30px; background:url("/images/buttons/calendar.gif")}
#shows {display:block; width:130px; height:30px; background:url("/images/buttons/shows.gif")}
#photos {display:block; width:130px; height:30px; background:url("/images/buttons/photos.gif")}
#officers {display:block; width:130px; height:30px; background:url("/images/buttons/officers.gif")}
#drummajors {display:block; width:130px; height:30px; background:url("/images/buttons/drummajors.gif")}
#sections {display:block; width:130px; height:30px; background:url("/images/buttons/sections.gif")}
#squads {display:block; width:130px; height:30px; background:url("/images/buttons/squads.gif")}
#forums {display:block; width:130px; height:30px; background:url("/images/buttons/forums.gif")}
#guestbook {display:block; width:130px; height:30px; background:url("/images/buttons/guestbook.gif")}
#comments {display:block; width:130px; height:30px; background:url("/images/buttons/comments.gif")}
#musicmidis {display:block; width:130px; height:30px; background:url("/images/buttons/musicmidis.gif")}
#colorguard{display:block; width:130px; height:30px; background:url("/images/buttons/colorguard.gif")}
#bandstaff {display:block; width:130px; height:30px; background:url("/images/buttons/bandstaff.gif")}
#webstaff {display:block; width:130px; height:30px; background:url("/images/buttons/webstaff.gif")}
#home:hover, #news:hover, #calendar:hover, #shows:hover,
#photos:hover, #officers:hover, #drummajors:hover, #colorguard:hover,
#sections:hover, #squads:hover, #musicmidis:hover, #comments:hover,
#guestbook:hover, #forums:hover, #bandstaff:hover, #webstaff:hover { background-position:-130px 0px }
#home:active, #news:active, #calendar:active, #shows:active,
#photos:active, #officers:active, #drummajors:active, #colorguard:active,
#sections:active, #squads:active, #musicmidis:active, #comments:active,
#guestbook:active, #forums:active, #bandstaff:active, #webstaff:active { background-position:-260px 0px }