Results 1 to 2 of 2

Thread: Problem with backround image in IE7.

  1. #1
    Join Date
    Jul 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem with backround image in IE7.

    Hi everybody,
    I have a strange problem with background td images in IE7.

    Just see the above URL:
    http://www.tsilivi.gr/conems_visit/h...main-page.html

    It's a dynamically driven site made by me. As you can see, all tables at the left (menu area) have no problems with the blue background. But, in the main area everyone has problems. This problems doesn't happen in Firefox

    Moreover, this site has utf-8 encoding. The language in the main area above picture is greek. At the section Last Forum Posts are the boards of SMF forum installed, using SSI.php. As you can see, everything is ok but forum posts have bad encoding! What is going wrong???

    I'm searching for a solution 3 days now, but nothing!!!
    Please help me!
    Thanks

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    First things first: I strongly advise against using tables for layouts. I realize that alot of work goes in to these things, so I'll leave you to make the decision on whether to change or not.

    The problem you are getting in IE is because of the height differences between the browsers. In FF the height 25 works fine, but in IE it should be 23 or 22. This happens because the two browsers calculate margins and padding differently. You can try it using CSS with an IE hack:
    Code:
    style="height:25px;<--height:23px-->"
    - Mike

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •