Forums

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

Home Forums CSS how to make like this rounded corner nav bar plz??

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #24933

    hi guys , i have a template that i made ,i want to code it , then i can’t figure out how to code my rounded corner nav bar ,take a look at the image tooken from psd.

    [img]http://img195.imageshack.us/img195/75/menui.gif[/img]

    #58027
    apostrophe
    Participant

    Slice out the image in photoshop, save for web and apply it as a background image to your nav ul with css.

    #58028

    this is the simplest way , there must be one or more proffesional way to do it , slicing each element by itself : items divider , corners …..
    thank’s apostrophe

    #58039
    AshtonSanders
    Participant

    You can slice it a million times, but every new image is a new HTTP request that your viewer have to do. Not that it matters much on large sites, having one HTTP request to one image is "better" than 5 separate HTTP requests for 5 images.

    Since you are using a simple font I would be sure to take the font off the slice before creating the image (just in case.)

    #58066

    okey i got u man , just was trying to customize it instead of making all the long image as a ul background .
    what you mentioned about http request is an important point to pay attention to .
    after i will finish my template coding ,i would like someone of to review it then emphsize on my faults.
    thank’s guys good week-end

    #58067
    AshtonSanders
    Participant

    Sure man, just put it up in the Gallery Forum and ask for critiques ;)

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