Topic: Browser Issues

How do you guys avoid browser issues with internet explorer?

For example my web page is showing white space between body and footer div tag.

In firefox it's showing normal whith NO Whitespace.

Any suggestions.........

Vote up Vote down

Re: Browser Issues

It would help if we could see the page or the code.

I use

* {margin: 0; padding: 0;} first thing on my stylesheet - it prevents a lot of discrepancies.

Just because my computer is online does not mean that I am.
a&b WebDesign

Vote up Vote down

Re: Browser Issues

Using a reset stylesheet to set browser default values (along the lines of what Thelma suggested) really helps make things consistent.

I'd suggest doing a search for "reset stylesheet" or looking at this: http://meyerweb.com/eric/thoughts/2007/ … -reloaded/

Benjamin Falk | Falken Creative : Twitter
Skills: Photoshop, Illustrator, HTML, CSS, jQuery, PHP and CodeIgniter

Vote up Vote down

Re: Browser Issues

Thanks fcreative,

I'll take a look at the site and probably post the code here like Thelma suggested.

Vote up Vote down

Re: Browser Issues

I always used firefox browser. Its easier and also safety.  smile

Vote up Vote down