hello,
Let´s get straight to the point.
I have a couple of div´s
<div id="container">
<div id="page1">
<div id="page2">
<div id="page3">
<div id="page4">
<div id="page5">
<div id="page6">
If someone gets to page like 5 through my js code, I only want to show page5 and container.
Soo, in css I want to select everything except container and page5.
I can't manually type in the pages because, there will be adding daily more pages.
note: if my english is not right or see some grammer errors, please correct me.
kind regards,
"mrbean"