Board index PBase HTML and Style Sheets Menu Bar

HTML and Style Sheets

Menu Bar

Customize your galleries.
lambertm
 
Posts: 1

Menu Bar

Post Mon Oct 13, 2003 12:55 pm


Is there a way to remove the menu bar as I would love to link my galleries page to my web site in a frame but the menu bar makes it look silly ?

cant we just have a "powered by Pbase" ? I would be alot more flexible :D .

Marcus

thewedding
 


Post Mon Oct 13, 2003 5:46 pm


yes you can !! :)

if you know anything about html and css is easly done by adding a div tag in your descripting textarea and give it the propper css values ...

css would be

#hidenav {
border: none;
width: 100%;
display: block;
background: #000000;
height: 45px;
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
overflow: hidden;
}

and in your description

<div ID="hidenav"></div>

and ofcource give the background color in the css the same values as the background of your website..

use this code at your own risk because it is not supported by pbase and not very pbase friendly ... as users can not switch between galleries nor find the other pbase features and given the hard task in developing and maintaining pbase I advice you not to implement it.

hope it helps


Board index PBase HTML and Style Sheets Menu Bar

Who is online

Users browsing this forum: No registered users and 2 guests