Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

possible to hide menu in indexhibit

Options
  • 17-11-2009 10:34pm
    #1
    Registered Users Posts: 8,070 ✭✭✭


    Some friend has there site done in this:
    http://www.indexhibit.org/

    anyone know if its possible to hide the menu for certain pages?
    i am using a div to overlay everything but every page shows the menu [and i need those pages as the user will use them as a cms]

    building from scratch always wins, i hate joomla and packages like above ! ugh


Comments

  • Registered Users Posts: 9 paddybag


    You could put this as the body tag.
    <body class='<%title%>'>
    
    This will give it a class of the page name. eg) <body class='news'>

    Then in the css you can hide any div (including the menu) by using something like
    body.news div.menu { display:none }
    
    Cheers,
    Paddy
    http://www.paddyhorgan.com


  • Registered Users Posts: 8,070 ✭✭✭Placebo


    i got it, they didnt give me the ftp details so i was overlay divs at 0,0

    mess



    thanks


Advertisement