:nth-child() is a CSS3 pseudo-class, which selects elements based on the number of preceding siblings.
0
votes
4answers
66 views
CSS nth-child custom pattern
I am trying to create a blocked grid for content on a website that follows a pattern like shown below. It is essential that it is completely configured with CSS, no JavaScript!
The Pattern:
| - - ...
0
votes
1answer
42 views
jQuery- find in multiple elements specific class & add to the first, second different classes
I have in a div Container some News Articles with and without images. Now want to add for each article without image a different class. If there is an image, the image is wrapped with <div ...
0
votes
2answers
46 views
jQuery: if ID is equal to statement
I'm working on a code that does a action if one of the LI's is selected.
So if one of the first LI's is 'current' I want to perform an action on it, the code:
<div id="types">
<div ...
0
votes
1answer
24 views
Isotope objects with custom css margins based on child-nth and js
I have been doing simple .isotope gallery and this is how it looks with selected #portfolio-wrap containter in chrome dev tools:
I couldn't upload three links so you have to go back here:
--> ...
1
vote
1answer
36 views
CSS3 nth-child tiles background color alternate based on number of columns
Starting with the fiddle http://jsfiddle.net/sujesharukil/j5acY/
I have two ul elements. Both have li floating left. The CSS creates a tiled structure. I am alternating the background color of my li ...
0
votes
2answers
46 views
CSS selector: why `.classA + .classB:nth-of-type(3)` not working?
Given HTML such:
<div class="h2 colors">Title: Colors</div>
<div class="pair">Hello world</div>
<div class="pair">Hello world</div>
<div class="pair">Hello ...
-1
votes
4answers
51 views
How to select nested elements using standard CSS selectors (nth-of-type or nth-child) for Selenium?
How would I select the paragraph tag for B (or C), using the nth-child or nth-of-type? I am using the Selenium WebDriver.
<tr>
<td>
<p class="myClass">A</p>
...
0
votes
1answer
26 views
Jquery Last-Child or Nth-Child if == “SALE”
I have a drop down menu and I am trying to change the last item of the list only if the string equals "SALE" and make it RED. I am able to successfully select any item in the list by either using ...
0
votes
1answer
44 views
Trying to select the Semifinal div with CSS
I'm trying to use CSS (3) to select the div which is not the last but one before the last. So:
<div id="wrapper">
<div class="panel one"></div>
<div class="panel ...
1
vote
2answers
60 views
How to select multiple nth-child?
I am trying to apply ellipsis class in css for a table.
So there are some columns need to have this ellipsis class. I have multiple columns in a table.
I am doing this by nth-child property in css, ...
0
votes
4answers
61 views
:nth-child(): not last child
How to select :nth-child() for all the elements in html except last element.
Is this valid=
td:nth-child:not(last-child){
//Some css//
}
I am using text-overflow:ellipsis property to ...
1
vote
3answers
59 views
CSS selector: how to style items [1-2][5-6][9-10] etc by pair
I have a list of items, I want style them by group of two, and alternate style between groups. So items [1-2][5-6][9-10] could be { background-color: #C0C0C0 ;} while [3-4][7-8][11-12]... could be { ...
-3
votes
4answers
88 views
The filter :even works… but :nth-child(2) doesn't
Edit:
I finally got a solution to my problem - I was using the wrong code for what I was wanting to achieve. Instead of ':nth-child' I should have used 'filter'.
here's the code I should have used:
...
3
votes
1answer
61 views
select all elements with CSS if there are exactly 5
I want all 5 children IF there are EXACTLY 5. (If there are 4 or 6, don't select ANY children.)
To illustrate: http://jsfiddle.net/rudiedirkx/339H6/3/show/
You can select all elements if there are 1 ...
0
votes
1answer
15 views
nth-child odd / even wordpress loop
I've got a standard Wordpress loop where I want the images to float to the right and left on odd and even row numbers respectively.
The problem I have is that the .featured:nth-child(odd) is getting ...
0
votes
1answer
36 views
For loop to pass variable onto function [duplicate]
$(function () {
$max = 4;
$i = 1;
for ($i = 1; $i < 3; $i++) {
$('#itemListLeading table tr :nth-child(' + $i + ')').each(function () {
$length = ...
1
vote
1answer
44 views
add class to nth-child with jquery
I'm trying to add a class using jquery to the nth-child so that it'll work in IE. It doesn't seem to be working, I have followed a few examples with no results. I have linked the fiddle
...
0
votes
2answers
57 views
CSS - target last instance of div
I have a div structure as below and i want to only target the last .pcontain on the page so i can remove the border-right - how do i go about it?
<div class="container">
<div ...
1
vote
4answers
59 views
Using nth child to target every other TWO divs
I'm trying to use nth child to select every other TWO divs.
This means, when there is a collection of divs 1, 2, 3, 4, 5, and 6 - I need to select 1, 2, 5 and 6. Every other two.
CSS:
#navigation ...
0
votes
2answers
37 views
Styling with nth-child
What I'm trying to accomplish is, the first two sections are white, followed by two grey sections, then that pattern continues.
I made a jsfiddle to show what I have so far: jsfiddle
CSS:
section{
...
0
votes
1answer
27 views
Select alternating groups of 4
Not even sure this can be done. Haven't seen any such examples yet.
I want 4 rows matched then 4 rows not matched, etc.
match: 1,2,3,4, 9,10,11,12, 17, etc.
don't match: 5,6,7,8, 13,14,15,16 ...
0
votes
3answers
61 views
Zebra stripe every two TRs in a row with CSS.
I want to grey/stripe every two rows in a row. Its hard to explain. Here's a picture::
|-^-^-^-^-^-|
|-^-^-^-^-^-|
|-------------|
|-------------|
|-^-^-^-^-^-|
|-^-^-^-^-^-|
...
2
votes
2answers
87 views
:nth-child() selector, multiple nth-child
I am trying to get click event on table headers and that is easy with jQuery.
I want click event to be active on all headers except first header.
I am escaping first header with :nth-child() ...
1
vote
2answers
45 views
Writing a specific nth-child selector
I need some help with writing a nth-child selector in CSS for the following situations
Children #1, #4, #7, #10, ... should have specific css
Children #2, #3, #5, #6, ... should have some other ...
0
votes
3answers
113 views
:nth-child() not working
I am trying to stretch an image on the background for print for the third th with the :nth-child(5); but it does not catch it. Am I doing something wrong?
table#OppPracticeOverview tr th {
...
0
votes
2answers
23 views
Not able to use nth-child to space out li's in a tags
http://codepen.io/leongaban/pen/uJDIw
Hi, so in the codepen above, I'm trying to space out the buttons in the top row like the buttons in the bottom row.
Before adding the a tags I was able to get ...
2
votes
1answer
29 views
Trying to display limited number of images in teasers
I try to style my website using pseudo-selectors to display limited number of elements (images) in my teasers. I have been doing some research through Google, found the most proper way using ...
0
votes
3answers
55 views
nth-child doesn't select specfic images in my gallery
I have a gallery that I am trying to style with CSS. Specifically, I'm trying to write CSS that looks for a specific numbered div, and then applies a new height in pixels that will override the ...
0
votes
2answers
35 views
Venn diagram with background images, add links?
Have created this venn diagram to use as a kind of nav area.
http://i.stack.imgur.com/xlyCJ.png
When a user hovers over each circle the image changes (same image, minus green overlay and the text). ...
1
vote
3answers
31 views
css pseudoclass selector
I want to select the second div in my markup with css using :nth-child but I cannot make it work.
I have this markup generated by a plugin:
<div class="single-container">
...
0
votes
1answer
55 views
CSS Selector for nth range?
How can I adapt the CSS selector below:
.myTableRow td:nth-child(?){
background-color: #FFFFCC;
}
so it applies to td columns 2-4?
<table>
<tr class="myTableRow">
<td>column ...
0
votes
4answers
58 views
Creating Check Pattern with nth-child
I'm trying to make a checkerboard pattern using nth-child, but it isn't working the way I expected it to.
In the example below, I want to set every other p at opposite sides of the div to create a ...
0
votes
3answers
50 views
jQuery :nth-child()
I have a list
<article class="post">Bla bla bla</article>
<article class="post">Bla bla bla</article>
<article class="post">Bla bla bla</article>
<article ...
2
votes
2answers
155 views
CSS select all child elements except first two and last two
I'm very curious (that's all) to see how you would select all children of an element except the first two and last two.
I've a method, but it's nasty and unreadable. There must be a much clearer ...
0
votes
4answers
54 views
Select every first and fourht(last) div
How to select every first and fourth div with the :nth-child selector to add a specific style to it ?
HTML
<div class="main">
<div class="box"></div> <!-- margin-left:0px ...
-2
votes
1answer
52 views
Changing the nth-child() attribute with @media queries
I am currently trying to change the nth-child() attribute with @media queries but for some reason the media query is not affecting it. I'm trying to do something like this.
@media all ...
0
votes
2answers
43 views
Does jquery support apply css to newly created elements?
here is my code:
<script type="text/javascript">
$(function(){
$("input[type='button']").click(function(){
$("#table ...
4
votes
2answers
150 views
How can I style all <li> except for the fifth and sixth using nth-child()
I have very simple list
<ul>
<li>Test</li>
<li>Test1</li>
<li>Test2</li>
<li>Test3</li>
<li>Test4</li>
...
0
votes
1answer
53 views
Selector :nth-child without a break?
i have this example html code.
<table>
<tbody>
<tr class="test"><td>Test</td></tr>
<tr><td></td></tr>
<tr ...
1
vote
3answers
173 views
Selecting half the elements with :nth-child?
Take the following code for instance:
<ul>
<li>Hello World</li>
<li>Hello World</li>
<li>Hello World</li>
<li>Hello World</li>
...
0
votes
2answers
135 views
using nth-child in tables tr td
<table width="100%" border="1">
<tr>
<th> </th>
<td>$</td>
<td> </td>
</tr>
<tr>
...
2
votes
1answer
52 views
jquery nth child issue
I've researched the other jQuery nth child questions, but none seem to relate to the issue I'm having.
I've got two inputs in a div that I am appending upon click of the submit button, and each new ...
0
votes
3answers
161 views
nth-child “collisions” in a responsive design / creating a fluid grid
I have a grid system for my site which was initially set up with a style applied to every sixth item in a grid
li:nth-child(5n+1){ margin-left:0 }
I'm in the process of making my site responsive, ...
0
votes
3answers
128 views
Why isn't my a:hover:nth-child code working?
This simple code is not working:
HTML:
<div id="topnav">
<ul>
<li><a href="a.html">Aaaaaaa</a></li>
<li><a ...
0
votes
1answer
88 views
{block:tags} + nth-child in <title> tags
I'm working away on my tumblr theme currently and am trying to work out a nice workaround for descriptive titles.
I'm currently using the 'first post is the title' trick "within" the theme ...
0
votes
1answer
71 views
nth of type based on dynamic class
I have made a simplified version here:
http://jsfiddle.net/Y5zYy/
I'm trying to add a different css style to the nth visible item of a list, so when the user clicks on group2 for example, I want the ...
0
votes
3answers
71 views
jquery nth-child as an argument in a function.
I have four paragraph elements. I want to toggle the next even element after clicking on an odd element.
Here's the arrangement.
<p>First</p>
<p>Second</p>
...
0
votes
1answer
87 views
Nth-child and grandparent or second level of child
This is probably very simple but can't figured it out!
I have this kind of code:
<div class="grandparent">
<div class="parent">
<div class="child" id="1"></div>
...
0
votes
1answer
187 views
Css table styles, nth-child, border-radius & Cross browser support
So basically I'm trying to make 2 separate tables to echo results of drinkers and their drinks from a bar.
The tables have alternating backgrounds using nth-child(odd), nth-child(even) which is ...
0
votes
2answers
61 views
Jquery select two elements every two elements
is it possible to select elemtns 2,3,6,7,10,11,14,15 and so on with Jquery?
Thx






