rbrown
04-19-2009, 06:04 PM
Hi All,
Wondering whether someone can help me, my page is more or less ready to go on my website. It works fine in Firefox, but im having a couple problems in IE
So if someone could take a look in Firefox first and then IE and get back to me with the solution that would be great:
my page: http://www.palace-cinema.com/trailertest.php
the problem: it's just with the carousel at the bottom of the page, if you look at it in Firefox it's perfectly placed, when you switch to IE i think the images shift slightly to the left and the buttons move and overlap the images.
the css code:
<style type="text/css">
.carousel-component {
padding:8px 16px 4px 16px;
margin:0px;
}
.carousel-component .carousel-list li {
margin:4px;
width:110px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) +
img.border-left (1) + img.border-right (1)*/
height:175px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
/* margin-left: auto;*/ /* for testing IE auto issue */
}
.carousel-component .carousel-list li a {
display:block;
border:1px solid #e2edfa;
outline:none;
}
.carousel-component .carousel-list li a:hover {
border: 1px solid #aaaaaa;
}
.carousel-component .carousel-list li img {
border:1px solid #999;
display: block;
}
.carousel-component .carousel-prev {
position:absolute;
top:40px;
z-index:3;
cursor: pointer;
left:5px;
}
.carousel-component .carousel-next {
position:absolute;
top:40px;
z-index:3;
cursor: pointer;
right:5px;
}
</style>
Thanks!
Wondering whether someone can help me, my page is more or less ready to go on my website. It works fine in Firefox, but im having a couple problems in IE
So if someone could take a look in Firefox first and then IE and get back to me with the solution that would be great:
my page: http://www.palace-cinema.com/trailertest.php
the problem: it's just with the carousel at the bottom of the page, if you look at it in Firefox it's perfectly placed, when you switch to IE i think the images shift slightly to the left and the buttons move and overlap the images.
the css code:
<style type="text/css">
.carousel-component {
padding:8px 16px 4px 16px;
margin:0px;
}
.carousel-component .carousel-list li {
margin:4px;
width:110px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) +
img.border-left (1) + img.border-right (1)*/
height:175px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
/* margin-left: auto;*/ /* for testing IE auto issue */
}
.carousel-component .carousel-list li a {
display:block;
border:1px solid #e2edfa;
outline:none;
}
.carousel-component .carousel-list li a:hover {
border: 1px solid #aaaaaa;
}
.carousel-component .carousel-list li img {
border:1px solid #999;
display: block;
}
.carousel-component .carousel-prev {
position:absolute;
top:40px;
z-index:3;
cursor: pointer;
left:5px;
}
.carousel-component .carousel-next {
position:absolute;
top:40px;
z-index:3;
cursor: pointer;
right:5px;
}
</style>
Thanks!