CSS: border-bottom not showing up???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • test2000

    CSS: border-bottom not showing up???

    Hello

    in my CSS section #post-footer I added the line

    border-bottom: 1px solid #d0d0d0;

    but the bottom line doesn't show up up. I think the code is correct
    because the exactly same code works fine a another CSS section (eg
    #footer).

    my page is at http://vueltaa.blogspot.com/

    Thank you very much if you a hint for where to look for the mistake in
    my code

    Andy

  • Bergamot

    #2
    Re: CSS: border-bottom not showing up???

    test2000 wrote:
    >
    Blogger ist ein Veröffentlichungs-Tool von Google, mit dem du ganz einfach deine Gedanken der Welt mitteilen kannst. Mit Blogger kannst du problemlos Texte, Fotos und Videos in deinem persönlichen Blog oder deinem Team-Blog veröffentlichen.

    >
    Thank you very much if you a hint for where to look for the mistake in
    my code
    With 288 validation errors in the HTML alone, I don't think I'd want to
    look for your needle in that particular haystack.

    One thing I will tell you, though, is that using the same id value on
    multiple elements within a single document is invalid. Use class
    selectors instead.

    --
    Berg

    Comment

    • BootNic

      #3
      Re: border-bottom not showing up???

      test2000 <test2000@gmx.n etwrote:[snip][snip]
      Fix the validation errors as Bergamout suggest.


      http://validator.w3.org/


      This is what I see when I load your url.

      IE 7
      https://<br /> http://img.photoamp.c...mY6t.png<br />

      firefox 2.0.0.3
      https://<br /> http://img.photoamp.c...kxfc.png<br />

      opera 9.2
      https://<br /> http://img.photoamp.c...tdSd.png<br />

      --
      BootNic Monday, May 07, 2007 11:38 AM

      A positive attitude may not solve all your problems, but it will
      annoy enough people to make it worth the effort.
      *Herm Albright *

      Comment

      Working...