Could someone please help me... I am having trouble with aligning the button with the text box. http://stunodgrafx.info/ltb/ Thanks, Adam
There are quite a few things to do... First... increase the width of the header-big-search by atleast 10px Next... remove display: block; and margin from #header-big-search input[type="text"] (Be careful, attribute selection is not well supported with IE) Next.... Make the below div's inline........ Either use "span" element or set "display:inline" or use "floats" <div class="cc_textbox"> <div class="cc_button"> <div class="cc_msg"> Then you may need to adjust margin of cc_button element slightly to make it properly align....