0
Welcome Guest! Login
0 items Join Now

Odd IE6 failure (YECH) on novus

  • Re: Odd IE6 failure (YECH) on novus

    Posted 16 years 3 months ago
    • Sorted the lefthand line, it seems that (and that concerns the IE6 issue aswel imo) that the modulepositsions top, user1 and 2 are causing it when left empty, and therfore not showing on the demo template.
      Is there a nifty way to exclude those 3 positions whitout making the text dissapear in IE6?
    • As requested
  • Re: Odd IE6 failure (YECH) on novus

    Posted 16 years 3 months ago
    • Slightly confused by your question, you want no positions but you want the text?
    • James Spencer / Developer & Support / Hull, UK
  • Re: Odd IE6 failure (YECH) on novus

    Posted 16 years 3 months ago
    • Problem is, when i disable the top,user 1 and 2 position, in IE6 the content disapears, BUT im workin on it :)
    • As requested
  • Re: Odd IE6 failure (YECH) on novus

    Posted 16 years 2 months ago
    • I have a similiar problem. I'll try to be crystal clear:
      Let's say you modify your Novus demo site here on RT.
      The left column is too basic for a realistic site, so add something below the menu on the left hand side, let's say a poll module and a user login module. Perhaps a random image block as well.
      Then, you probably don't want the the newsflash hilite module (below the logo) and the two sample modules on every page on the site, the front page is enough. On all other pages, that content is king. So only show them on the front page.

      That's what I have done. And then the problems appear in IE6. If I have a static page (well I use 1.5 so it's really an article with no category), the main column is blank until the left column ends, and THEN the content is displayed in the main column. Just like in the IE6 dump image above where the text "Ik ervar dat..." (whatever that means) begins where the menu block ends. It's exactly the same for me, and I'm only using the standard modules mentioned above. Disabling the random image doesn't help (I initially thought it was a width problem). Note that this happens only with static pages and "contact". My news page is working fine.

      To sum it up, as soon as I add something below the left menu, problems arise.
      What happens when you do this on your demo server?

      Thanks for your time. I hope this can be solved, otherwise I have to use another template for my site. IE6 sucks but is pretty widely used unfortunately...

      Thomas
  • Re: Odd IE6 failure (YECH) on novus

    Posted 16 years 2 months ago
    • Could try the following

      #main-column { zoom: 1; }
    • James Spencer / Developer & Support / Hull, UK
  • Re: Odd IE6 failure (YECH) on novus

    Posted 16 years 2 months ago
    • Thanks for the reply Muffin Man :-)

      I edited template_ie6.css but no change I'm sorry to say :'(

      #topmodules,
      #bottommodules
      #main-column {
      zoom: 1;
      }


      //Tom
  • Re: Odd IE6 failure (YECH) on novus

    Posted 16 years 2 months ago
    • A friend of mine gave me the following idea, and guess what IT WORKS!!!!
      a friend of mine thx Duncan wrote:
      1. Edit the file template_css.css
      2. Locate the code below:
      Code:

      .contentpane,
      .contentpaneopen {
      width: 100%;
      }


      3. Change the original code to:

      Code:

      .contentpane,
      .contentpaneopen {
      width: 99%;
      }


      4. Save and test.
      It works like a charm (*and now i run off to get back to test some "bridges")
    • As requested
  • Re: Odd IE6 failure (YECH) on novus

    Posted 16 years 2 months ago
    • Sweeeet! :-)
  • Re: Odd IE6 failure (YECH) on novus

    Posted 16 years 1 week ago
    • Excellent fix!
  • Re: Odd IE6 failure (YECH) on novus

    Posted 16 years 2 days ago
    • K well (sorry for diggin it up).
      As far as im concerned when u apply al these corrections this template rocks!!
      So u may add solved if u feel like it.
    • As requested

Time to create page: 0.045 seconds