Guest 7 Posted February 28, 2009 Report Posted February 28, 2009 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.........
Andrea Posted February 28, 2009 Report Posted February 28, 2009 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.
falkencreative Posted February 28, 2009 Report Posted February 28, 2009 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/05/01/reset-reloaded/ 1
Guest 7 Posted February 28, 2009 Report Posted February 28, 2009 Thanks fcreative, I'll take a look at the site and probably post the code here like Thelma suggested.
asdfghjkl Posted March 9, 2010 Report Posted March 9, 2010 I always used firefox browser. Its easier and also safety.
Recommended Posts