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 NAV BARS(REP ASAP)

3 posters

Go down

Solved HOVER NAV BARS(REP ASAP)

Post by ClintPurto June 1st 2011, 9:50 am

I need help with my nav bars, I got a nav bar set that has hover effects. Like if you hover on a nav, it lights up. I cant find where to put the hover images. Is there a CSS code for this or something? Please help me... I have a deadline in making the forum...
avatar
ClintPurto
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

Solved Re: HOVER NAV BARS(REP ASAP)

Post by Nera. June 1st 2011, 9:53 am

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

Solved Re: HOVER NAV BARS(REP ASAP)

Post by ClintPurto June 1st 2011, 9:56 am

Thank you so much...
avatar
ClintPurto
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

Solved Re: HOVER NAV BARS(REP ASAP)

Post by Sanket June 1st 2011, 9:57 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.
HOVER NAV BARS(REP ASAP) 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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