Below is my CSS : Now if you look at my site i.e http://fullpcrepair.com/ Black border just below the flag are look like getting Repetitive. Where am I making mistake ? Here is the HTML :
You've a style element "div#menu" which has a background image and by default background repeats; so you'll have to include no-repeat to the background. div#menu { padding-top:10px; padding-bottom:10px; color: #2660B7; text-decoration: none; font-weight:bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; background:#E7E7E7; text-align:center; background:url(../images/menu_back.gif) no-repeat; }
Worked. Thanks. But http://i28.tinypic.com/1564dw8.jpg How to remove that Extra space ? Image is NOT big !!!