Can I put a div within the div having class=”ui-selector”

Can I put a div within the div having class=”ui-selector”

BY 17 Oct 2019 Web Application Development

I want the following view of the main menu of my wearable application:

 

Desired View

 

 

The blue buttons are the main menu which I designed by setting the dive class=”ui-selector”. Now I want another div (or button) which will be placed on each page of the application on exactly the same place. I either need to:

  • Set the margin between the red and the blue icon by playing around with the “ui-items” of selector ?
     
  • Put a separate dive inside the selector class div ?

When I tried inserting the separate div, I faced issues of zindex.

When I tried using left and top properties on a “ui-item”, I faced another UI issue.

Written by