Page 1 of 1

I'm making a charity website, and need a little help...

Posted: Mon Aug 09, 2010 10:30 am
by tom8521
OK, so don't hate me for posting on this website, but I have posted here a few times before for PHP things and it proved positive, so wondered if on this occation you could help me with a charity website I am creating.

The way the content appears on FireFox is correct, yet on explorer it appears wrong.

Can someone help me with the <li> elements, because you will notice how they appear incorrectly on IE.

Thanks!!

Re: I'm making a charity website, and need a little help...

Posted: Mon Aug 09, 2010 10:36 am
by shawngoldw
more detail

Re: I'm making a charity website, and need a little help...

Posted: Mon Aug 09, 2010 10:39 am
by tom8521
Well, I want the <li> items to look like they do in FF, but in IE. Open both browsers and you will see the difference between them :)

Ugh, how stupid am I being. Here is the website address lol:

http://thomasjadams.co.uk/charity

Re: I'm making a charity website, and need a little help...

Posted: Mon Aug 09, 2010 11:06 am
by shawngoldw
It looks fine in IE8. IE7 doesn't though. You're going to have to tinker with the css, I'm not sure of the exact issue but my first suggestion would be to add float: left. Other than that, maybe display: inline rather than block, or maybe a combination of the two.

Hope someone can be more useful if these don't work, it's definitely a problem with the css though.