Jak za pomocą css zrobić tak, żeby te 2 obrazki


znajdowały się w tle tego obrazka:

A ma to wyglądać tak:

#tlos { background-image : url('img/wyszukiwara.gif'); height : 53px; width : 497px; } #sz { background-image : url('img/szukaj.gif') ; height : 33px; width : 109px; }
#wyszukiwara { background-image : url('images/wyszukiwara.gif'); display:inline-block; margin : 0px 0px 0px 0px; background-repeat : no-repeat; height : 57px; width : 483px; } #poletekst { border: 0px; height : 33px; width : 344px; color: green; padding : 8px 0px 0px 10px; margin : 10px 0px 0px 5px; } #poletekst input{ background-image:url(images/poleteks.gif); background-repeat: no-repeat; border: 0px; max-width: 344px; height : 33px; width : 344px; color: green; padding : 0px 0px 0px 10px; } #szukaj{ border: 0px; height : 33px; width : 110px; margin : 10px 0px 0px 5px; } #szukaj input{ background-image: url(images/szukaj.gif); background-repeat: no-repeat; border: 0px; height : 33px; width : 110px; margin : 10px 0px 0px 5px; }
<style> input.szukaj { background-image: url(images/szukaj.gif); background-repeat: no-repeat; border: 0px; height : 33px; width : 110px; margin : 10px 0px 0px 5px; float: left; } input.poletekst { background-image:url(images/poleteks.gif); background-repeat: no-repeat; border: 0px; max-width: 344px; height : 33px; width : 344px; color: green; padding : 0px 0px 0px 10px; float: left; } </style> <div id = "wyszukiwara"> <input type="text" name="x" value="" class="poletekst" /> <input type="submit" value="" class="szukaj" /> </div>
input.poletekst { background-image:url(images/poleteks.gif); background-repeat: no-repeat; border: 0px; max-width: 344px; height : 33px; width : 344px; color: green; // padding : 0px 0px 0px 10px; - to WYWALASZ padding-right: 20px; float: left; }
#barTop { background-image : url('images/menu.gif'); background-repeat : repeat -x; height : 54px; margin : 0px 0px 0px 0px; width : auto; } #barTop a { display:inline; border:0px; } #images { height : 51px; padding : 0px 0px 0px 0px; font-size : 15px; border:0px; } #images ul { display:inline; border:0px; } #images li { display:inline; border:0px; }
input.poletekst { background-image:url(images/poleteks.gif); background-repeat: no-repeat; border: 0px; max-width: 344px; max-height: 33px; height : 33px; width : 344px; color: green; margin : 10px 0px 0px 5px; padding: 8px 13px 10px 10px; float: left; }
<style> input.szukaj { background-image: url(images/szukaj.gif); background-repeat: no-repeat; border: 0px; height : 33px; width : 110px; margin : 10px 0px 0px 5px; float: left; } input.poletekst { background-image:url(images/poleteks.gif); background-repeat: no-repeat; border: 0px; max-width: 344px; max-height: 33px; height : 33px; width : 344px; color: green; margin : 10px 0px 0px 5px; padding: 8px 13px 10px 10px; float: left; } </style>
#wyszukiwara { background-image : url('images/wyszukiwara.gif'); display:inline-block; margin : 0px 0px 0px 0px; background-repeat : no-repeat; height : 57px; width : 483px; }