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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tom8521
Forum Commoner
Posts: 25
Joined: Thu May 13, 2010 6:24 am

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

Post 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!!
shawngoldw
Forum Contributor
Posts: 212
Joined: Mon Apr 05, 2010 3:38 pm

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

Post by shawngoldw »

more detail
tom8521
Forum Commoner
Posts: 25
Joined: Thu May 13, 2010 6:24 am

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

Post 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
shawngoldw
Forum Contributor
Posts: 212
Joined: Mon Apr 05, 2010 3:38 pm

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

Post 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.
Post Reply