test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ikegius Friend
    #139391

    I have this problem with explorer. the module on right the template, user 5, user6 user 7, left, right are align center but with mozilla firefox are ok
    somebody can help me the solve this issue pls
    thx


    1. explorer-align_center
    2. firefox_align_left_firefox
    cgc0202 Friend
    #297085

    <em>@ikegius 119122 wrote:</em><blockquote>I have this problem with explorer. the module on right the template, user 5, user6 user 7, left, right are align center but with mozilla firefox are ok
    somebody can help me the solve this issue pls
    thx</blockquote>

    The main reason for that is that Internet Explorer does not follow the standard accepted html rules and other scriptings. It was part of their strategy to keep their OS and Internet Explorer (IE) remain dominant. This is coming back to haunt them though in mobile computing. A few companies have dropped MS mobile computing OS in favor of open source (e.g., Google) or their own mobile OS.

    Everyone suffers for this decision of MS made a long time ago. Webdesigners for example has to place all these scripts to ensure that if it is an IE browser, a “different path” path is followed. Almost every other browser can take the same road.

    In this regard, make sure that the scripts to recognize IE is in place in your index.php. These are generally in the “head” section of the file.

    Another thing that you can do is look for the CSS tags (there will be several). I assume that you are referring to the text alignment. Once you find the set of css tags, see if they have the specification:

    .ja_(appropriate tag here)
    {
    txt-align: left;
    }

    Maybe others may know more if the above two possible considerations will not work.

    Cornelio

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  cgc0202 15 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum