On Tue, Feb 4, 2014 at 1:10 PM, John Johnson <j...@coffeeonmars.com> wrote:
> I apologize if this turns out to be more a PHP question, but is there a way 
> to eclude a particular nav link on particular pages?
>
> the specific: prevent the Home page from having a text/nav element “Home” 
> while the “Home” nav elements would be visible on all other pages.
>
> Thank you,
>
> John


Normally, I just class a main wrapper (consistent on all pages) or the
body element and attack it that way...

.homepage nav a.home{display:none; visibility: none;}


-- 

Tom Livingston | Senior Front-End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to