The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Hover scripting problems

Go down

Hover scripting problems Empty Hover scripting problems

Post by Dark Sol January 15th 2011, 6:52 pm

Hello, love the site, thanks for making it so user friendly. I am having problems with only one thing.

The code I am using works perfectly on every forum line.. but I want it to have a different image on different lines.. How do I do this? can you help me?

a.mainmenu{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 1.0;
}
a.mainmenu:hover{
filter:alpha(opacity=50);
-moz-opacity: 0.65;
opacity: 0.55;
}

.forumline .row1.over:hover {background:url('') right bottom no-repeat;}

.forumline .row1.over:hover {
background-color : #333333
}

Normally the image link will be placed between the (") above on this line of the scripting code:
.forumline .row1.over:hover {background:url('') right bottom no-repeat;}

My website is at the following link:
www.fcpforum.com or the original link of http://fcp1.forumotion.com
avatar
Dark Sol
New Member

Posts : 20
Reputation : 10
Language : English

Back to top Go down

Hover scripting problems Empty Re: Hover scripting problems

Post by Dark Sol January 15th 2011, 11:53 pm

Does anyone know how to figure out which line is which in css? so that you can add images on the correct line?
avatar
Dark Sol
New Member

Posts : 20
Reputation : 10
Language : English

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum