Results 1 to 7 of 7

Hybrid View

  1. #1

    Default Graphics are 'off' in IE

    I don't know how to fix this and hoping someone can help.

    In Firefox my main page looks fine but in IE everything is scooted to the right so that the graphics are off the center.

    Can someone take a look at www.mibelloboutique.com in firefox and IE and give me some idea what I can do to fix it?

    Kristy

  2. #2
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: Graphics are 'off' in IE

    The page is pushed right becuase your left menu is wider than you want. It took a bit of finding, but the cause is a link to MORE in the Reviews box - you cannot see it becuase the color is white (#ffffff) In firefox, the link is beneath the title "Reviews" but in IE7, it tries to put it to the right and side of the header image, and pushes the table wide...


    one method to fix it, would be to edit;

    \includes\languages\english.php

    find;

    //text for sidebox heading links
    define('BOX_HEADING_LINKS', '  [more]');

    replace with;
    //text for sidebox heading links
    define('BOX_HEADING_LINKS', ' [more]');
    ~Steve~

  3. #3

    Default Re: Graphics are 'off' in IE

    I tried that and it didn't do anything. Any other thoughts?

    kristy

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

    Default Re: Graphics are 'off' in IE

    Take out the word 'more' altogether.

    replace with;
    //text for sidebox heading links
    define('BOX_HEADING_LINKS', '');

    Note: single quotes are used even though it looks like a double.

  5. #5

    Default Re: Graphics are 'off' in IE

    I took it out completely but it's still messed up.

    Any other thoughts? When I turn the reviews off it almost completely pulls the graphics back over but I want the reviews on.

    kristy

  6. #6
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: Graphics are 'off' in IE

    I still see ;
      [more]

    in your page source.... which tells me you haven't changed the file...
    ~Steve~

  7. #7

    Default Re: Graphics are 'off' in IE

    Okay I figured it out. I was going into the folder you said not realizing that I needed to be in the /public_html/includes/languages/custom\english.php

    I wasn't going to the custom one first, but your suggestion did it. Well I removed more from that folder and it's fixed.

    THANK YOU FOR YOUR HELP!!!



    Kristy


    Quote Originally Posted by s_t_e_v_e View Post
    The page is pushed right becuase your left menu is wider than you want. It took a bit of finding, but the cause is a link to MORE in the Reviews box - you cannot see it becuase the color is white (#ffffff) In firefox, the link is beneath the title "Reviews" but in IE7, it tries to put it to the right and side of the header image, and pushes the table wide...


    one method to fix it, would be to edit;

    \includes\languages\english.php

    find;

    //text for sidebox heading links
    define('BOX_HEADING_LINKS', '  [more]');

    replace with;
    //text for sidebox heading links
    define('BOX_HEADING_LINKS', ' [more]');

 

 

Similar Threads

  1. My site graphics are gone. HELP!
    By mw4kids in forum General Questions
    Replies: 8
    Last Post: 25 Mar 2009, 04:39 PM
  2. Website layout, fonts, graphics are messed up suddenly
    By dealbyethan.com in forum General Questions
    Replies: 17
    Last Post: 4 Jun 2007, 03:21 AM
  3. Where are my BUTTON Graphics?
    By spitfireguy in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 22 Jul 2006, 05:27 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