Problem with joomla layout

Discussion in 'Joomla' started by abhijit, Dec 24, 2008.

  1. #1
    hiiiiiii
    I have problem with my joomla site layout
    here is the link- http://onlinetreasurehunt.info
    In Mozilla the display is fine but in IE the side bar is not properly displayed for some pages!
    can u please suggest me something!
    Which css file should i modify?


    thank u........happy Christmas!!!!!!!
     
    abhijit, Dec 24, 2008 IP
  2. Astroman

    Astroman Well-Known Member

    Messages:
    2,355
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    135
    #2
    You need to alter this style sheet: templates/kangafirestorm/css/template.css

    And it's most likely this bit causing your problem:

    .moduletable, .moduletable_menu, .moduletable_text{
    margin-bottom:1em;
    padding:0 10px; /*padding for inside text*/
    }

    The padding of 10px to the right for .moduletable_menu will mess things up a bit, you should try not to use padding left or right in bits like that as padding behaves differently in different browsers.

    edit: in fact, try changing the above code to exactly this one line instead of two:

    .moduletable, .moduletable_menu, .moduletable_text{
    margin:0 0 1em 30px; /*padding for inside text*/
    }
     
    Astroman, Dec 24, 2008 IP
  3. Mr Goldberg

    Mr Goldberg Banned

    Messages:
    651
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Just use the IE Fox plugin and it will automatically fix that.
    If still it doesnt do,then just use IE6 Warning Module..
     
    Mr Goldberg, Dec 24, 2008 IP
  4. Valkerie

    Valkerie Well-Known Member

    Messages:
    458
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    110
    #4
    The problem is the template.

    Try one like JSN Epic 2.0 Pro or go to Joomlaos.de gallery of over 2,000 free templates and make sure you look at templates in the crappiest browser you can find before you download it.

    Many CSS template designs are created by people using high end browsers, who have no idea their template doesn't work for someone coming from AOL, which uses a broken version of IE 5. I always check my templates through AOL as any problem is immediately evident. The minute template developers went to tableless designs, more problems starting cropping up with CSS designed templates.

    Got so tired of CSS error displays, that I use JSN Epic (Joomlashine.com,) for all my sites as it actually works. You can customize it and there is a free version.
     
    Valkerie, Dec 25, 2008 IP