Just a quicky really,
I was using the following:
For:
This worked fine in new browsers. Did a cross check on IE7 and it wasn't applying the styles to the list elements. Not a problem, I labelled the unordered list and changed the selector, but just wondering why it didnt work? Another fun IE7 bug or have I done something wrong.
I was using the following:
PHP:
h2#popularposts + ul > li {
styles
}
For:
PHP:
<h2 id="popularposts">Popular Articles</h2>
<ul>
<li> etc
This worked fine in new browsers. Did a cross check on IE7 and it wasn't applying the styles to the list elements. Not a problem, I labelled the unordered list and changed the selector, but just wondering why it didnt work? Another fun IE7 bug or have I done something wrong.