0
Welcome Guest! Login
0 items Join Now

Afterburner Mod Question - IE7

  • Afterburner Mod Question - IE7

    Posted 15 years 1 month ago
    • I have modified the header of Afterburner as follows:
      <div id="header">
            <a href="<?php echo $this->baseurl ?>" id="logo"></a>
            <jdoc:include type="modules" name="top" style="afterburner" />
            <div id="phonemail">
              <jdoc:include type="modules" name="phonemail" style="afterburner" />
            </div>
          </div>

      and it wraps the menu and overlaps the phonemail module as follows:

      This image is hidden for guests.
      Please log in or register to see it.


      Here is my CSS mods as well:
      #phonemail {
          float:left;
          margin: 0px;
          right: 0;
          position:absolute;
          top: 15px;
      }
      #phonemail .module {
          float:left;
          margin-top: 0px;
          margin-left:0px;
      }

      the site is www.sagescience.com and shows this problem in IE7

      Any advice would be greatly appreciated!

      Thanks,
      Paul.
  • Re: Afterburner Mod Question - IE7

    Posted 15 years 1 month ago
    • Hello,

      Try adding a zoom:1 to your #phonemail

      Cheers
  • Re: Afterburner Mod Question - IE7

    Posted 15 years 1 month ago
    • I am a sure I don't understand. I don't see that zoom is a valid CSS property. I did add it and it did not fix the issue.

      Any other ideas?
  • Re: Afterburner Mod Question - IE7

    Posted 15 years 1 month ago
    • Hello Paul,

      zoom:1; is a ie property not really valid css unless its in ie

      Cheers
  • Re: Afterburner Mod Question - IE7

    Posted 15 years 1 month ago
    • Cool. But this did not fix the display issue. Any other ideas?
  • Re: Afterburner Mod Question - IE7

    Posted 15 years 1 month ago
    • hmmm,

      you could also try

      display:inline-block; on your li items and possibly shrink the width if you can. It might be slightly too large and wrapping down.

      Cheers

Time to create page: 0.067 seconds