• Hi,

    I’ve created the website https://www.valdagri.net.

    Everything seems to go fine in Firefox… when I open it in Chrome or in IE I’ve got some problems: one is the sidebar that fall down at the bottom of the page…

    How can i solve the problem?

    Please help me!!!

    Bye Bye!!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi

    1) You don’t have a width assigned to div class=”sidebar2″ – it should be 198px

    2) div contentLayout is closed before div sidebar2 starts. div sidebar2 should be within div contentLayout, rather than starting after it.

    3) see the page validator at
    https://validator.w3.org/check?uri=https://www.valdagri.net./
    for a number of errors in your HTML. The most important ones are the mismatched tags, the errors at the bottom of the list

    Thread Starter gcm981

    (@gcm981)

    It doesn’t work… I’ve repaired some errors in the code but nothing…

    It’s terrible…

    “You don’t have a width assigned to div class=”sidebar2″ – it should be 198px” – the field is present inside the CSS module…

    HEEELPPPP

    I looked at your stylesheet. The reason the stylings for sidebar2 are not being applied to sidebar 2 is because they are assigned to
    .contentLayout .sidebar2
    that is the correct assignment – it means apply these stylings to a class sidebar2 that is contained within a class contentLayout.

    As I said before, sidebar2 is NOT contained with the class contentLayout – it comes after it.

    This is because there is a </div> BEFORE <div class="sidebar2">
    that should be AFTER <div class="sidebar2">

    When you move that closing div tag, sidebar2 will then be inside contentLayout and the sidebar2 CSS will be applied as intended.

    Let me make this clearer:

    This is because there is a </div> BEFORE <div class=”sidebar2″>
    that should be AFTER <div class=”sidebar2″> HAS BEEN CLOSED with the ending </div> for sidebar2

    Hi,
    I’ve created a blog: https://www.glammagrandma.com and when I added links to other sites on the sidebar, they all overlap each other. Can anyone help me fix this. I’m fairly new to all of this, but if the directions are VERY clear and step-by-step, I can usually apply it.

    Thanks a ton,
    Kathleen

    hi all
    I am there are a problem in sidebar widget. I can’t to add new widget because all stock widget don’t active excep used. After that I update IE6 to IE8.
    How do I get my widget so that it can all be active in add or again.
    Trims up to help me.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sidebar error’ is closed to new replies.