View Full Version : removing that header.
asamuel
Nov-12-2006, 11:39 PM
I dont understand why this code removes my header from pictures but not from contacts and bio.
/* Pictures Homepage*/
.pictures #my_header {display: none !important;}
/* Bio Homepage*/
.Bio #my_header {display: none !important;}
/* contacts Homepage*/
.contact #my_header {display: none !important;}
ivar
Nov-12-2006, 11:58 PM
I dont understand why this code removes my header from pictures but not from contacts and bio.
/* Pictures Homepage*/
.pictures #my_header {display: none !important;}
/* Bio Homepage*/
.Bio #my_header {display: none !important;}
/* contacts Homepage*/
.contact #my_header {display: none !important;}
Pictures is the only class that exists, there are no Bio and contact classes. Maybe you can tell us what it is you want to achieve, and we can help you? :ear
asamuel
Nov-13-2006, 01:28 AM
I was just trying to make a bio page and a contact page. I thought I had done it by creating the nav, bar. obviously not. Sorry for wasting your time, I think I can find it again in an old thread on reproducing homepages, I will post the link.
I think its a combination of this modified and some more css, I'll get back with the thread.
******** type="text/javascript">
if (hasPath("Bio"))
YAHOO.util.Dom.addClass(document.body, "Bio");
</********
******** type="text/javascript">
if (hasPath("contact"))
YAHOO.util.Dom.addClass(document.body, "contact");
</********
asamuel
Nov-13-2006, 01:44 AM
I was just trying to make a bio page and a contact page. I thought I had done it by creating the nav, bar. obviously not. Sorry for wasting your time, I think I can find it again in an old thread on reproducing homepages, I will post the link.
I think its a combination of this modified and some more css, I'll get back with the thread.
******** type="text/javascript">
if (hasPath("Bio"))
YAHOO.util.Dom.addClass(document.body, "Bio");
</********
******** type="text/javascript">
if (hasPath("contact"))
YAHOO.util.Dom.addClass(document.body, "contact");
</********
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.