Marvin 2k for phptemplate and the image module...
pfmj2005 - September 7, 2005 - 21:41
I am editing the Marvin 2k theme for phptemplate to my liking and I have everything on the content side of things right except for one thing. The Image gallery... when I look at the list of pictures, my pictures continue to the right side of the screen and go under my right content blocks... Does anyone know how to fix this? AND OF COURSE THIS ONLY HAPPENS IN IE!
Here is the screenshot: Link to ScreenShot

fixed it myself!
fixed it myself...
ul.galleries {
list-style-type : none;
margin : 0;
padding : 0;
}
ul.galleries li {
background : #eeeeee;
border : 1px #cccccc solid;
margin : 1em 0;
padding : 1em;
}
ul.galleries li img {
float : right;
padding-right : 4px;
margin-right : 4px;
}
ul.galleries li div.count {
clear : both;
}
ul.galleries h3 {
margin : 0;
padding : 0;
}
ul.images {
width: 99%; <-------That was added... IE Screws up 100%
list-style-type : none;
margin : 0;
padding : 0;
}
ul.images li {
float : left;
margin : 1em;
}
------------------------------------
Paul Malenke
paul.malenke@gmail.com
AfterDeathGraphics.com