• websta

    (@websta)


    This sidebar (located here) goes to top right (just below the skull) in Google Chrome, but in IE8 renders about 1000 pixels down the page.

    Running wp e-commerce in the sidebar, if that makes a difference (gave up getting the Drop Shop upgrade in there).

    I can’t find the issue. Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter websta

    (@websta)

    FWIW, in wp e-commerce there are multiple, overlapping css files… fun.

    Thread Starter websta

    (@websta)

    Nevermind. Fixed.

    For others, the reason the sidebar was dropping down in IE and not in Chrome and other browsers, was because there was a “clear: all;” specified for the sidebar’s div. It was picked up in IE, not in other browsers.

    Hrmp.

    The code has the same effect as <div style=”clear:both”></div> which, I’ve just learned, basically sets an invisible horizontal rule (<hr>) at 100% width, which was bumping the sidebar content down below the main content area.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘sidebar problem in different browsers (wp e-commerce)’ is closed to new replies.