CSS Help Needed Cant Understand!!!!!!!!!!!!!!

Discussion in 'CSS' started by Brunzig, Apr 7, 2011.

  1. #1
    Brunzig, Apr 7, 2011 IP
  2. style0

    style0 Peon

    Messages:
    108
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    start making css classes and write css code in a css file instead of using style tags on every single little element in the html code for starters!!!

    Then, you have your li classed RowDivider appearing every4th row, so you get 3 sub category images and then a separator row. You want the separator row(li) tp appear efter 2 li's, NOT after 3 li's
    And with your specified widths on the boxes you won't need the separation at all.
     
    style0, Apr 7, 2011 IP
  3. Brunzig

    Brunzig Peon

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Can someone give me the css solution please
     
    Brunzig, Apr 7, 2011 IP
  4. kevinnn

    kevinnn Peon

    Messages:
    39
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I think there isn't just 'a solution'. CSS can be handled in MANY ways. It's up to your own imagination and creative to build a nice website with nice colors.

    Why don't you start by looking here? http://www.w3schools.com/css/default.asp
    It's the best source on the net, and fun to play with!
     
    kevinnn, Apr 8, 2011 IP
  5. ApocalypseXL

    ApocalypseXL Notable Member

    Messages:
    6,095
    Likes Received:
    103
    Best Answers:
    5
    Trophy Points:
    240
    #5
    Just learn CSS . The basics only take 2 days to master .
     
    ApocalypseXL, Apr 8, 2011 IP
  6. webbyando

    webbyando Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Couldn't agree more, you need to speed up the load times of the site.
     
    webbyando, Apr 11, 2011 IP
  7. Jacob-Lett

    Jacob-Lett Guest

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I looked at the links and can't determine the exact problem area. Could you be more specific to what you need help doing?
     
    Jacob-Lett, Apr 13, 2011 IP
  8. Isabellab

    Isabellab Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    CSS stands for cascading style sheet, which is the general template for html. You can make single file of CSS for an entire project, so whenever you want you can change in the file and use it. You need not to made any new html file for that. so we can say that CSS provide the great functionality for designing a website.
     
    Isabellab, Apr 18, 2011 IP