You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to object-or...@googlegroups.com
I'm using the following markup, which work good on Chrome and in Firefox. But IE is not able to display the menu properly.
<div class="unit size1of2 left breath">
<div class="has-flyout button round">
<span>Menu</span>
<div style="visibility: hidden;" class="flyout">
<ul>
<li><a href="#">Item1</a></li>
<li><a href="#">Item2</a></li>
<li><a href="#">Item3</a></li>
</ul>
</div>
</div>
</div>
Can you guys give me some light, i been banging my head for a few days already.
Thanks.
Kristina Auckland
unread,
Jul 24, 2012, 3:45:56 AM7/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to object-or...@googlegroups.com
Hi
Without seeing the css or a working version it's going to be very hard to be sure what the problem is. However, having said that as it's IE I'm going to guess it's related to 'overflow: hidden;'
There were a few posts a short while ago relating to using something other than 'overflow: hidden;'
Please post either all your HTML & CSS or ideally make an example that we can view and help you with.