jblackheadwhjx
New Member
Well.. my english is not good, so i draw what i want..FULL PAGE: http://d-3.me/full.jpgThe green container it's my content wrap. The Black and Red Squares, are some button's to access another pages.So when i resize the page, i want to keep theses button's like this another image:1024px Window Views: http://d-3.me/1024.jpgthis is my initial HTML :\[code\]<div id="wrap_home_bts"> <div class="bt_woman"></div> <div class="bt_man"></div></div>\[/code\]and this is my css:\[code\]#wrap_home_bts{ position:relative; width:100%; height:100%;} .bt_woman{ width:880px; height:389px; background:#FFCC00; position:absolute; left:0; bottom:245px; } .bt_man{ width:733px; height:168px; background:#CC00FF; position:absolute; right:0; bottom:74px; }\[/code\]but this way, the "button's" accompanies the resized window.I clear?