Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS3 PIE with Drop Down Issue

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32702
    grovesk
    Member

    Hi- I have a drop down using CSS3 PIE to get rounded corners AND a drop shadow on several elements, including a drop down. (Client insisting).

    I’ve got it pretty much working but in IE7/8 there’s a delay before the drop down will open, and sometimes the background sort of gets ‘stuck’ on the page after you’ve moused out. Any suggestions?

    Here’s my test page.

    My Test Area

    (One other thing…can someone point out why the drop down is overlapping the main nav bar. If I add a margin-top to get it positioned exactly, the drop down won’t work on IE at all. It’s like the mouse can’t traverse the space.)

    Thanks, Karen

    #76006
    grovesk
    Member

    I tweaked the CSS by adding the following at line 80, and it “seems” to be functioning a little better now?


    -pie-watch-ancestors: 1;
    -pie-lazy-init:true;
    -pie-poll:false;

    Appreciate someone taking a look. Still got the overlap issue.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.