November 11, 200817 yr Hi again everybody... This is kinda urgent. I was fixing couple of link colors in my CSS then troubles appeared. I have 2 problems. But the biggest problem is, I should launch the site TOMORROW according to the countdown I had a week ago. I've attached the CSS file too. First problem: http://www.duettographics.com/items/5/Stoc...ions/Animals/1/ Thumbnails in the page over-lap covering the text under each thumbnail. Problem occurs in FF, but looks fine in IE, I guess it's cause IE gives little extra space between items. Problem Two http://www.duettographics.com/free-gallery/1/ In IE, thumbnails jump around the page almost randomly, they even move when i mouse-over to view the tool-tip preview, not to mention the PNG transparency problem at the bottom of the page (pagination place) Please check the attached images and CSS file or visit the links to see the problem with your own eyes. I hope these problems aren't serious, it's unfortunate that I'm still a CSS beginner. Thank you in advance style.css
November 11, 200817 yr Author I managed to fix the first problem. I changed the element (.item) size, increased by 12 px I hope someone give me an answer for problem two, since this has been happening for a while now that the thumbnails jump around like that.
November 11, 200817 yr it looks like it is specific to ie6 and if thats case I would try to reduce the padding on each li as ie6 has a habit of doubling up pixels on paddings and margins!
November 11, 200817 yr Author @red-X I'm glad it works in IE7 and FF3 I hope to get it fixed on the rest of browsers. @yusran Thank you ysuran for your advice, I reduced the indent to half but still nothing happened, they just changed positions. Anyone with another idea?
November 11, 200817 yr hi again sorry that didn't work - if it were me I think i would lay it out a little differently - at the moment you are relying on the browser to wrap in the right place and obviously as usual ie6 hasn't got a clue!!! Why not create a <ul> element for each line that you have more control of what is on each line cheers Ysuran
Create an account or sign in to comment