I want to make header at http://www.learnqtp.com/online-qtp-training/ look the same as http://www.learnqtp.com/ , somehow can't get it to make it work. What am I missing guys?
is pretty easy, you must to go into header section and include a <div> tag. put into css properties #header_div { padding: 5px; height: 90px; width: 780px; margin-right: auto; margin-left: auto; } now copy information (logo, search box, feeds) into new div. you will have: <div id="header"> <div id="header_div"> === include here your content===</div> </div> and enjoy your new header css to align your div in center position: margin-right: auto; margin-left: auto;
Thanks a lot csswebdesigner. This is solved now. There is still one problem. The look and feel of header is different in IE6 when compared to Firefox. (In IE6 there is a strip at the top). What can I do to make it consistent?