Viewing 5 replies - 1 through 5 (of 5 total)
  • woww..
    the revoltion church modified to your needs ended up quite complicated.. a lot of sidebars.
    Your problem, IMHO, is that on the trouble-making site you have a double
    <div id=”subnavbar”> declared. (which means two times same id , one below the other
    also, you do have the same theme, but on the troubles website you have another inline css caused by the polls plugins

    Thread Starter Vivek Shah

    (@vivek-shah)

    @ krembo99

    Thanks to care to reply. As per your opinion , i done both the things, i.e change same class call twice, subnavbar with subnavbar1 and deactivating polls plugin.

    But with https://www.bollyupdates.com, problem seems still remain there, moreover adsense link unit which was there straight below subnavbar its showing after some space, whats problem now ?

    now you have the wp stats js 50 times on your code ..
    your code is quite messy, the validator counts 167 errors…
    most can be ignored (i will deny ever saying that) BUT , some regard unclosed tags (among which, the head and htm tag, and scripts inside UL tags etc …
    I′ll bet some missing closing divs are also floating there .
    BE sure to check those, that are knows to cause the type of problems you have ..

    Thread Starter Vivek Shah

    (@vivek-shah)

    Dear Krembo,

    I am not able to find any unclosed div in my scripts, also not able to figure out how wp-stats js is showing 50 times, which application you use to determine wp-stats 50 times?

    should i upload my theme, if you can check ?

    I was not refering only to DIvs , but to ALL tags…
    you can not have a script tag nested inside UL
    and about the divs, maybe I am wrong, but your sidebar div (around line 470 in the html output) is NOT closed (should be closed around line 786, where it say

    <!-- end sidebar -->
    </div>

    but IMHO, this lone div closes the content, so you need another one there maybe

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘sidebar issue with IE6’ is closed to new replies.