Page 1 of 1

please help!! i cant get rid of SCROLLBAR at bottom of my pa

PostPosted: Tue Aug 24, 2004 11:11 pm
by willow45
please help!! i cant get rid of SCROLLBAR at bottom of my pages http://www.pbase.com/willow45

It must be in theCSS area since the linking has no affect on it. If i use a standard css the scrollbar is not there,please have a look at the code..

/*================= BODY ==============================*/
body{ background: rgb(145, 145, 145);
padding: 20px;
display: block;
width: 97%;
color: aliceBlue;
font: 13px Verdana, Tahoma, Helvetica;
letter-spacing: 1px;
background-repeat:repeat ;
background-position: center center;
background-attachment: fixed;
background-image: url(http://www.pbase.com);
}


/*================ LINKS ================================*/
a,b,a:link,a:active{
color: AliceBlue;
font-face: Verdana, Tahoma;
font-size: 15px;
font-weight: normal;}
a:visited{ color: #dddddd;}
a:hover { color: #0088FF;}



/*==================== Main Title ============================*/
/*h2:first-letter {
text-transform: lowercase;
font-size: 16px;
font-variant: normal;
font-style: normal; } */

h2 { width: 100%;
/*font-variant: small-caps ;*/
line-height: 60px;
font-size: 28px;
font-style: italic;
font-weight: bold;
text-align: Center;
font-face: Arial;
position: relative;
color: #ffffff;
filter:progid:DXImageTransform.Microsoft.Glow(
color=#0044dd, strength=2),
progid:DXImageTransform.Microsoft.Shadow(
color=#222222, Direction=155,Strength=5);
}

/*================= Main Text Description ====================*/
div.galleryheader{
width: 100%;
font-height: 30px;
text-align: center;
position: relative;
color: AliceBlue;
filter:glow( color=#001122, strength=1),
progid:DXImageTransform.Microsoft.Shadow(
color=#333333, Direction=155, Strength=3);
}
.headername
{
font-style: italic;
font-variant: normal;
font-size: 12px;
float: right;
padding-top: 4px;
}
/*============= Thumbnail Titles =================*/
td.thumbnail {
font-height: 8px;
text-align: center;
color: ffffff;
filter:progid:DXImageTransform.Microsoft.Shadow(
color=#000000, Direction=155, Strength=3);
}

/*================ Thumbnail Images ====================*/
img.thumbnail {
border width: #000000 2px solid;

filter:progid:DXImageTransform.Microsoft.Shadow(
color=#111111,Direction=155,Strength=3);
}
img.display {
border width: #000000 3px solid;
comment on this gallery
------------------------------------------------------------------------------------
NOTE:

(The link for the image is not current )

THX WILL..

PostPosted: Wed Aug 25, 2004 7:14 am
by srijith
I dont see any scrollbar at the bottom of the page..

Re: please help!! i cant get rid of SCROLLBAR at bottom of m

PostPosted: Wed Aug 25, 2004 2:55 pm
by ukexpat
willow45 wrote:please help!! i cant get rid of SCROLLBAR at bottom of my pages http://www.pbase.com/willow45


If your monitor resoluition is set too small you may get scroll bars, if the page is too wide to display properly. What is your display resolution setting?

PostPosted: Wed Aug 25, 2004 3:52 pm
by castledude
Note it seems to be OK for me also today. So whatever you did may have finally filtered in and is working now...

no bar now.....

PostPosted: Thu Aug 26, 2004 4:21 pm
by willow45
ok got it working good now thx a lot guys...Will