Results 1 to 2 of 2

Thread: Caption align problem in IE browsers

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

    Default Caption align problem in IE browsers

    I have images on my site which have captions. I want the captions to appear below the images. This is working correctly in Safari and Firefox (among other browsers), but I am getting other behavior from Internet Explorer. In IE, the caption is appearing above the image. Attached is a screenshot of the two behaviors:



    I'm using the following HTML to generate the captions:

    Code:
    <table class="image" align="center">
    <caption align="bottom"><b><font face="Arial" size="1" color="#B7000E">Thomas</font></b></caption>
    <tr>
    <td><img border="0" src="http://www.leftwinglock.com/images/team_logos/bruins.gif" width="70" height="50"></td>
    </tr>
    </table>
    But, I believe the problem is that a CSS file may be conflicting with this - at least for Internet Explorer. I believe this because if I just use that code as a stand-alone (outside of the website and with no CSS), it produces the correct behavior in IE (caption on the bottom).

    If you can help me, I would really appreciate it. And please let me know if I need to post a CSS tag or any other code to help answer the question.
    Last edited by danneskjold; 07-10-2010 at 08:53 PM. Reason: Added a note about why problem is with CSS

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    Maybe it would help if you could post a link to the page with that particular problem.

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
  •