PDA

View Full Version : Im stuck


wowhot
Aug-05-2008, 02:52 PM
can anyone clear up this i have a biography page and i would like it only to be 1 clear black background page with absolutely nothing on it only the header and 1 photo..
heres the page:

http://www.whanphoto.com/gallery/5468390_6V42d/1/335937132_8AEKi


is this actuly possible..

heres my css if its any help:

body.bodyColor_Black {
background-color: #000000 !important;
}

#my_banner {
width: 600px;
height: 120px;
margin: 0 auto;
background: url(/photos/320392671_wHpdR-L.jpg) no-repeat;
}

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li {
display: inline;
}

#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: grey;
background-color: black;
}

#navcontainer ul li a:hover {
color: #fff;
background-color: #369;
}

.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}

.galleries #bioBox {
display: none;
}

.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;}

#bioBox a {
text-decoration: none;
font-family: Times New Roman, verdana;
}

#bioBox .boxBottom {
background: none;
border: none;
border-top: none !important;
}

#feeds {display: none}

/* hides your name (including any 's) */
#userName {display: none;}
/* hides the word home */
#userHome {display: none;}
/* removed the 's */
.possess {display: none;}

#photoKeywords {display: none;}
#photoKeywords {display: none !important;}

#footer .nav {color: #666;}

/* ================================================== == */
/* == FAQ #18, Line up boxes with titles underneath === */
/* ============== Current as of 13 Feb 07 ============= */
/* ================================================== == */

.miniBox {width:122px; text-align:center; height:210px; margin:0 28px;}
.miniBox .photo {float:none; width:122px; height:auto; _height:1px;}
.miniBox .albumTitle {width:122px;}
.miniBox .description {width:122px;}
.miniBox .updated {width:122px;}

.loggedIn .miniBox {height:auto; min-height:300px;}
.loggedIn .miniBox .smbuttons {margin:0 auto; width:122px;}
.loggedIn .miniBox input {width:122px;}
.loggedIn .miniBox textarea {width:112px;}

.boxBottom .albumLarge {width:192px; height:350px; text-align:center; margin:0 24px;}
.albumLarge .photoLarge {float:none; width:192px; height:auto; _height:1px;}
.albumLarge .albumTitle {width:192px;}
.albumLarge .description {width:192px;}
.albumLarge .updated {width:192px;}

.loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;}
.loggedIn .albumLarge .smbuttons {margin:0 auto; width:192px;}
.loggedIn .albumLarge input {width:192px;}
.loggedIn .albumLarge textarea {width:182px;}




thanks

Allen
Aug-05-2008, 04:00 PM
can anyone clear up this i have a biography page and i would like it only to be 1 clear black background page with absolutely nothing on it only the header and 1 photo..
heres the page:

http://www.whanphoto.com/gallery/5468390_6V42d/1/335937132_8AEKi


is this actuly possible..

heres my css if its any help:
...
No need to post CSS, those that can help wiil probably use WebDev (http://dgrin.smugmug.com/gallery/1354921) and see
your CSS and html. BTW, it's a great customizing tool.

First, before I post a bunch of CSS to hide things, do you want that photo
to be so large? If not switch to journal style. The CSS will be skightly
different. for each style.

wowhot
Aug-05-2008, 05:06 PM
great advise i think i will follow your sugestion and go with the journey style layout much easyer but I would like to get ride of

whan photography (http://www.whanphoto.com/) > Other (http://www.whanphoto.com/Other) > Biography

and totaly lose the slidshow feture.

and lose the gallery 1 page tital..

Allen
Aug-05-2008, 06:03 PM
great advise i think i will follow your sugestion and go with the journey style layout much easyer but I would like to get ride of

whan photography (http://www.whanphoto.com/) > Other (http://www.whanphoto.com/Other) > Biography

and totaly lose the slidshow feture.

and lose the gallery 1 page tital..
Add this to CSS

.gallery_5468390 #breadcrumb {visibility: hidden;}
.gallery_5468390 .loggedIn #breadcrumb {visibility: visible;}
.gallery_5468390 #albumNav_top {display: none;}
.gallery_5468390 #albumNav_bottom {display: none;}

Your banner does not show here using Firefox, make sure external links are on in its gallery.

wowhot
Aug-05-2008, 06:14 PM
Add this to CSS

.gallery_5468390 #breadcrumb {visibility: hidden;}
.gallery_5468390 .loggedIn #breadcrumb {visibility: visible;}
.gallery_5468390 #albumNav_top {display: none;}
.gallery_5468390 #albumNav_bottom {display: none;}

Your banner does not show here using Firefox, make sure external links are on in its gallery.

thats great
really cool
thanks so much

wowhot
Aug-05-2008, 06:22 PM
oh very last question
How do i lose the Other sizes: S (javascript:openLB('335937132_8AEKi','Small','',%2 0'',%20'');) · Medium · L (javascript:openLB('335937132_8AEKi','Large','',%2 0'',%20'');) · O (javascript:openLB('335937132_8AEKi','Original','' ,%20'',%20'');) |

sorry i forgot to mention that... sorry

Allen
Aug-05-2008, 06:27 PM
oh very last question
How do i lose the Other sizes: S (http://javascript%3Cb%3E%3C/b%3E:openLB%28%27335937132_8AEKi%27,%27Small%27,%2 7%27,%20%27%27,%20%27%27%29;) · Medium · L (http://javascript%3Cb%3E%3C/b%3E:openLB%28%27335937132_8AEKi%27,%27Large%27,%2 7%27,%20%27%27,%20%27%27%29;) · O (http://javascript%3Cb%3E%3C/b%3E:openLB%28%27335937132_8AEKi%27,%27Original%27 ,%27%27,%20%27%27,%20%27%27%29;) |

sorry i forgot to mention that... sorry


.gallery_5468390 #imageInfo {display: none;}

wowhot
Aug-05-2008, 06:52 PM
[quote=Allen].gallery_5468390 #imageIe




thanks everyone you have helped me so much