Website not coming properly in firefox

Hello,

I am working on a site i.e http://www.gsicrop.tv/cms and its coming fine in IE but not in Firefox. Please help.

Thanks.

it says server not found

vineet

hi,

sorry url is www.gsicorp.tv/cms/

thanks.

Hi, whta exactly is wrong with FF there? IE is displaying like FF :slight_smile:

Hi,

Check this please: http://www.gsicorp.tv/cms/about-gsi-new-media.html

Thanks.

I’ve noticed that the CSS property float produces different results in IE and all the other browsers. More often, when a page doesn’t look the same in different browsers, the problem is float. I either need to remove one or add one. It’s actually funny how often this is the case.

HI,

Remove the code in bold as it looks like it shouldn’t be there:


    <td colspan="2"><input type="image" name="imageField" id="imageField" src="http://www.gsicorp.tv/cms/images/send.gif" class="send" /></td>
                            </tr>
                        </table>
                    </form>
                </div>
            </div>
           [B] <div class="left"> </div>[/B]
            <table border="0" cellspacing="0" cellpadding="5">
                <tr>
                    <td valign="top" rowspan="3" align="left"><fon

Thanks that was the issue. Fixed it. Thanks again!