Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Aug 2008
    Posts
    11
    Plugin Contributions
    0

    Default IE7 template issues

    I've searched the forums and FAQs but couldn't turn up any information to help me with my problem.

    I an a graphic designer but not a coder so I'm a little lost here.

    www.swtradecompany.com/store is were the cart is located.

    The problem is nothing up the background color shows in IE but in FF it looks just as I want it to. Could anyone tell me why IE would display it that way? I'm sure I have some extra non used code in the spread sheet, but I'm not sure what is affecting the IE layout.

    Thanks in advance.

    Also while im at it could someone tell me how i could move the header bar to under the header image?

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: IE7 template issues

    Start with fixing the errors in the html and see where it goes after that. http://validator.w3.org/check?verbos...com%2Fstore%2F
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

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

    Default Re: IE7 template issues

    Thanks for the comment.

    I'm not sure how this is supposed to be written though, as I said I'm no coder.

    <a href="http://www.swtradecompany.com"><p align="center" <img src="images/large/testimage.gif"</a>

  4. #4
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: IE7 template issues

    Quote Originally Posted by symptom View Post
    <a href="http://www.swtradecompany.com"><p align="center" <img src="images/large/testimage.gif"</a>
    <a href="http://www.swtradecompany.com"><img src="images/large/testimage.gif" alt="" /></a>

    You have to "close" all the tags.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: IE7 template issues

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

    Not sure if you needed or wanted the P tag as it shouldn't be used there.

  6. #6
    Join Date
    Aug 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: IE7 template issues

    What would be the proper way to center the image without the <p?

    Also that fixes all the HTML errors. But the image isn't center as I wanted and the IE problem is still there =/

  7. #7
    Join Date
    Aug 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: IE7 template issues

    Wanted to say thanks for the quick responses. I hope I'm not coming off like an ######.

  8. #8
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: IE7 template issues

    Quote Originally Posted by symptom View Post
    Wanted to say thanks for the quick responses. I hope I'm not coming off like an ######.
    IE does not recognize the highlighted portions of these stylesheet declarations.

    #mainWrapper {
    filter: alpha(opacity=0);
    -moz-opacity: 1.00;
    opacity:1.00;
    background-color: #32140a;
    background-image: url(../images/bg1.jpg);
    text-align: left;
    width: 775px;
    vertical-align: top;
    }


    #logoWrapper {
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
    opacity:1.00;

    width: 775px;
    height:200px;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    }

  9. #9
    Join Date
    Aug 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: IE7 template issues

    See i knew it was some stupid code I was experimenting with and forgot to remove. Thank you so much,

    Now for the other 2 problems:

    Centering the image in the body window. the previous code although correct doesn't seem to want to center the image and the added <p although wrong did center the image.
    <a href="http://www.swtradecompany.com"><img style="align:center" src="images/large/testimage.gif" alt="SW Trade Company" /></a>

    And is there a way to move the bar on top of the header image to below it? along with its menu and search?
    Last edited by symptom; 31 Aug 2008 at 05:28 AM.

  10. #10
    Join Date
    Aug 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: IE7 template issues

    I got the bar moved sort of, has a space between them I have to figure out how to move now =)

 

 
Page 1 of 2 12 LastLast

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