Hi
i'm building a website for a real estate company and i have a problem.
I use an ajax carousel to diplay images on the frontpage
WebsiteNow as you can see, my fading border does not align properly , can anyone help me out please?
Thank in advance !
Kristof
stylesheet from site :
CODE
body {
margin : 0;
background-color : #000000;
text-align:center;
border:0
}
#main
{
width:1164px;
height:865px;
text-align:center;
margin:0 auto;
}
#links
{
/*position:absolute;*/
float: left;
top: 0px;
width: 189px;
height: 865px;
background-image: url(../images/index_01.gif);
}
#banner {
/*position:absolute;
left:189px;*/
float:left;
top:0px;
width:800px;
height:126px;
background-image:url(../images/index_02.gif);
}
#rechts
{
/*
position:absolute;
left:989px;*/
float:right;
top:0px;
width:175px;
height:865px;
background-image:url(../images/index_03.gif);
}
#homeknop
{
/*
position:absolute;
left:189px;*/
float:left;
top:126px;
width:91px;
height:29px;
background-image:url(../images/index_04.gif);
}
#missieknop
{
/*
position:absolute;
left:280px;*/
float:left;
top:126px;
width:94px;
height:29px;
background-image:url(../images/index_05.gif);
}
#aanbodknop
{
/*
position:absolute;
left:374px;*/
float:left;
top:126px;
width:108px;
height:29px;
background-image:url(../images/index_06.gif);
}
#zoekknop {
/*position:absolute;
left:482px;*/
float:left;
top:126px;
width:96px;
height:29px;
background-image:url(../images/index_07.gif);
}
#menubalk
{
/*
position:absolute;
left:578px;*/
float:left;
top:126px;
width:303px;
height:29px;
background-image:url(../images/index_08.gif);
}
#contactknop
{
/*
position:absolute;
left:881px;*/
float:left;
top:126px;
width:108px;
height:29px;
background-image:url(../images/index_09.gif);
}
#middenstuk
{
/*
position:absolute;
left:189px;*/
float:left;
top:155px;
width:800px;
height:555px;
background-image:url(../images/index_10.gif);
}
#footer
{
/*
position:absolute;
left:189px;*/
float:left;
top:710px;
width:800px;
height:30px;
background-image:url(../images/index_11.gif);
}
#onder
{
/*
position:absolute;
left:189px;*/
float:left;
top:740px;
width:800px;
height:125px;
background-image:url(../images/index_12.gif);
}
.center
{
text-align:center;
margin : 0;
text-align:center;
border:0;
margin:0 auto;
}
a
{
display:block;
height:29px;
color:white;
}
#footertekst
{
color:white;
}
.middleFrame
{
width:700px;
height:555px;
text-align:center;
}
and from carousel
CODE
/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img { width:100px; height:100px; display:block; float:left; margin:0px 0 0; }
#outerContainer { width:800px; height:555px; margin:0; position:absolute; background-image: url(../images/Untitled-1.png); float:left; }
#imageScroller { width:800px; height:555px; position:relative; z-index:-1}
#viewer { width:800px; height:555px; overflow:hidden; position:relative; top:0px; }
#imageScroller a:active, #imageScroller a:visited { color:#000000; }
#imageScroller a img { border:0; }
#controls { width:534px; height:47px; background:url(images/controlsBG.png) no-repeat; position:absolute; top:4px; left:4px; z-index:10; }
#controls a { width:37px; height:35px; position:absolute; top:3px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title { color:#ffffff; font-family:arial; font-size:100%; font-weight:bold; width:100%; text-align:center; margin-top:10px; }
#rtl { background:url(images/rtl.png) no-repeat; left:100px; }
#rtl:hover { background:url(images/rtl_over.png) no-repeat; left:99px; }
#ltr { background:url(images/ltr.png) no-repeat; right:100px; }
#ltr:hover { background:url(images/ltr_over.png) no-repeat; }