Picture Appearance On Forum Rollover
Page 1 of 1 • Share •
Re: Picture Appearance On Forum Rollover
Picture Appearance On Forum Rollover
When a user puts his/her mouse over the forum, you can set an image to appear on the bottom right of the forum.
The First Step
Go to: ACP > Display > Colors > CSS Stylesheet
Make sure to have advanced mode on.
Now that you are there...add this to the stylesheet:
- Code:
.forumline .row1.over:hover {background:url('URL FOR IMAGE') right bottom no-repeat;}
Replace "URL FOR IMAGE" with the url of the image.
The Second Step
If you have a highlight color or not you still need to add this code too:
- Code:
.forumline .row1.over:hover {
background-color : white;
}
Replace COLOR with the highlight color name or code. If you don't want a highlight color, just put in the color of the forum (to make the highlight invisible). ACP > Display > Colors <= somewhere in there is the color of your forum.
There you go. Finished! You now have your rollover picture!
- Spoiler:
I would save this code or add this page to your bookmarks.
Written by Cman
Special Thanks To: MrMega, ankillien, and Dion for the help in this topic.

Cman- Forumotion Member
-

Posts: 584
Age: 15
Language: English
Points: 2265
Join date: 2009-05-29
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum




by Cman on August 1st 2009, 12:47 am





