In css, sub menus by default open to the right I guess, so what is the css syntax to make them open to the left if there is not enough room. For example, if the browser window is smaller.
Thank you for the help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This may not be completely solved with css. It requires java script to determine whether there is enough space to the right (while resizing).
Some pseudo code:
Thanks