Amiant CSS Menu Questions

Permalink 1 user found helpful
1. Using IE the menu does not behave right - see annapurna.nepaltickets.com

2. How can I adjust the font size in the navigation. I tried design, but does not seem to change.

 
Steevb replied on at Permalink Reply
Steevb
You have a code error somewhere

IE keeps kicking into 'Compatibility View' with the menu

Review, edit and test the problem again
garagan replied on at Permalink Reply
garagan
I have the same issue where IE drops into compatibility mode but this is all out of the box.

I am also having an issue in that when used as a site-wide block, the menu tabs do not appear. If I put the block in another section, it shows up as expected. If you have any suggestions for fixing this, I would appreciate it.
yrrah replied on at Permalink Reply
I'm having the same issue where a site-wide block doesn't display in IE

I ended up just editing the views.css so that it would fail gracefully. I made the font color black instead of white, that way you can still see the text when IE9 fails to display the background.
SignallHill replied on at Permalink Reply
I gave up on Amiant and tried the following. It works great and it is what I use currently.
Check it out below.

http://www.codeblog.ch/2011/12/concrete5-sooperfish-drop-down-navig...
garagan replied on at Permalink Reply
garagan
Thanks for this!

It solves the IE problem and it easier to configure. Now I just need to work on getting the submenu to float to the left instead of right when it runs off the edge of the browser window :)
SignallHill replied on at Permalink Reply
If solve the issue do post here how you did it.
awristen24 replied on at Permalink Reply
Comment this out
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#999999') !important;
*/

DirectX rendering is not available on every browser.
This fixes the menu not showing up but wont render gradients in IE9.
Firefox and all others it works.