Click to See Complete Forum and Search --> : What the Fox?


djeurvaisse
09-28-2009, 07:38 PM
First of Hi to everyone
I'm a newcomer in the world of web designing and programing for only a month or so. I already made a website with a couple of divs per pages and some CSS but nothing complex, it's very basic (looks like a high-school project). Until today everything worked fine before I looked at the site in Firefox. Everything is messed up, it's just like if FF didn't took the CSS in consideration, everything is in the top left corner and all of my SWF inserted in different divs are pushed on the right.
I searched for a solution to my problem but nothing really came out except for the -moz-box-sizing- ''function''. I tried to type it in my <h> or in my divs properties and even creating a class for this but it has been pretty unsuccesfull.

I'm here today to ask if any of you guys had to work with something like I'm dealing right now and if yes then where should I look to fix it or what should I work on.

My regards,
Djeurvaisse
http://connexionjeux.ca

RobbieF
09-29-2009, 04:04 AM
You have a lot of div's and no styling for them. You need to link your CSS to an external style sheet. Also remove the 'float:left' in the body to center it.

djeurvaisse
09-29-2009, 07:46 PM
Wow that helped to clear a lot of questions I was asking my self when I was building this site.
Thank you very much for giving me some of your time this fixed all the problems I encountered with Firefox.