srule_
07-24-2007, 10:04 PM
Hey, I am having troube with my css gallery. it is located here:
http://cssgallerytesting.nrtdesigns.com/
If you have firefox/opera it will work fine but in IE it has many problems. If you have any sugestions please let me know :)
Edit: adding code
/*******************************
BODY AND WRAP STYLES
*******************************/
body {
font-family:Verdana, sans-serif;
font-size:12px;
margin-top:20px;
background:white;
}
#wrapper {
width:550px;
padding-bottom:15px;
padding-top:10px;
margin:auto;
border: 2px solid #000066;
}
/*******************************
THE GALLERY
*******************************/
ul.gallery {
width:200px;
list-style:none;
}
ul.gallery li {
border-bottom:solid 1px #004d8b;
}
ul.gallery a{
width:200px;
padding: 5px 5px 5px 5em;
display:block;
text-decoration:none;
color: #000000;
}
/********************************************************
NOTE: BACKGROUND IMAGE MUST BE
HEIGHT: 155PX OR LESS
MUST CHANGE CSS FOR DIFFERENT HEIGHETS
*********************************************************/
ul.gallery p.photo1 {
width:500px;
height:155px;
padding: 5px 5px 5px 0px;
margin-top:0px;
margin-bottom:-135px;
font-weight:bold;
background: url(photo1.gif) no-repeat 215px 1px;
}
a:hover.photo2 {
background: url(photo2.gif) no-repeat 215px -0px;
width:500px;
height:155px;
margin-top:-30px;
margin-bottom:-111px;
color:#f61a3e;
font-weight:bold;
}
a:hover.photo3 {
background: url(photo3.gif) no-repeat 215px 0px;
width:500px;
height:155px;
margin-top:-55px;
margin-bottom:-86px;
color:#f61a3e;
font-weight:bold;
}
a:hover.photo4 {
background: url(photo4.gif) no-repeat 215px 0px;
width:500px;
height:155px;
margin-top:-80px;
margin-bottom:-61px;
color:#f61a3e;
font-weight:bold;
}
a:hover.photo5 {
background: url(port.gif) no-repeat 215px 0px;
width:500px;
height:155px;
margin-top:-105px;
margin-bottom:-36px;
color:#f61a3e;
font-weight:bold;
}
a:hover.photo6 {
background: url(port.gif) no-repeat 215px 0px;
width:500px;
height:155px;
margin-top:-130px;
margin-bottom:-11px;
color:#f61a3e;
font-weight:bold;
}
a:hover.photo7 {
background: url(photo4.gif) no-repeat 215px 0px;
width:500px;
height:155px;
margin-top:-105px;
margin-bottom:-35px;
color:#f61a3e;
font-weight:bold;
}
a:hover.photo8 {
background: url(photo3.gif) no-repeat 215px 0px;
width:500px;
height:155px;
margin-top:-70px;
margin-bottom:-70px;
color:#f61a3e;
font-weight:bold;
}
a:hover.photo9 {
background: url(photo2.gif) no-repeat 215px 0px;
width:500px;
height:155px;
margin-top:-35px;
margin-bottom:-105px;
color:#f61a3e;
font-weight:bold;
}
http://cssgallerytesting.nrtdesigns.com/
If you have firefox/opera it will work fine but in IE it has many problems. If you have any sugestions please let me know :)
Edit: adding code
/*******************************
BODY AND WRAP STYLES
*******************************/
body {
font-family:Verdana, sans-serif;
font-size:12px;
margin-top:20px;
background:white;
}
#wrapper {
width:550px;
padding-bottom:15px;
padding-top:10px;
margin:auto;
border: 2px solid #000066;
}
/*******************************
THE GALLERY
*******************************/
ul.gallery {
width:200px;
list-style:none;
}
ul.gallery li {
border-bottom:solid 1px #004d8b;
}
ul.gallery a{
width:200px;
padding: 5px 5px 5px 5em;
display:block;
text-decoration:none;
color: #000000;
}
/********************************************************
NOTE: BACKGROUND IMAGE MUST BE
HEIGHT: 155PX OR LESS
MUST CHANGE CSS FOR DIFFERENT HEIGHETS
*********************************************************/
ul.gallery p.photo1 {
width:500px;
height:155px;
padding: 5px 5px 5px 0px;
margin-top:0px;
margin-bottom:-135px;
font-weight:bold;
background: url(photo1.gif) no-repeat 215px 1px;
}
a:hover.photo2 {
background: url(photo2.gif) no-repeat 215px -0px;
width:500px;
height:155px;
margin-top:-30px;
margin-bottom:-111px;
color:#f61a3e;
font-weight:bold;
}
a:hover.photo3 {
background: url(photo3.gif) no-repeat 215px 0px;
width:500px;
height:155px;
margin-top:-55px;
margin-bottom:-86px;
color:#f61a3e;
font-weight:bold;
}
a:hover.photo4 {
background: url(photo4.gif) no-repeat 215px 0px;
width:500px;
height:155px;
margin-top:-80px;
margin-bottom:-61px;
color:#f61a3e;
font-weight:bold;
}
a:hover.photo5 {
background: url(port.gif) no-repeat 215px 0px;
width:500px;
height:155px;
margin-top:-105px;
margin-bottom:-36px;
color:#f61a3e;
font-weight:bold;
}
a:hover.photo6 {
background: url(port.gif) no-repeat 215px 0px;
width:500px;
height:155px;
margin-top:-130px;
margin-bottom:-11px;
color:#f61a3e;
font-weight:bold;
}
a:hover.photo7 {
background: url(photo4.gif) no-repeat 215px 0px;
width:500px;
height:155px;
margin-top:-105px;
margin-bottom:-35px;
color:#f61a3e;
font-weight:bold;
}
a:hover.photo8 {
background: url(photo3.gif) no-repeat 215px 0px;
width:500px;
height:155px;
margin-top:-70px;
margin-bottom:-70px;
color:#f61a3e;
font-weight:bold;
}
a:hover.photo9 {
background: url(photo2.gif) no-repeat 215px 0px;
width:500px;
height:155px;
margin-top:-35px;
margin-bottom:-105px;
color:#f61a3e;
font-weight:bold;
}