IE7 padding/margin/indent issue

Hi guys,

I’m working on the following website and am having an issue with IE7 displaying on the footer links at the bottom. It seems to be adding in some sort of padding or margin and pushing the list about 100px right. I’ve tried adding styling to remove the indent but it has not worked. Looking through other forum posts people seem to have fixed this issue but adding list-style-position:outside but I already have this in.

Does anyone have any ideas?

Many thanks

Jonno

The page is behind a password protected login

Yeah sorry, I suddenly realised. It should now be unprotected. Thanks

Try the following, change the following selector to the below:

div.top_links ul {
    color: #000000;
    margin-left: 0;
    padding: 0;
}

That’s great thanks for that! A silly mistake on my part.

Thanks again

Your welcome, like the saying goes: “The most simple issues cause the biggest headaces and oversights