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.

From grey to color

3 posters

Go down

In progress From grey to color

Post by lolish Sat 27 Aug - 18:32

Is it possible that if you have a gray picture on forum for example in the navigation or somewhere in the main site of forum and when you go across this picture with mouse it appears in colors. Is there any code for this or is that not possible?
avatar
lolish
New Member

Female Posts : 23
Reputation : 0
Language : slovenian

http://oglasevanje.forumakers.com

Back to top Go down

In progress Re: From grey to color

Post by Nera. Sun 28 Aug - 1:32

Hi,

> Moved to proper section

Remove your navigations out of Admin panel and add them all through CSS. Also go to Display >> Headers and navigations >> Display only images in nav bar: YES

Replace images link and set width and height in the codes Exclamation

Do this for the static image:
Code:
#i_icon_mini_index {
background-image: url('IMAGE LINK GOES HERE');
width: XYpx;
height: XYpx;
}

And than this for hover:
Code:
#i_icon_mini_index:hover {
background-image: url('IMAGE HOVER LINK GOES HERE');
width: XYpx;
height: XYpx;
}

Do it for all navigations, just change the end of #i_icon_mini

Like this:
_portal {
_portal:hover {

This is for the rest of navigations:
_profile
_calendar
_gallery
_message
_new_message
_register
_login
_logout
_search
_faq
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: From grey to color

Post by .::MISHU::. Sun 28 Aug - 13:26

groar héhé banana guitar Hello
avatar
.::MISHU::.
New Member

Posts : 2
Reputation : 0
Language : mishu

Back to top Go down

Back to top

- Similar topics

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