Viewing Navigation menu

Navigation menu



User: Yelena 12 years ago
I am still unable to have the Navigation menu publish correctly. Below is an example of what it looks like in EasyWeb and how it publishes.

-------------------------------
Yelena
MacBook Pro OS X 10.10.3
IMac 21" OS X 10.10.3

Screen Shot 2013-06-05 at 9.20.52 AM.png
User: Paul-RAGESW 12 years ago
Working on getting this fixed.

-------------------------------
Paul
EverWeb Developer
User: Yelena 12 years ago
Great!

-------------------------------
Yelena
MacBook Pro OS X 10.10.3
IMac 21" OS X 10.10.3
User: Yelena 12 years ago
And since you are on it....IS it possible to NOT have a background color for Submenus? If I want to not have it but my background is an Image rather than Color it is pretty hard to make it match the background...

-------------------------------
Yelena
MacBook Pro OS X 10.10.3
IMac 21" OS X 10.10.3
User: Paul-RAGESW 12 years ago
You would have to remove the colour using the Head Code and CSS. I have not tested this though. I thin you will find transparent menus don't look very nice either though.

<style>

ul ul li a {

background:none;
}


</style>

-------------------------------
Paul
EverWeb Developer
User: Paul-RAGESW 12 years ago
Or

background-color: transparent;

-------------------------------
Paul
EverWeb Developer
User: Yelena 12 years ago
Quote:
I thin you will find transparent menus don't look very nice either though.


Maybe when I can make a perfectly proportioned shape in Navigation menu it will be fine to have color but since at the moment it isn't so I'd rather have a transparent background

-------------------------------
Yelena
MacBook Pro OS X 10.10.3
IMac 21" OS X 10.10.3


Post Reply
You must login or signup to post.