Search found 5 matches
- Mon Mar 14, 2011 9:08 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] RTL (right to left) menu
- Replies: 7
- Views: 3147
Re: [solved] RTL (right to left) menu
Thanks. Yes. Played around a bit with the stylesheet and this seems to be the way forward. Thanks.
- Sun Mar 13, 2011 2:14 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] RTL (right to left) menu
- Replies: 7
- Views: 3147
Re: RTL (right to left) menu
Thanks Wishbone cant really find the text you mention. Using version Bora 1.9, so planning to upgrade to latest version 1.9.4 before diving too deep into the problem (just in case it is a version problem). My menu is really quite plain. The line in the menu menager is: {menu number_of_levels="1...
- Mon Mar 07, 2011 6:28 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] RTL (right to left) menu
- Replies: 7
- Views: 3147
[solved] RTL (right to left) menu
Hi folks.
I want to create a menu that is aligned to the right rather than to the left. I've searched the net and tried different solutions but without success.
Please advice me, is it possible to do it in CMSMS and if so, how can it be done!?
Cheers
karnbo
I want to create a menu that is aligned to the right rather than to the left. I've searched the net and tried different solutions but without success.
Please advice me, is it possible to do it in CMSMS and if so, how can it be done!?
Cheers
karnbo
- Thu Nov 25, 2010 9:50 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] hauki2, background link on top of menu
- Replies: 3
- Views: 1476
Re: hauki2, background link on top of menu
Thanks!Dr.CSS wrote: Give your UL UL a z-index:200 and it will be fine, that is from using position: on those links...
#primary-nav ul {
position: absolute;
top: auto;
display: none;
z-index: 200;
}
Did the trick!
- Wed Nov 24, 2010 10:29 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] hauki2, background link on top of menu
- Replies: 3
- Views: 1476
[solved] hauki2, background link on top of menu
Hi team Thanks to everyone supporting this great product:) I've just started using CMSms and tried with the hauki2 theme. After some handons I manage to get the theme working. Now. The button behind the menu overwrites the drop-down menu. Spent some hours on the net trying to solve it, but without s...