Viewing 5 replies - 1 through 5 (of 5 total)
  • You should clean up errors here, http://validator.w3.org/check?uri=http%3A%2F%2Fwww.paulvincentgandolfi.com%2Fblog%2F%3Fpage_id%3D123&charset=%28detect+automatically%29&doctype=Inline&group=0

    Keep in mind the errors are cascading so fixing one will often take care of several.

    Thread Starter oasisfleeting

    (@oasisfleeting)

    Thank you for pointing me in the right direction. I will fix these errors and report back.

    Thread Starter oasisfleeting

    (@oasisfleeting)

    I have fixed all the xhtml errors. I don’t really understand the errors when I try to validate the CSS. Perhaps you could point me in the right direction once more?

    Page in question:
    http://www.paulvincentgandolfi.com/blog/?page_id=123

    Thread Starter oasisfleeting

    (@oasisfleeting)

    “WP-ECommerce plugin”
    I ran it through the xhtml validator and found some errors. Those erros are now fixed and it does validate. The errors were occuring in product_display_functions.php
    On line 400 It had some hex gremlins in place of single quotes. I changed the line to.
    $output .= “<span class=’additional_description_span’>”;// add better option

    Another source of the errors was a block level <p> tag inline.
    This was caused by the additional description field also. When you enter text into the additional description field in the back end it (without my permission) adds a <p> tags to your paragraph. Seemingly harmless but unnessescary. (unless this hooks into the AJAX functions).

    I don’t understand how to read the CSS errors when I validate the page’s CSS.

    [QUOTE]div.single_product_display div.textcol Property _margin-left doesn’t exist : 69px [/QUOTE]
    that doesn’t make sense to me.. Ofcourse it doesn’t exist. I never put it in there. If I do put it in there, I still get the error. Any help with deciphering these errors is appreacieated.

    Thread Starter oasisfleeting

    (@oasisfleeting)

    Solved
    I needed to add a
    position:relative
    attribute to the themes
    #content

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help with CSS overflow in IE’ is closed to new replies.