Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Right-floated last menu option

Home Forums Older releases 0.9.x Right-floated last menu option

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2383
    mkchris
    Participant

    Hi

    I wonder if someone could help; I’ve implemented SmartMenus with a right-floated last menu item as shown below:

    However, when it’s hovered over (whether there’s a menu option there or not) the corners are squared as below:

    Do you know how I can avoid this please? I’ve been looking through the CSS, but not sure I’ve quite got it.

    Thanks in advance

    #2384
    mkchris
    Participant

    Apologies – ignore me, I checked your own CSS, as you are doing the same thing:

    /* round the right corners of the last item */
    .sm-blue > li:last-child > a {
    	-moz-border-radius:0 8px 8px 0;
    	-webkit-border-radius:0 8px 8px 0;
    	border-radius:0 8px 8px 0;
    }
    .sm-blue > li:first-child, .sm-blue > li:last-child {
    	border-left:0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.