Skip to:
Content
Pages
Categories
Search
Top
Bottom

Stylesheet problem with 9.0.2 upgrade


  • kannued
    Participant

    @kannued

    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?

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

  • chrishajer
    Participant

    @chrishajer

    What is the URL to your forum?


    kannued
    Participant

    @kannued

    I’m using 1024×768 resolution


    kannued
    Participant

    @kannued

    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?


    kannued
    Participant

    @kannued

    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>


    kannued
    Participant

    @kannued

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar