I am having a problem with Firefox, I dont know if its a bug or not, but whenever the content exceeds the height of the main div (which is weird because the height is supposed to be 100%) the content jumps out of the div and continues down, under the page. It is weird because it works in ie. The problem can be viewed in the following link: http://www.tlahtoa.com.mx/indexnu.htm The css is in the following link: http://www.tlahtoa.com.mx/estilos57.css Thanks in advance for any help/advice, I appreciate it. -Paul
"<div id="pie"><div id="piet"><p>Copyright Corporativo Tlahtoa 2006</p></div> <!-- The Footer !--> " You haven't closed the pie division...
As I'm sure other say on a regular bais here, testing in MSIE first can lead to all kinds of HTML coding errors that cause sites not to work correctly in other browsers. It is always a better bet to test in Firefox first and then do a final check in IE to make sure there are no serious issues. Also get the Firefox "Webdeveloper" extension. It has lots of really useful tools that can help solve coding problems (like HTML & CSS validation).
As KLB said, it usually makes more sense to develop in Firefox and backport any bugfixes to IE than it does the other way around (unless you're an intranet developer and your company standard is IE or something). I also recommend using webdeveloper extension, as well as Firebug. (Can't livelink yet, but searches at mozilla.com ought to return them)
Wow, it was easy as that, I couldve sworn I had tried that. Thanks Gary, and all the people in this post. I already have that webdev extension on Firefox, its a great tool, I am going to go and try the Firebug, and that Idea of developing first on Firefox is also good, I was actually going that way, until I got to the part which involved height. Thanks. -Paul