A pixel off on the left, border appearing on hover

Forums Forums Menus A pixel off on the left, border appearing on hover

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #217
    rgruber
    Member

    This is a great tool. Had some very minor issues:

    example: http://tag.mediumstudios.com/accounting/index.html
    "Industry Focus" submenu halfway down the page

    The submenu is a pixel off on the left, is there a way to get it flush left with the top level menu so it drops straight down and there is not step in that left border?

    When you mouse over the submenu items, the on hover erases the right border. Can this be fixed?

    I ideally I’d like the submenus shifted 1 pixel left with no right or left borders but it inherits the top menu borders.

    Thanks
    Rob

    #2971

    Ah, I think you are the first person to comment on the 1px bug <img decoding=” title=”Smiley” />

    You could try the new test version of the CSS generator which I think fixes that bug … https://geek.hellyer.kiwi/test/

    If you would like a fix for your current CSS, then let me know and I’ll take a look tonight for you.

    #2972
    rgruber
    Member

    If you wouldn’t mind taking a look, I’d appreciate it.

    http://tag.mediumstudios.com/style.css

    All the suckerfish stuff is at the bottom. I left all your div names.

    Really nice tool.

    #2973

    Oops, I forgot to take a look last night. I’ll have a look for you now and be back shortly.

    #2974

    Crude fix which stops the right pixel from disappearing on hover

    [code:320lk8b9]#suckerfishnav li ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:160px;
    font-weight:normal;
    margin:0;
    padding-right:1px;
    line-height:1;
    -moz-opacity:0.85;
    opacity:0.85;
    khtml-opacity:0.85

    }[/code:320lk8b9]

    I’ve only tested it on Firefox 2.0. If it doesn’t work in other major browsers, let me know and I’ll take another look.

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