Pro!

Hey all-- could use some help. Something seems to be breaking the formatting of my blog sidebar (http://www.andydesoto.com) in Safari. As I'm not a CSS expert, might anyone want to take a look and let me know where I've gone wrong, what I broke?

Thanks!

Login or Signup to download the file
trouble-sidebar.txt 2.8 KB
Forward

2 months, 2 weeks ago by Andy D. - Pro!

2 Replies

  • Heidi C. replied May 8th
    eeek. Man you have a lot of divs in that file!
    First off, you've got 55 validation errors, http://validator.w3.or...

    Many are minor, things like unescaped ampersands, but I'd start by fixing those. Next I'd check your floats. .SRL is floating left and .SRR is floating right, both of which are w/in .SR.

    divs that float, float to the right/left of whatever comes after. So instead of having them float differently try making them both float left putting the one that should be left of the other first.
  • TheWhiteDragon . replied May 8th
    I went through and refactored the code so that I could read it. Everything I see in there looks good to me. At least all the divs are closed properly and so forth.

    I would agree with Heidi that you most likely have the floating in the CSS file messed up or something else in the CSS. The html for the most part looks fine to me.

Join Now to Reply!

To add your own reply, sign in or join Pownce today!

813 Recipients

View all

This note is also available to the general public.