• Hello, I am still fairly new to WordPress and css. All the validating errors I have are on lines that the original theme came with. I haven’t been able to figure out what it is looking for to fix it. I have having issues with unordered columns not displaying properly in Opera, display in 1 column not 2.

    I put a few here so you could see what I am taking about.
    65 Unknown pseudo-element or pseudo-class :nth-child

    48 .wp-caption
    Property -moz-border-radius doesn’t exist : 3px 3px

    49 .wp-caption
    Property -khtml-border-radius doesn’t exist : 3px 3px

    50.wp-caption
    Property -webkit-border-radius doesn’t exist : 3px 3px

    51 .wp-caption
    Property border-radius doesn’t exist in CSS level 2.1 but exists in : 3px 3px

    685.fp-prev
    Property opacity doesn’t exist in CSS level 2.1 but exists in : 0.7 0.7

    692 .fp-prev:hover
    Property opacity doesn’t exist in CSS level 2.1 but exists in : 1 1

    697 .fp-prev:active
    Property opacity doesn’t exist in CSS level 2.1 but exists in : 0.7 0.7

    705 .fp-next
    Property opacity doesn’t exist in CSS level 2.1 but exists in : 0.7 0.7

    Thanks
    http://jds-productions.com/wordpress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Don’t know why the validator is complaining about :nth-child. It looks OK to me, but maybe somebody else can help on that one. I wouldn’t worry about it, though.

    All the other errors (to do with rounded corners and stuff can definitely be safely ignored).

    As for your problem with Opera…

    I could be wrong, but I don’t think it’s CSS2.1 validation errors that are giving you a problem. Invalid CSS is just ignored, so it rarely breaks anything. Notice I said rarely and not ‘never’. If you’ve mis-typed a crucial rule or something, that’ll obviously affect things! But it’ll affect all browsers.

    What version of Opera are you using? The :nth-child selector is only supported in Opera 9.5+. It isn’t supported in IE < 9. Don’t know if it’s supported in IE9. But if you aren’t having problems in IE then I guess it’s not that that’s causing the problem.

    Are Opera users that important to you?

    Sorry. Just some random thoughts, really.

    Cheers

    PAE

    Thread Starter dianem326

    (@dianem326)

    I have only one issue with IE9, one of my tabs(text)on my navigation bar drops down into the top part of the body of the page. Everything else works in all the other web browsers, except for Opera.

    I am using 11.5 the newest version of Opera. I have researched it and can’t seem to find why it is making my 2 column ul list display only in 1 column on the page. I do not use Opera on a daily basis.I have all the web browsers on my laptop to ensure that a website displays properly in the browsers.

    When I looked-up the border-radius errors, those are -khtml, webkit and moz are fixes for Firefox, Safari, and I think the other is IE. Which when I found the info on it, it looks like it was done correct. When I corrected the opacity as I found on W3C it gave me more errors.

    Thanks for the reply

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Not some help with CSS’ is closed to new replies.