我认为这就是你所需要的。
http://jsfiddle.net/x6zfW/10/
请确认。
HTML:
<div id="ui_myMenu">
<div id ="ui_ui_myMenuTitle">HELLO TITLE</div>
<img id="ui_image1" class="ui_menuIcons" src ="http://www.designworks.co.nz/uploads/images/case-studies/nz-post/post_button.jpg"/>
<img id="ui_image2" class="ui_menuIcons" src="http://t2.ftcdn.net/jpg/00/24/77/15/400_F_24771516_GheG3ehk2o3T6mJJkFy9k2siYoMrVigc.jpg"/>
</div>
CSS:
#ui_myMenu{
position: fixed;
bottom: 15%;
width: 575px;
height: 426px;
left: 2%;
top:2%;
background:url('http://www.psdgraphics.com/wp-content/uploads/2009/02/abstract-background.jpg') left top no-repeat;
}
#ui_myMenuTitle{
margin-left: 16%;
margin-top: 4.8%;
font-size: 380%;
}
.ui_menuIcons{
float: left;
width : 5%;
height : 7%;
}