Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: IE7 template issues

    To center that image link in whatever space it occupies, add a class to the link:

    <a class="tradeLink" href="http://www.swtradecompany.com"><img src="images/large/testimage.gif" alt="SW Trade Company" /></a>

    and style .tradeLink in your stylesheet:

    .tradeLink {margin: auto;}

    If that still doesn't do it, there are a couple of other properties that may apply to your situation.

  2. #12
    Join Date
    Aug 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: IE7 template issues

    Thanks for the reply, however I could not get his to work =/

  3. #13
    Join Date
    Aug 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: IE7 template issues

    I've manage to remove the space between the nav and header .

    http://www.zen-cart.com/forum/showth...t=space+header

    for those that have this same problem.
    Last edited by symptom; 31 Aug 2008 at 07:34 AM.

  4. #14
    Join Date
    Aug 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: IE7 template issues

    got the image centered with the code:

    <div align="center"><img src="images/large/testimage.gif" width="550" height="430" alt="SW Trade Company" />
    </div>

    with no error returns and working for both FF and IE. I don't think the "Alt" line in there is working as there is no hover name on the image that I can tell.

  5. #15
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: IE7 template issues

    Not sure what happened to my post a few hours ago, but all you have to do with what you already had is add this to your stylesheet:
    Code:
    #indexDefaultMainContent {text-align: center;}

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. IE7 and older compatibility issues
    By wenlaat in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 Jan 2012, 04:35 PM
  2. Issues with IE7
    By pb4 in forum General Questions
    Replies: 7
    Last Post: 24 Sep 2010, 01:43 PM
  3. Display issues - IE7 vs FF2
    By DocRocks in forum General Questions
    Replies: 1
    Last Post: 3 Oct 2008, 08:53 PM
  4. Background Images, IE7 vs FireFox Issues
    By craig-heavygoods in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 May 2008, 01:21 PM
  5. template issues in IE7, looks ok in Firefox
    By bangsters in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Nov 2007, 08:47 AM

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