- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
O exemplo que vem com sidemenu no Intel XDK, permitiu que eu alterasse a cor de apresentação. Agora, não consigo que mude de cor ao passar o mouse sobre os itens. Como faço isso?
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are in the Design View, correct?
For the side menu, or sidebar, you can change the background color from the "styles" control. Add a background style and set a color.
HOWEVER, for an App Framework sidemenu you must either fill the sidebar with content, or manually add CSS to force its height to 100% or 100vh. What I do is add a 'custom' style to the sidemenu and enter min-height:100vh; But be sure to test that, vh units aren't supported in older versions of Android. If that won't work, you'll need to manually make sure the sidebar and all its parents are set to 100% height.
Hope this helps,
Chris
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page