Code:
#headerWrap { width:100%; height:auto; background:url(shadow.png) repeat-x bottom left; } #header { width:100%; height:100px; } . . . <div id="headerWrap"> <div id="header"> ............ ........... ...... </div> </div>
#headerWrap { width:100%; height:auto; background:url(shadow.png) repeat-x bottom left; } #header { width:100%; height:100px; } . . . <div id="headerWrap"> <div id="header"> ............ ........... ...... </div> </div>
#button1 a, #button2 a { display: block; background: url(rolloverimage.gif) top; width: 63px; height: 34px; } #button1 a:hover, #button2 a:hover { background: url(rolloverimage.gif) bottom; width: 63px; height: 34px; }
Leave a comment: