1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

$10 for someone to tell me what my coding problem is

Discussion in 'HTML & Website Design' started by Nima, Feb 2, 2008.

  1. #1
    Look at this page: Hookah

    It works fine on Firefox, but not on IE (the header)

    Tell me what the problem is and I will transfer $10 on paypal.

    Thanks
    Nima
     
    Nima, Feb 2, 2008 IP
  2. guppyman

    guppyman Banned

    Messages:
    720
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Did you set a fixed table width that is within standard screen resolution size. such as 1024, 800 etc

    I think you should set the total table width to be within 1024.

    You may have to resize and then reslice the graphics.
     
    guppyman, Feb 2, 2008 IP
    Nima likes this.
  3. chriswick

    chriswick Peon

    Messages:
    907
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Looks alright to me, what is it that's the problem?
     
    chriswick, Feb 2, 2008 IP
    Nima likes this.
  4. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    #4
    Did you look at it in IE?

    The header graphics are sort of sliced
     
    Nima, Feb 2, 2008 IP
  5. deleted-account

    deleted-account Active Member

    Messages:
    655
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    85
    #5
    It has to do with your row and col span in your tables
    try looking over that

    Send me any page and the css and I will fix it
    Through PM
     
    deleted-account, Feb 2, 2008 IP
    Nima likes this.
  6. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #6
    Add this to your CSS file for TABLE : border-collapse: collapse; . Be sure to put a ; after the font declarations though else it'll screw it up.
    Should look like this:
    
    TABLE {
    	FONT-SIZE: 13px; FONT-FAMILY: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
    
    border-collapse: collapse;
    }
    
    Code (markup):
    Then you will have to fix the bottom section.
     
    shallowink, Feb 2, 2008 IP
    Nima likes this.
  7. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #7
    Your coding problem? I think you meant plural. Content inside master table that shouldn't be even on a table based layout, multiple tables on a page that by all indications shouldn't have more than ONE, dated deprecated tags, absolute links for no reason, improper use of header tags, lack of header tags for obvious headers, presentational markup, nonsensical classnames, unneeded classes, 81 validation errors, etc, etc, etc.

    My advice, chuck it and start over with SEMANTIC markup, separation of presentation from content, in a valid STRICT doctype.
     
    deathshadow, Feb 2, 2008 IP
    Nima likes this.
  8. Folagi

    Folagi Well-Known Member

    Messages:
    58
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    100
    #8
    Folagi, Feb 2, 2008 IP
    Nima likes this.
  9. deleted-account

    deleted-account Active Member

    Messages:
    655
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    85
    #9
    Damn thats a whole lot of errors
     
    deleted-account, Feb 2, 2008 IP