Need help! firefox and IE

Discussion in 'HTML & Website Design' started by kudosfishing, Dec 8, 2010.

  1. #1
    the top of my site :www.dlkudos.com .look different between FF and IE.i have check it ,just there maybe some problem in the table.i used so many ways to do it .like add clear:both or some code.but it don't change.so i ask for some help.please tell me or PM me,thanke you
     
    kudosfishing, Dec 8, 2010 IP
  2. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #2
    Your site is full of errors: 584 !!!

    Check here: http://validator.w3.org/check?uri=http://www.dlkudos.com/

    Did you check your site in Google Chrome? Layout looks strange to me...

    Do not use tables for site layout. In your case I would use an unordered list for the menu.
    Tables are for tabular data, not for layout. CSS is for layout.

    What does this JS code do?

    
    <SCRIPT LANGUAGE="JavaScript"> 
    			<!-- Begin
    				jsver = "1.0";
    			// End -->
    			</SCRIPT>
    			<SCRIPT LANGUAGE="JavaScript1.1">
    			<!-- Begin
    				jsver = "1.1";
    			// End -->
    			</SCRIPT>
    			<SCRIPT Language="JavaScript1.2">
    			<!-- Begin
    				jsver = "1.2";
    			// End -->
    			</SCRIPT>
    			<SCRIPT Language="JavaScript1.3">
    			<!-- Begin
    				jsver = "1.3";
    			// End -->
    			</SCRIPT>
    
    Code (markup):
    To be honest... this site's HTML markup is pain in my eyes, very bad code...
     
    CSM, Dec 8, 2010 IP