Welcome to [LOOK LEFT]. Unless it's Joe.
 
HomePortalCalendarGalleryFAQSearchMemberlistUsergroupsRegisterLog in
Latest topics
» This Site Is Dead!
by thisisnotme Tue Jun 07, 2011 2:44 pm

» rewrrwrerwre
by jnkute Sun Mar 27, 2011 8:48 am

» Awesome new signature
by thisisnotme Wed Feb 09, 2011 10:44 pm

» What would you invent?
by what1000144 Wed Dec 29, 2010 10:10 pm

» Bytes of Us
by what1000144 Wed Dec 15, 2010 10:05 pm

» Cows With Guns (Lyrics by Dana Lyons)
by what1000144 Tue Dec 14, 2010 12:14 am

» YsRealism Server
by thisisnotme Wed Dec 08, 2010 11:06 pm

» Post Something for fun
by what1000144 Wed Dec 01, 2010 7:21 pm

» April Fools Joke: Shutting Down Several Things
by what1000144 Wed Dec 01, 2010 6:19 pm

» Why I use Firefox
by what1000144 Fri Nov 26, 2010 10:44 pm

» ABO Mod Suggestions
by what1000144 Wed Nov 17, 2010 9:42 pm

» There is no Free Will
by thisisnotme Fri Nov 12, 2010 10:03 pm

» Theatre Arts Project: WWIII
by what1000144 Wed Nov 10, 2010 11:43 pm

» Rollover Buttons! Woohoo for attractiveness!
by what1000144 Wed Nov 10, 2010 8:53 pm

» Stupid Ads! Yea!
by what1000144 Wed Nov 10, 2010 7:56 pm

» Living on New CoMMuN
by what1000144 Sun Nov 07, 2010 3:59 pm

» Google's Process
by what1000144 Sun Nov 07, 2010 12:39 am

» Stupid, tedious arguments!
by what1000144 Wed Oct 13, 2010 11:36 pm

» Eargasm List
by what1000144 Sun Oct 10, 2010 5:23 pm

» Comments for QOD posts
by what1000144 Wed Sep 29, 2010 8:03 pm

Who is online?
In total there is 0 user online :: 0 Registered, 0 Hidden and 0 Guests :: 1 Bot

None

Most users ever online was 10 on Sat Jan 30, 2010 10:48 am
Statistics
We have 24 registered users
The newest registered user is innkeeper67

Our users have posted a total of 3575 messages in 30 subjects
Log in
Username:
Password:
Log on automatically: 
:: I forgot my password
Poll
What is ur favorite pet?
Cat
3%
 3% [ 1 ]
Dog
9%
 9% [ 3 ]
Flogg
6%
 6% [ 2 ]
Turtle (YEAH!)
47%
 47% [ 16 ]
bird
0%
 0% [ 0 ]
a fish
0%
 0% [ 0 ]
a banana
9%
 9% [ 3 ]
hippopotamus
0%
 0% [ 0 ]
dinosaurofdoomsaurus
15%
 15% [ 5 ]
Other
12%
 12% [ 4 ]
Total Votes : 34

Share | 
 

 Rollover Buttons! Woohoo for attractiveness!

View previous topic View next topic Go down 
AuthorMessage
what1000144
God of the heaven...forum
God of the heaven...forum


Posts: 1322
Join date: 2008-07-18
Location: Home Identification... 2 Found: Atlantis; Middle of Nowhere

About you!
Your description:
What the...? HP in a forum?:
42/-13379001  (42/-13379001)

PostSubject: Rollover Buttons! Woohoo for attractiveness!   Wed Nov 10, 2010 8:53 pm

Thanks to Forumotion Help, who taught me CSS in a matter of minutes, I was able to create this code off of a code that they started, like, 2/7 of the way through! YOU'RE WELCOME, FORUMOTION.
Bunch of lazy...*murmurs*
Yeah, anyways, a lot of thanks to them.
Here it is:
#i_icon_mini_index {
background-image: url();
width: 105px;
height: 135px;
}
#i_icon_mini_index:hover {
background-image: url(IMAGE2);
width: 105px;
height: 135px;
}

#i_icon_mini_portal {
background-image: url();
width: 105px;
height: 135px;
}
#i_icon_mini_portal:hover {
background-image: url(IMAGE2);
width: 105px;
height: 135px;
}

#i_icon_mini_calendar {
background-image: url();
width: 105px;
height: 135px;
}
#i_icon_mini_calendar:hover {
background-image: url(IMAGE2);
width: 105px;
height: 135px;
}

#i_icon_mini_gallery {
background-image: url();
width: 105px;
height: 135px;
}
#i_icon_mini_gallery:hover {
background-image: url(IMAGE2);
width: 105px;
height: 135px;
}

#i_icon_mini_faq {
background-image: url();
width: 105px;
height: 135px;
}
#i_icon_mini_faq:hover {
background-image: url(IMAGE2);
width: 105px;
height: 135px;
}

#i_icon_mini_search {
background-image: url();
width: 105px;
height: 135px;
}
#i_icon_mini_search:hover {
background-image: url(IMAGE2);
width: 105px;
height: 135px;
}

#i_icon_mini_members {
background-image: url();
width: 105px;
height: 135px;
}
#i_icon_mini_members:hover {
background-image: url(IMAGE2);
width: 105px;
height: 135px;
}

#i_icon_mini_groups {
background-image: url();
width: 105px;
height: 135px;
}
#i_icon_mini_groups:hover {
background-image: url(IMAGE2);
width: 105px;
height: 135px;
}

#i_icon_mini_profile {
background-image: url();
width: 105px;
height: 135px;
}
#i_icon_mini_profile:hover {
background-image: url(IMAGE2);
width: 105px;
height: 135px;
}


#i_icon_mini_message {
background-image: url();
width: 105px;
height: 135px;
}
#i_icon_mini_message:hover {
background-image: url(IMAGE2);
width: 105px;
height: 135px;
}

#i_icon_mini_new_message {
background-image: url();
width: 105px;
height: 135px;
}
#i_icon_mini_new_message:hover {
background-image: url(IMAGE2);
width: 105px;
height: 135px;
}


#i_icon_mini_logout {
background-image: url();
width: 105px;
height: 135px;
}
#i_icon_mini_logout:hover {
background-image: url(IMAGE2);
width: 105px;
height: 135px;
}


#i_icon_mini_login {
background-image: url();
width: 105px;
height: 135px;
}
#i_icon_mini_login:hover {
background-image: url(IMAGE2);
width: 105px;
height: 135px;
}

#i_icon_mini_register {
background-image: url();
width: 105px;
height: 135px;
}
#i_icon_mini_register:hover {
background-image: url(IMAGE2);
width: 105px;
height: 135px;
}

Remember to change the sizes.
Oh, and here's the source: http://help.forumotion.com/manage-the-appearance-of-your-forum-f45/navbar-rollover-image-t77022.htm
"Navbar Rollover Image."
Oh, and shortly after this message, the navbar will have rollover buttons.
ALSO, IMAGE1...I forgot to put those back...

Below this line is my signature:____________
I've disobeyed.



You know what? I hate it when people are so ignorant by the time they're in Junior High as to not know the following:
-That Superman is NOT Adolf Hitler!
-Licking off the ground is NOT healthy for you.
-Breathing is NOT a way of sucking in germs because of Adam and Eve's punishment.
-Albert Einstein isn't a monster.
-Fairy tales are not tails of fairies.
-Lady Gaga is real.
-A band is not a string.
Back to top Go down
View user profile http://what1000144.heavenforum.com
 

Rollover Buttons! Woohoo for attractiveness!

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» New buttons and options
» Buttons
» Summer Signatures and Camp Happy Heart Buttons
» PlayStation Buttons Have Meaning
» delay when pressing buttons

Permissions in this forum:You cannot reply to topics in this forum
what1000144's Forums :: The Forum's Important Stuff :: Announcements and Events!!!-