Wow Web Designs Forums Home

Search
   
Members

Calendar

Help

Home
Search by username
Not logged in - Login | Register 


How is this done?
 Moderated by: Aycan  

New Topic

Reply

Print
AuthorPost
sioux
Member
 

Joined: Sat Aug 2nd, 2003
Location:  
Posts: 2
Status:  Offline
Mana: 
 Posted: Sat Aug 2nd, 2003 12:34 pm

Quote

Reply
At http://www.gospelcom.net/
You could find "navbar" which is "active" (with orange color) when You are visiting that specific section?

How could I do that as is on that site...

zaWEBant
Member
 

Joined: Tue Jul 29th, 2003
Location: Croatia
Posts: 8
Status:  Offline
Mana: 
 Posted: Sun Aug 3rd, 2003 02:30 pm

Quote

Reply
A:HOVER {color:orange}

sioux
Member
 

Joined: Sat Aug 2nd, 2003
Location:  
Posts: 2
Status:  Offline
Mana: 
 Posted: Mon Aug 4th, 2003 11:07 am

Quote

Reply
I'm talking about the permanent orange color on the currently viewed nav selection (at the top)

/* The main menu selected colors */
.mainMenuSelected {
color: #FF9933;
font-weight: bold;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
}
.mainMenuSelected:visited {
color: #FF9933;
}
.mainMenuSelected:hover {
color: #cc6600;
text-decoration: none;
}

and what else
<a href="/" class="mainMenuSelected">Home</a>

to have this above
<a href...
on every click on navbar section.

cos

WHEN YOU ARE click on different section page source is always different with
<a href="/" class="mainMenuSelected">home or about us or links or etc...


 Current time is 06:00 pm




Powered by WowBB 1.7 - Copyright © 2003-2006 Aycan Gulez
Page processed in 0.1315 seconds (10% database + 90% PHP). 16 queries executed.