Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2005
    Posts
    144
    Plugin Contributions
    0

    Default Table Layout Issue

    Hi all..

    http://showball.com/new_site

    I'm having a heck of a time with the live support image in IE, it looks good in FF, but IE kills the placement..

    The CSS that controls it is:

    .dt { display:table; width:100%;}



    .dr { display:table-row; width:100%; height:100%;}



    .dc { display:table-cell; text-align:left; vertical-align:top; width:100%; }



    and the HTML is:

    <div class="dt head2" >
    <div class="dr">
    <div class="dc" ><a href="<?=zen_href_link(FILENAME_DEFAULT)?>"><?=zen_image(DIR_WS_TEMPLATE.'images/logo.png','','','','style="margin-left:45px; margin-top:51px"')?></a>

    </div>
    <div class="dc" style="vertical-align:middle; align:left;">
    <!-- Powered by: Crafty Syntax Live Help http://www.craftysyntax.com/ -->
    <script type="text/javascript" src="http://showball.com/live_support/livehelp_js.php?department=1&amp;pingtimes=15"></script>
    <!-- copyright 2003 - 2006 by Eric Gerdes -->
    </div>
    <br></div>
    </div>
    ----------------------------------------

    I would wholeheartedly welcome any suggestions.

    Thanks
    David

  2. #2
    Join Date
    Dec 2004
    Location
    New York, USA
    Posts
    1,198
    Plugin Contributions
    0

    Default Re: Table Layout Issue

    Very nice template design!

    I'm not yet fully up to speed on the table-less design practices, but it looks like you may have conflicting aligns.

    .dc { display:table-cell; text-align:left; vertical-align:top; width:100%; }

    and

    <div class="dc" style="vertical-align:middle; align:left;">

    ...but I could be wrong. My method for solving problems like these is to remove all formating and systematically add back one at a time until the problem appears again. Wish I could be of more help.

 

 

Similar Threads

  1. orders_products table issue
    By kkfok1 in forum General Questions
    Replies: 0
    Last Post: 3 Sep 2012, 03:51 PM
  2. Layout issue / css problem with IE only. Can't find the issue!
    By linnx in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Apr 2011, 10:54 AM
  3. Sideboxes Table Issue
    By anaesthesiac in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Nov 2009, 02:31 PM
  4. Alignment/layout issue when using Layout Boxes Controller
    By nicknight in forum General Questions
    Replies: 0
    Last Post: 25 Oct 2008, 02:04 AM
  5. Table rate shipping issue
    By stevehare in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 30 Oct 2006, 09:31 PM

Posting Permissions

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