What are your CSS woes?

6 replies
  • WEB DESIGN
  • |
Is it IE testing, floating divs, jQuery integration?

I am looking to develop my 5th video tutorial on CSS and would love to showcase some solutions to your problems.

So what are your challenges when working with css?
#css #woes
  • Profile picture of the author CliveG
    The box model still causes me problems. And containing floated elements within other elements including floated elements.
    {{ DiscussionBoard.errors[2198642].message }}
    • Profile picture of the author hamburglar
      Ahhh, floating divs inside elements. I always had that problem where they would not align with each other no matter how much i changed the width. Until I used the clear:both property/attribute.

      I always run into those problems when I do IE testing, I hope to make document one day to cure all IE bugs. heheh That will be a long day.
      Signature
      Online-to-offline conversion tracking... coming soon!
      ___________________________________________
      {{ DiscussionBoard.errors[2198765].message }}
      • Profile picture of the author CliveG
        Originally Posted by hamburglar View Post

        Ahhh, floating divs inside elements. I always had that problem where they would not align with each other no matter how much i changed the width. Until I used the clear:both property/attribute.
        I would prefer to use the :after attribute if it had cross browser support. clear:both on an empty div does not seem right and you have to make sure that it goes back in the right place if you change anything.
        {{ DiscussionBoard.errors[2202447].message }}
      • Profile picture of the author CliveG
        Originally Posted by hamburglar View Post

        I always run into those problems when I do IE testing, I hope to make document one day to cure all IE bugs. heheh That will be a long day.
        That document would make you very popular but probably not rich!
        {{ DiscussionBoard.errors[2202453].message }}
  • Profile picture of the author LP_User
    SEO friendly <h1> image replacement techniques.
    {{ DiscussionBoard.errors[2199606].message }}
  • Profile picture of the author csmcmanus
    My woes sometimes really don't have to do with css, however cross browser issues with floats always torque my engine up. I look forward to seeing certain browsers catching up on the new css3. The new rotations and animations thru css are pretty slick. Perhaps a tut on that?
    {{ DiscussionBoard.errors[2200932].message }}

Trending Topics