Jump to content

my borders are mixing


sonyx

Recommended Posts

Since you haven't provided ANY code to work with, i presume you want the answer as a  image also.

With a image editor:

1) take a copy of each (i would presume) menu item except the first.

2) take copy of background with first menu only

3) paste each menu under the previous equally spaced apart, aligned and obviously with no overlap, tada! Done.

Much quicker and easier than messing around with all that html and css code nonsense.

Edited by dsonesuk
Link to comment
Share on other sites

This is the behaviour I would expect to see from inline elements. Most likely setting them to display: block will solve the issue.

Link to comment
Share on other sites

  • 2 weeks later...

I suspect in your file you are using "border-radius:20;" in the CSS for each text element in the menu. I haven't tested it now,  The vertical margins are likely too small. Maybe "margin:40px 0px;" or "margin-top,margin-bottom:40px;" .

To ensure the display as block elements, you could also try an unordered list with "text-decoration:none;" . The list elements default to "display:block;" .

Edited by PHPremote
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...