Board index PBase HTML and Style Sheets How to make menu bar less dominant?

HTML and Style Sheets

How to make menu bar less dominant?

Customize your galleries.
imorozoff
 
Posts: 1008

How to make menu bar less dominant?

Post Sun Nov 11, 2007 10:52 pm


Hi, with all of the resources I've found in this forum, I've been able to change my galleries to suit my tastes. However, one thing is eluding me.

How can I change the Pbase menu bar to be less dominant?
(name, profile, all galleries, tree view, thumbnails, slideshow)

You can see mine here:
http://www.pbase.com/imorozoff/kids

But I prefer the one shown in these two:
http://www.pbase.com/nostromo/grecia
http://www.pbase.com/barbara_heide

Any and all help is most appreciated. I've been sitting here spinning my wheels with this one.

Thank you!!

ftuma
 
Posts: 7

Code to Hide Menu bar

Post Wed Nov 14, 2007 1:55 pm


Got this code from one of the PBASE techies:
Code to hide the PBASE menu bar.
I place it at the beginning of the style sheet:

/* --- simple code to hide the menu -- */
body table td a img { display:none;}
.thumbnails table img {display:none;}
table img {display:block;}
.display,.display img {display:block;}
.thumbnails table,.thumbnails table img, .display,p.small{
display: inline;
}

/* ----------------------------------- */

marcjosef
 
Posts: 19


Post Wed Nov 14, 2007 5:15 pm


For Luis Borruel, the code is ...
Code: Select all
table (line 35)

{

border-right-width: 0px;

border-right-style: none;

border-right-color: -moz-use-text-color;

border-top-width: 0px;

border-top-style: none;

border-top-color: -moz-use-text-color;

font-family: verdana,arial,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 12px;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

border-left-width: 0px;

border-left-style: none;

border-left-color: -moz-use-text-color;

color: #5b5b65;

border-bottom-width: 0px;

border-bottom-style: none;

border-bottom-color: -moz-use-text-color;

}





For Barbara Heide, the code is ...
Code: Select all
div, th, tr, table, font, li, ul, form, blockquote, p, b, i, h1, h2, h3, h4, h5, font, center (line 45)

{

border-top-width: 0px;

border-right-width: 0px;

border-bottom-width: 0px;

border-left-width: 0px;

border-top-style: none;

border-right-style: none;

border-bottom-style: none;

border-left-style: none;

border-top-color: -moz-use-text-color;

border-right-color: -moz-use-text-color;

border-bottom-color: -moz-use-text-color;

border-left-color: -moz-use-text-color;

color: #b4b4b4;

font-family: verdana,Tahoma,Helvetica,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 12px;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

}


I was able to find this info using FireFox WebDev Tool ;) Hope this helps.

agroni
 
Posts: 990


Post Tue Dec 25, 2007 12:13 pm


thanx ftuma for the code
It helped me a lot ;)
Image

images_of_texas
 
Posts: 77

Hide top menu and navigation

Post Sat Jan 12, 2008 3:52 pm


This code does not seem to be working for me:

/* --- simple code to hide the menu -- */
body table td a img { display:none;}
.thumbnails table img {display:none;}
table img {display:block;}
.display,.display img {display:block;}
.thumbnails table,.thumbnails table img, .display,p.small{
display: inline;
}


Has anyone had any success with hiding the top menu and nav and can you send me a link to view?

begrose
 
Posts: 1

pbase bar

Post Tue Jan 15, 2008 9:45 pm


Can someone explain how to do this in more detail. I couldnt get these to work either.

Thanks for the help


Board index PBase HTML and Style Sheets How to make menu bar less dominant?

Who is online

Users browsing this forum: No registered users and 1 guest