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!!!!!!!
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*/ }
Just use the IE Fox plugin and it will automatically fix that. If still it doesnt do,then just use IE6 Warning Module..
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.