I have designed the left category of the following site by using css under the "Our Stores", Problem is that in the Internet Explorer it is quit ok, no blank white space, but in Mozilla fire fox it shows a blank white space, please suggest me how can i resolve the problem. Here is the site: www.adhuli.com
It's a padding problem. In left_col.css try adding to your category ul: #category ul { margin:1px 0; padding: 0; } Also, define the margin properly - margin: Npx Epx Spx Wpx; where the letters represent the directions on a compass. If you're setting it to 0, there's no need for the px after it.