Jump to content

CSS for Firefox


10eIOSweb

Recommended Posts

I am a newbie regarding webdesign, this is my first project and I cannot get my site to work both in Firefox and Chrome at the same time (I'm not worried right now about IE or Opera). My site works great in web-kit browsers (e.g. Chrome and Safari) but not with Firefox, any comments in how to fix it? This is my site: www.wedub4you.com Thanks for your help

Link to comment
Share on other sites

Fixing HTML parseing errors should be the first priority. You're missing an angle bracket at the end of this line:
<div id="contactmap"

Thanks for the pointer. I made a couple of changes, but I still have problems with Firefox, I don't know why, but the margin is much bigger in Firefox. http://www.wedub4u.com/ I have read about a clearfix, but I'm not sure how to use it. Anyone can help me?
Link to comment
Share on other sites

again, fixing HMTL parsing errors has been suggested to you. Have you gone through your code and validated it? I see this at line 95

<a target="_blank" href="index.html"><img src="http://wedub4u.com/images/icons/1.png" alt= "Products"/></

Link to comment
Share on other sites

again, fixing HMTL parsing errors has been suggested to you. Have you gone through your code and validated it? I see this at line 95
<a target="_blank" href="index.html"><img src="http://wedub4u.com/images/icons/1.png" alt= "Products"/></

Thanks for checking the code, I corrected that and I have re-validated the site: http://validator.w3.org/check?uri=www.wedub4u.com I'm working in that div, to get the images to expand when hover over with the mouse. But Firefox is still not displaying the elements correctly and it displays the div "map" after the </body> tag. Do you know how to correct it?
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...