Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalink
    Hello,
    I just created a site using CSS & XHTML for the first time, and I have a problem in Safari with the nav bar. I used an unordered inline list for the nav bar, and 2 main things are going wrong:

    The text is not picking up CSS font properties, which then causes the table below to display incorrectly to the right of the main wrapper. The whole nav bar works by the skin of my teeth...

    Here is the link:
    http://www.riverstonehomesny.com/styles.css

    I am still working on fixing the other problems with the site...
  2.  permalink
    The line

    font: 11px, Geneva, Arial, Helvetica, sans-serif;

    should read:

    font: normal 11px Geneva, Arial, Helvetica, sans-serif;

    That little comma can get you into a world of trouble.

    Also,

    .spacer_current{
    padding-left:12px;
    letter-spacing: em
    }

    is missing something before the "em" and also a semicolon at the end.
  3.  permalink
    Thank you so much! I'm so glad it was a simple fix!
    I made the site in one weekend, so punctuation was flying around everywhere!
Add your comments
    Username Password
  • Format comments as (Help)