Results 1 to 3 of 3

Thread: CSS background element in table | IE7 v Safari v FF

  1. #1
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default CSS background element in table | IE7 v Safari v FF

    On the site http://www.kb6fw.com/newport.html, I used Eric Meyer's technique described on his Complex Spiral page (see http://meyerweb.com/eric/css/edge/co...iral/demo.html).

    Using CSS, I positioned a blue shaded background image (class-"header") so that it looks correct in IE7, but it appears off-register in FF and Safari. It gives the effect of a transparent blue-tinted background applied to a column header. Elsewhere in the site, where I use this technique, not inside a table, there is no problem. For instance, on the home page.

    There must be something about IE7 v Safari v FF table handling which throws this out of whack. Any ideas? Thanks for reading!
    Last edited by Chip D; 01-12-2009 at 07:30 PM. Reason: corrected typographical omission

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    You shouldn't use tables for layout, see this article:
    http://www.hotdesign.com/seybold/everything.html

    Try using just divs and spans and you should be fine with cross-browser compatibility as well.

    Good luck!

  3. The Following User Says Thank You to Snookerman For This Useful Post:

    Chip D (01-12-2009)

  4. #3
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    You're right, the problem disappeared with the table.

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
  •