Viewing 4 replies - 1 through 4 (of 4 total)
  • How to create some consistency between different browsers

    first: by coding valid code.
    you have a few validation errors and warnings
    https://validator.w3.org/check?uri=http%3A%2F%2Ffaculty.washington.edu%2Fghorwitz%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

    there should be not other code before the DOCTYPE declaration, for instance.

    The logo at the top of my page slides when I resize my browser

    reason: the code for the logo is before the head section – it probably should be within the <div id="wrapper">

    in some browsers my navigation bar is all the way to the left of the page

    this might solve itself after fixing all validation errors.

    Thread Starter sreed

    (@sreed)

    Sorry- I’m not very good at using this, where did you find the validation errors?

    Thanks so much for your help!

    Thread Starter sreed

    (@sreed)

    /do you fix them by simply removing the code that precedes the doctype?

    do you fix them by simply removing the code that precedes the doctype?

    that is a good start; you should move this anyway to get your logo stable.

    i didn’t check the validation report in detail, but it usually gives a indication where the error is (you still have to identify the template file where the code is located); start at the top of the report and fix the errors as good as you can; often errors lower down are following from the ones higher up, and may disappear at the same time.

    https://validator.w3.org/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to create some consistency between different browsers’ is closed to new replies.