position: asbolute and IE7

Forums Forums Menus position: asbolute and IE7

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #166
    Anonymous
    Member

    Thanks for the generator, very nice tool, easy to rework and not all the hacks you see out there for IE. I really dig the opacity filters for firefox and what not. I did find a couple things that I was having difficult with.

    [code:1g54tl13]#suckerfishnav li ul {
    position:asbolute;
    border:1px solid #000;
    left:-999em;
    height:auto;
    width:200px;
    font-weight:normal;
    margin:0;
    line-height:1;
    -moz-opacity:0.95;
    opacity:0.95;
    khtml-opacity:0.95
    }[/code:1g54tl13]

    The position:asbolute was causing IE 7 to have a blank white spot appear over my background, but still under some other elements when u drop a menu down (dont know bout the other IE versions). I changed it from absolute to fixed and it rid of the issue. My background is layers and layers, so that may be part of my problem. Also somewhere in there, the line-height is doubled in IE and causes it to be pushed down, so I had to move it back up the exact pixel dimension of the line-height set with a simple margin-top:-54px;. I messed with a few of the variables to fit my design, but one of the better suckerfish menus out there. Thanks!

    #2677

    Do you have a link to an example of the ‘white dot’ effect? I haven’t come across that before and would be interested to see what is happening.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.