Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • mike agnassia Friend
    #137418

    Hello,

    Could you help me to solve this problem with ie6 or ie7 ?
    see pictures on attach files

    Thank You Very Much


    1. ie7_ie6
    2. ff3
    Phill Moderator
    #287858

    On the IE page, what error message do you get when you clicl on the error button?

    mike agnassia Friend
    #287869

    This is internet explorer “error message”

    Line: 68
    Char: 2
    Error: ‘null’ is null or not an object
    Code: 0
    Url http://209.62.39.10/~caraibes/demo/

    at line 68 in index.php
    It’s javascript problem

    <script type=”text/javascript”>
    var siteurl = ‘<?php echo $tmpTools->baseurl();?>’;
    </script>

    scotty Friend
    #287873

    The error does not refer to index.php it refers to the script (HTML) used to construct the page. IE throws up loads of these errors which are usually not actually errors at all just that the page is not constructed the way Microsoft want you to do it.

    Your problem comes from what you used to construct your article. I suspect you copy & pasted from Office? In IE open your page and right click and click ‘View Source’ . Scroll down the text and you will see all the garbage that was included when you pasted into Joomla. It’s this garbage that is causing the problem.

    Open up your article again in Office and copy and paste to Notepad, then copy & paste again from Notepad to Joomla.

    mike agnassia Friend
    #287927

    Hello,

    It’s good for ie7 now
    but it’s seem layout change to narrow on ie6
    see file attachment
    could you help me

    Thank you Very Much


    1. ie6
    2. ie7
    mike agnassia Friend
    #288012

    Please Help me !!!

    It’s a emergency

    scotty Friend
    #288014

    in your templates index.php inside the Head tag you will see text like… (it may not be exactly the same)


    <!-->
    <style type="text/css">
    #ja-cssmenu li a {
    padding: 0 5px 0 5px;
    }

    #ja-wrapper {
    width: 750px;

    }

    .narrow #ja-wrapper {
    width: 750px;
    }
    .clearfix {height: 1%;}
    img {border: none;}
    </style>

    You need to change it to width: 975px;

    mike agnassia Friend
    #288046

    Hello,

    Thank You
    Layout its’ ok now on ie6
    but i need to spread Menu to left to right
    i would like to remove empty space
    at the end of menu after contact

    Thank You Very Much


    1. increase_right_width_colum
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  mike agnassia 15 years, 3 months ago.

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