[ 3 posts ]

Jeremy Mullin

  • Username: jeremym1234
  • Joined: Wed Sep 07, 2011 9:10 am
  • Posts: 2
  • Offline
  • Profile

Rotating a YUI menu button

Post Posted: Wed Sep 07, 2011 9:18 am
+0-
I have a YUI menu button I have been attempting to rotate so it sits vertically. The following CSS works well in Firefox, but in the WebKit browsers the button is rotated correctly, but the drop down elements fail to appear when you click the button. Any ideas or ways to use transforms in YUI or something besides CSS?

It is also worth noting that I have to stick to YUI 2.9

Current CSS:

.yAxisBtn {
margin-top: 10px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
}

Jeremy Mullin

  • Username: jeremym1234
  • Joined: Wed Sep 07, 2011 9:10 am
  • Posts: 2
  • Offline
  • Profile

Re: Rotating a YUI menu button

Post Posted: Wed Sep 07, 2011 9:22 am
+0-
I should also clarify that I'm applying this CSS class to the div container the button is rendered to.

dodel dana

  • Username: dodos
  • Joined: Mon Sep 26, 2011 1:24 pm
  • Posts: 1
  • IRC: dodos
  • Offline
  • Profile
Tags:

Re: Rotating a YUI menu button

Post Posted: Mon Sep 26, 2011 1:40 pm
+0-
Hi can you provide more source code to can help you
  [ 3 posts ]
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum