What is meant by n-th-of-type? Perhaps you can help me?
My first custom section is showing up properly. However, my second is being added to my first, when it should be separate. Take a look at my profile and you'll see what I mean xD The part that says "Testing testing" should be at the top of the page as its own section.
I have this in my about me:
[list=1] [align=center][img]http://i40.tinypic.com/346x0z5.gif[/img][/align]
[/list]
[list=1] testing testing testing
[/list]
And this in the other:
#about ol {
position:absolute;
left:300px; top:885px;
height:100px; width:223px;
overflow:none;
overflow-y:none;
}
#about ol ol {
position:absolute;
left:50px; top:50px;
height:200px; width:200px;
overflow:hidden;
overflow-y:auto;
background: transparent url() no-repeat;
}
Help please? What am I doing wrong?