Hallo People i build a WEbsite and when im opening the website with explorer , everything working fine, but when with firefox, the icones are moving. and i see a spaces in the website. how can i fix this problem ? i just left a big space in the end of the website to fix this problem but its not nice to have it there. is there is a code or something to help ? Best Regards Paradaxon
Could you provide a link to the site or the code for the site so that we can find the source of the problem Meanwhile I would advise you to remove parts of the code slowly and in stages to find out which part of the code is generating the problem
I suggest you upload a preview for us to see, that way we can better help you. Did hand code this website? Or did you use some website generator software? The answer to that can be the cause of it being poor code all around, or you just might need to modify a few things to correct it. There is no real way of anyone knowing for sure without at lease having the source to look at.
we didn't get your exact problem like this, just upload your link, so we all can see and give you better suggestion to improve it !
I would recommend that you build your web sites primarily to display correctly in Firefox than Explorer, because Firefox respects W3C standards better than IE. After you are sure that the site displays correctly in Firefox, you should build a separate stylesheet to be used with IE, where you make all the appropriate changes for the site to display correctly, and then include an if... element in your HTML, so that the appropriate browser can use the appropriate stylesheet. Hope that helps.