User Profile

Collapse

Profile Sidebar

Collapse
taras
taras
Last Activity: May 26 '10, 06:17 AM
Joined: May 21 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • taras
    replied to problems with text align in horizontal menu
    thanks for the code, but can you help with css code. How can i make right align menu, with sub menu opening when mouse is on it?...
    See more | Go to post

    Leave a comment:


  • taras
    started a topic problems with text align in horizontal menu

    problems with text align in horizontal menu

    I have a problem with making horizontal menu with css. The problem is that menu should be right aligned, but items in sub menus should be left aligned.

    To make horizontal menu float:right property is used on DIV tag where menu is located.

    This is an example of menu:

    Code:
    <DIV id="menu">
    <UL>
      <LI><A>Item1</A>
        <UL>
        <LI><A>Item1.1</A></LI>
    ...
    See more | Go to post
No activity results to display
Show More
Working...