Forum Moderators: not2easy

Message Too Old, No Replies

List slants in IE

list of images using ul, li brackets off by a few pixels vertically

         

webinator222

2:34 pm on Oct 5, 2009 (gmt 0)

10+ Year Member



I have set up a photo portfolio for someone using listing of thumbnails with the ul, li brackets. I could be just missing something here, but it looks like in IE that the list is offset in each row by ~10 or so pixels.

The site is visible at <snip>

If anyone has any ideas, I am a little new at this so go easy on me. :)

[edited by: swa66 at 3:25 pm (utc) on Oct. 5, 2009]
[edit reason] No URLs, please see ToS and Forum Charter [/edit]

D_Blackwell

3:05 pm on Oct 5, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld. The personal link is going to get chopped, so I can't use it (and don't want to cut the whole page down to the one issue).

It could be any of several things working against each other.

My recommendation is to strip the HTML and CSS down to the problem itself. If the fix is not found during this process, post the test ready code that replicates the problem and we will look at the options.

Note: You mention a <ul>. Try removing all browser specified margin and padding, by making specific declarations with your own CSS.

ul {
margin: 0; padding: 0;
}
li {
margin: 0; padding: 0;
}