bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Stylesheet problem with 9.0.2 upgrade

(6 posts)
  • Started 3 months ago by kannued
  • Latest reply from kannued
  • This topic is resolved
  1. kannued
    Member

    I upgraded from 8.3 to 9.0.2. The main forum pages are fine but I have style sheet problems when I go to a topic. My style sheet is three columns. In IE6, in a post, the main column is wrapping onto my left column, and obliterating most of my right column. I never had this problem with 8.3.

    Firefox2 is readable. But there is a blank box with an "Add" button that is creating width problems. Otherwise the columns are sizing correctly.

    Here is my code:

    #main {
        position: relative;
        width: auto;
        margin: 0px 0px 0px 0px;
        color: #000000;
        background: #ffffff;
        padding: 10px;
        z-index: 3;
    }

    It appears that I need a special style now for the topics in my style sheet?

    Posted 3 months ago #
  2. What is the URL to your forum?

    Posted 3 months ago #
  3. kannued
    Member

    I'm using 1024x768 resolution

    Posted 3 months ago #
  4. kannued
    Member

    I've lost my background in IE6, with some topics it's there, others it is gone. Can I go back to 8.3 with no repercussions?

    Posted 3 months ago #
  5. kannued
    Member

    What is this Add button for?


    <p>
    184<input name="tag" type="text" id="tag" size="10" maxlength="30" />
    185<input type="hidden" name="id" value="36" />
    186<input type="submit" name="Submit" id="tagformsub" value="Add »" />
    187</p>

    Posted 3 months ago #
  6. kannued
    Member

    The solution revolves around IE6 ignoring new classes and ids implemented in the updated software version. Once I figured out what classes or ids were missing and acknowledged them in my stylesheet, then everything fell back into place.

    Posted 3 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.