Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • APOSTOLOS FOUKIS Friend
    #170790

    J. 1.7.3 (no menu style = horizontal)
    I want to set a menu and to appears in user 1 position, but i want to be horizontal

    Now:
    aaaaaa
    bbbbbb
    cccccc
    dddddd

    I want to be: aaaaaa | bbbbbb | cccccc | dddddd

    Can you help me with css styles ?
    Thanks a lot

    gray Friend
    #425051

    Are menu items included in <ul></ul> tags?
    If so, add {list-style-type:none;} to the style linked to the menu (you can add module suffix to handle this).
    Some info about the CSS.

    APOSTOLOS FOUKIS Friend
    #425052

    Thanks,
    I want menu items to to be horizontal (not vertical)

    I’ve write the code in template.css, but I’m wrong

    menu_hor {
    ul {list-style-type:none;}
    }

    thanks

    gray Friend
    #425053

    add also display: inline;
    And, it should be
    .menu_hor ul li {
    list-style-type:none;
    display: inline;
    }

    It’s assumed that you added menu_hor to the module class suffix (with whitespace before).

    APOSTOLOS FOUKIS Friend
    #425054

    thanks !!!
    and if i want to remove the dot (.)?

    gray Friend
    #425055

    <em>@basdim 283223 wrote:</em><blockquote>thanks !!!
    and if i want to remove the dot (.)?</blockquote>

    dot is a selector for CSS class. If you remove it, the style should be applied to a HTML tag menu_hor, which does not exists.
    About this selector in CSS.

    APOSTOLOS FOUKIS Friend
    #438111

    Hello again
    I try to Ja Travel but not work.
    Can you help me please?

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  APOSTOLOS FOUKIS 12 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum