Fork me on GitHub

Autotheme Block - good in Firefox, bad in IE -why?  Bottom

  • In firefox this block looks OK, with the top area graphic (block_top.png) showing behind the .(it's set as a background to the cell).

    However, if I view the same page in IE, I cant see the block_top.png graphic at all.

    I've got this code:
    ==============





















     

     


    ================

    Anything obvious that jumps out as being wrong?
  • In your second line of code, you have a with the background set in it. Swap it over to the tag. In other words, this:

    Code

    <tr background="themes/177/images/block_top.png">
    <td height="25" colspan="2"><b>

    ...becomes this...

    Code

    <tr>
    <td height="25" colspan="2" background="themes/177/images/block_top.png"><b>
  • Thanks, that worked!
  • You're welcome. Thanks for posting back your success.
  • Good call John :)

    --
    -Lobos
    Professional PHP Framework Services: Concept, Development and Deployment
  • 0 users

This list is based on users active over the last 60 minutes.