Page 1 of 1

how to get rid of the bar on top with Pbase links

PostPosted: Thu Dec 25, 2003 2:16 pm
by jianxun
how to get rid of that? what code?
or change it? :?:

PostPosted: Thu Dec 25, 2003 2:27 pm
by srijith
You can't.

PostPosted: Thu Dec 25, 2003 2:35 pm
by jianxun
if cant get rid... how to modify it like
http://www.pbase.com/webdev

Re: how to get rid of the bar on top with Pbase links

PostPosted: Thu Dec 25, 2003 2:41 pm
by oochappan
jianxun wrote:how to get rid of that? what code?
or change it? :?:


I understand why you ask ......
Hoping that once it will adjust itself to bg-color of ur site,
so that in ur layout all attention can go to the photo's.

Re: how to get rid of the bar on top with Pbase links

PostPosted: Thu Dec 25, 2003 4:20 pm
by oochappan
table{ margin-top: -27px;
margin-bottom: -27;}


this would do the trick
put it at the end of ur css

PostPosted: Thu Dec 25, 2003 4:24 pm
by jianxun
oochappan i went to ur gallery i like the dog at the corner moving along with the scroll but ur gallery has the page 1 2 3 4 previous n next repeated that doesnt look nice

and how u make the dog at the corner?

PostPosted: Thu Dec 25, 2003 4:27 pm
by jianxun
the box with dogs playing moving
how u do that ?oochappan

PostPosted: Thu Dec 25, 2003 4:45 pm
by oochappan
jianxun wrote:the box with dogs playing moving
how u do that ?oochappan


flash
see my source-code
http://users.pandora.be/oochappan/pups.swf

for the dog in the right-bottom

add in ur css body {
background-attachment: fixed;
background-image: url(_______ur immage_________);
background-repeat: no-repeat;
background-position: right bottom;
}

PostPosted: Thu Dec 25, 2003 5:11 pm
by jianxun
table{ margin-top: -27px;
margin-bottom: -27;}

this code doesnt work well.. it cover the translucent links too...
i just wanna take away the light blue bar..... :(

PostPosted: Thu Dec 25, 2003 5:37 pm
by oochappan
ur wright .....it's covering
jianxun wrote:if cant get rid... how to modify it like ......
but u asked how to modify like .... so that's how it is done
u can always put urself a link back to pbase

PostPosted: Thu Dec 25, 2003 5:58 pm
by jianxun
i try this code :
add in ur css body {
background-attachment: fixed;
background-image: url(_______ur immage_________);
background-repeat: no-repeat;
background-position: right bottom;
}

with my existing background img- they cant work together ...but never mind .. nice knowing more things