Dany
said:
|
|||||||||||||||||||||||||||||||||
| Yes, this template has problems with ie6 and ie7, and i cant resolved it yet. |
| Hey, I'm experiencing the same issue with this template... but iI really like it. Do you have any suggestion/solution to fix it in IE? |
| Hey Guys, I solved the problem with one of my colleagues: In template XML just modify the: to In CSS modify the: #right_modul div.module_menu div { width:240px; background:url(menu-t.gif) top left no-repeat; margin:10px 0; } to #right_modul div.module_menu div { width:240px; background:url(menu-t.gif) top left no-repeat; margin:0; } Another: #right_modul div.module,#right_modul div.module_text { width:240px; background:url(box-b.gif) left bottom repeat-y; margin: 10px 0; } to #right_modul div.module,#right_modul div.module_text { width:240px; background:url(box-b.gif) left bottom repeat-y; margin: 0; } and the last: #right_modul div.module div,#right_modul div.module_text div { width:240px; background:url(box-t.gif) top left no-repeat; margin: 10px 0; } to #right_modul div.module div,#right_modul div.module_text div { width:240px; background:url(box-t.gif) top left no-repeat; margin: 0; } |
| < Prev | Next > |
|---|