Quick Login   
 
Register AdminFusion Tutorials
 
Featured Sponsors


One.com Domain and Hosting


Register
Forum of the Month
Australian Webmaster
fotm

A webmaster forum specifically catering for Australian site owners. We discuss site development, marketing and management issues.

Tag Cloud
Latest Threads
Forum Stats
8,054 Members
165,791 Posts
43 Users Online

Please welcome our newest member, HaMiDoZ!

Affiliates
Go Back AdminFusion » Management » Graphics and Design » Navigation Rollover Help
Welcome to the AdminFusion. AdminFusion is the ultimate resource for forum administrators and moderators. With exclusive articles, interviews with the experts, free downloadable skins, and the revolutionary post exchange system - PostFusion, AdminFusion is the place to go for all of your forum needs.  By joining AdminFusion, you will become part of a thriving admin community and immediately gain access to all of these resources. Registration is fast, simple and absolutely free so please join us today!
Want more than our forums? Try these: Post Fusion Forum Matrix
Old 06-24-2007, 05:41 PM   #1

htmlmaster's Avatar

Title: Veteran

Points: 4,793, Level: 20Points: 4,793, Level: 20Points: 4,793, Level: 20
Level up: 21%, 257 Points neededLevel up: 21%, 257 Points neededLevel up: 21%, 257 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Oct 2005

Posts: 652

htmlmaster is a name known to allhtmlmaster is a name known to allhtmlmaster is a name known to allhtmlmaster is a name known to allhtmlmaster is a name known to allhtmlmaster is a name known to all
 
 
Navigation Rollover Help

Hi, I'm trying to make rollovers for the horizontal navigation of my forum, but I can't quite figure out the CSS.

My current navigation is basically made up of an x-repeating image. For the rollover, I plan on switching that image with another for a certain tab. I've test a few ideas out, none of which have worked, so I'm pretty much stumped.

Here's the relevant part of my current CSS stylesheet:
Code:
.menubar
{
background: #5371AD url(images/lightnavy/menubar.gif) repeat-x;
color: #FFFFFF;
}
.menubg , tr.menubg td
{
background: #5371AD url(images/lightnavy/menubar.gif) repeat-x;
color: #FFFFFF;
}

.menubg2 , tr.menubg2 td
{
background: #13316D url(images/lightnavy/menubarSelected.gif) repeat-x;
color: #FFFFFF;
}
.menubg a:link, .menubg a:visited , .menubg2 a:link, .menubg2 a:visited
{
color: #FFFFFF;
}
.menubg a:hover, .menubg2 a:hover
{
color: #E3DEFA;
}

.memberbardiv
{
background: transparent url(images/lightnavy/memberbar.gif) repeat-x;
}
.memberbardivbottom
{
background: transparent url(images/lightnavy/memberbar2.gif) repeat-x;
}

.memberbar, tr.memberbar td
{
}
.memberbar a:link, .memberbar a:visited
{
color: #13316D;
}
.memberbar a:hover
{
color: #0051D0;
}
I'm not 100% sure how it works, though I'm almost positive that you should focus on the menubg and the menubg hover parts of the stylesheet, but I included everything else just to be sure.

All help appreciated - thanks in advance!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

 
Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
The Floor Pro Community eJM Forum Review 7 05-07-2007 08:03 PM
Rollover Option mrdiaz vBulletin 7 05-01-2006 05:22 AM
New PF Navigation Ryan PostFusion Announcements 3 01-14-2006 07:10 PM

AdminFusion

All times are GMT +1. The time now is 09:11 AM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0 © 2005-2008 AdminFusion - All Rights Reserved


From:
Title:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72