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.

How to?

2 posters

Go down

In progress How to?

Post by xGaming December 3rd 2011, 5:45 pm

Is their a CSS Code for this?
https://help.forumotion.com/t85602-white-hover-navigation-button

If not, how do i add it and make it hover???
The reason i'm not posting on their because that topic's last post was february.. but i need help adding this!
avatar
xGaming
Forumember

Posts : 85
Reputation : 1
Language : English

Back to top Go down

In progress Re: How to?

Post by Nera. December 3rd 2011, 11:02 pm

Hi
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

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

Back to top


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