- Posts: 19
- Thank you received: 0
Menu Drop Down Styling
-
Jasway
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 5 months ago - 11 years 5 months ago #34152
by Jasway
Menu Drop Down Styling was created by Jasway
Hey
I want to style the drop-down menu in a specific way. What I am trying to do is, when i hover the mouse over any of the main menu content, i would like the background-color for the first-level menu COLOR to be the same lenth as the carosel bannner, across the page. And it should appear the same time as i hover the mouse over the main menu.
I can see in the hot_explore template a menu_drop_down.css empty folder, would i have to use that for any for the styling id have to implement??
Hope you could help me with this one.
here is the site:
I want to style the drop-down menu in a specific way. What I am trying to do is, when i hover the mouse over any of the main menu content, i would like the background-color for the first-level menu COLOR to be the same lenth as the carosel bannner, across the page. And it should appear the same time as i hover the mouse over the main menu.
I can see in the hot_explore template a menu_drop_down.css empty folder, would i have to use that for any for the styling id have to implement??
Hope you could help me with this one.
here is the site:
Last edit: 11 years 5 months ago by Jasway.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #34155
by ivan.milic
Replied by ivan.milic on topic Menu Drop Down Styling
Menu css is generated in template_css.php from line ~369:
/*
DROP-DOWN
*/
...
you can change that or add your css after drop down css. Menu class name is generated and for explorer default is:
.mnu_mainmenu
/*
DROP-DOWN
*/
...
you can change that or add your css after drop down css. Menu class name is generated and for explorer default is:
.mnu_mainmenu
The following user(s) said Thank You: Jasway
Please Log in to join the conversation.
-
Jasway
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
11 years 5 months ago #34366
by Jasway
Replied by Jasway on topic Menu Drop Down Styling
Hey I need help on this one!
I am trying to put a background color or image on the second-level on the topmenu of my template.
the background-color or the image would have to be the same length as the page, lets just say 100% across the page. However i dont seem to be able to get that right.
I have tried this:
and it look like this at the mo image_01 attached.
I hope you can help me with this me.
Many thanks in advance
I am trying to put a background color or image on the second-level on the topmenu of my template.
the background-color or the image would have to be the same length as the page, lets just say 100% across the page. However i dont seem to be able to get that right.
I have tried this:
Code:
.mnu_danishmenu > li.parent {
background-image: url("../templates/hot_explorer/images/arrow_down.png");
background-position: right center;
background-repeat: no-repeat;
padding-right: 0px;
}
and it look like this at the mo image_01 attached.
I hope you can help me with this me.
Many thanks in advance
Please Log in to join the conversation.
-
Jasway
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
11 years 5 months ago #34367
by Jasway
Replied by Jasway on topic Menu Drop Down Styling
i forgot to add the attached pic
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #34374
by ivan.milic
Replied by ivan.milic on topic Menu Drop Down Styling
I don't understand
Please Log in to join the conversation.
-
Jasway
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
11 years 5 months ago #34409
by Jasway
Replied by Jasway on topic Menu Drop Down Styling
I would like to have a drop-down menu with a background colour that extents across the page!
Please Log in to join the conversation.
Time to create page: 0.169 seconds