Creating a site http://www.soussfilm.netwith script "php movie script v2.0" Look good with a browser Internet Explorer But it does not look good with a browser Google Chrome How this problem can be modified? Does not appear properly with chrome
It's because you used Internet Explorer as your reference browser and IE is the worst browser on the planet. Now you're trying to make a modern browser work like old, inept, broken IE. You don't have a doctype and IE is in quirks mode where you never want to be. Now you might be stuck but add this to your first line and see where we stand: <!DOCTYPE html> Never, ever, EVER use IE as a reference for how things should work!
Exactly, who needs that crappy IE anyway? If you wanna fix your website, add background-repeat: no-repeat; to the footer, the header and navbg divs, set a with to the content and for the search box, and you're good to go!! Use firefox and/or chrome (I personally prefer firefox + firebug=> fire rules!!) as a reference, don't use the properties strictly used by only a part of the browsers, and you'll be good to go!
I agree, that Firefox used in conjunction with Firebug is a superb choice for developing and troubleshooting problems you may have when designing. You'll also want to do your homework researching which browsers are compatible with what coding youre trying to use. just as an example: quirksmode.com has a compatibility index you can use.