Boards.ie uses cookies. By continuing to browse this site you are agreeing to our use of cookies. Click here to find out more x
Post Reply  
 
Thread Tools Search this Thread
17-11-2009, 21:34   #1
Placebo
Registered User
 
Placebo's Avatar
 
Join Date: Sep 2002
Location: Dublin
Posts: 7,914
possible to hide menu in indexhibit

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
Placebo is offline  
Advertisement
19-11-2009, 19:43   #2
paddybag
Registered User
 
Join Date: Nov 2007
Posts: 8
You could put this as the body tag.
Code:
<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
Code:
body.news div.menu { display:none }
Cheers,
Paddy
http://www.paddyhorgan.com
paddybag is offline  
19-11-2009, 20:03   #3
Placebo
Registered User
 
Placebo's Avatar
 
Join Date: Sep 2002
Location: Dublin
Posts: 7,914
i got it, they didnt give me the ftp details so i was overlay divs at 0,0

mess



thanks
Placebo is offline  
Post Reply

Quick Reply
Message:
Remove Text Formatting
Bold
Italic
Underline

Insert Image
Wrap [QUOTE] tags around selected text
 
Decrease Size
Increase Size
Please sign up or log in to join the discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search