Want CSS problem resolve

Discussion in 'CSS' started by smart_ladoo, Jun 23, 2008.

  1. #1
    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
     
    smart_ladoo, Jun 23, 2008 IP
  2. iamben

    iamben Active Member

    Messages:
    116
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    73
    #2
    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.
     
    iamben, Jun 23, 2008 IP
  3. smart_ladoo

    smart_ladoo Active Member

    Messages:
    250
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    I am trying to implement.
     
    smart_ladoo, Jun 23, 2008 IP