Forum Moderators: not2easy
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]
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;
}