Tagged Questions
0
votes
3answers
20 views
first child in multiple sub containers
How am I abled to select the first, second and third span related to layer 1, independent from if it is the first child of a div at layer 2?
<div class="LAYER1">
<div class="LAYER2">
...
0
votes
2answers
31 views
Can I combine direct descendant with first-child pseudo-selector?
I've got a container div that could contain any number of children. I want to target all links that are direct descendants of the container div, and can do so with .container > a. But then, I want ...
-3
votes
3answers
44 views
CSS - target the first element with class
HTML:
<p class=menu_top>Title</p>
<p class=menu_top>Order</p>
<p class=menu_top>Position</p>
<p class=menu_top>Number</p>
How can I target just the ...
0
votes
3answers
37 views
is there a way to select a child element of an element using css
example below should comprehend my question.
<div id="bmw" class="car">
<div class="seats">4</div>
<div class="fuel">petrol</div>
</div>
<div id="merc" ...
0
votes
1answer
44 views
css locator that would shortens multiple td's
SeleniumIDE in firefox, using a locator of
css=table#students tr +tr td +td +td +td +td +td +td +td
mytext
for the last column in thr row of a table.
Any shorter way to do this with a css locator ?
...
4
votes
1answer
61 views
Selecting <p> Descendant using CSS
How come all the result have the default Black color? Non of the rules were accepted! Is this because <p> is not allowed to have descendants? Where would such rule be listed? Thanks.
Example
...
-2
votes
3answers
66 views
How to select loose text between tags
In cases you find text in HTML code that is not embeded in any tags such as:
<sometag> ex1 </sometag>
I know many ways to select the text using a p tag or using a class or an id on the ...
0
votes
3answers
55 views
Styling a Label Attached to Text Inputs
I am trying to style all labels that precede input fields, except for checkboxes and radio buttons.
Using the ~ selector I've gotten everything working except "text" input tags--every other type I ...
0
votes
1answer
41 views
CSS selector attr *= support in IE8
I noticed selectivizr does not support [attr*=] using jQuery.
Any ideas on how I could support the following selector in ie8?
a:not([class*="st-"])
0
votes
3answers
63 views
Why CSS selectors on links are tricky with underline with hover?
Here are two examples based on this HTML.
<a href="#">
<div class="foo">
hello
<span class="bar">world</span>
</div>
</a>
In the first ...
0
votes
3answers
55 views
CSS 'nth-of-type' and 'first-of-type Selectors' - Good Practice/Tidier Code
I am currently using this CSS selector:
td:nth-of-type(2),td:nth-of-type(3),
td:nth-of-type(4),td:nth-of-type(5),
td:nth-of-type(6),td:nth-of-type(7),
td:nth-of-type(8),td:nth-of-type(9),
...
0
votes
1answer
29 views
Match text content and apply style
I have some parts of text that I want to have custom styles applied to:
<span class="filename">ExportFileName_datefollows_%1$tY.txt<span/>
I'm wondering if (A) I can select the %1$tY ...
0
votes
4answers
31 views
Trying to select CSS3 elements in a nested <li> style menu
I have an HTML structure like this:
<div id="nav">
<ul>
<li><a href="/">Home</a></li>
<li><a ...
1
vote
1answer
75 views
have no idea why :first-child is not working as expected
I'm under the impression that :first-child will select an element if that element is the first-child of the parent... such as h1:first-child should select the h1 IF it is the first child of its ...
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 ...
5
votes
3answers
101 views
CSS select: how to count and select child of a specific class only?
Given the html where all items are at the same level such:
<div class="h2">Title: Colors</div>
<div class="pair">Hello world (1)</div>
<div class="pair">Hello world ...
-1
votes
4answers
50 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
48 views
What is the alternative to CSS-selecting an ancestor
CSS(3) has descendent selectors, e.g. td em {color: red};, but no ancestor selector, apparently.
So, what should I do instead of something like td {border: 1pt solid red} em; ? i.e., how can I set a ...
1
vote
1answer
60 views
Select all td in tr in nested table with css selector
I want to select all td inside the first tr of the tbody. I would normally do this like: tbody:first-child td --> but this gives me the result you can see on the image, the yellow is the result.
My ...
0
votes
1answer
50 views
element:last-child effects all the element and not only last
Im trying to remove border-bottom from the last element, but it affect all the elements.
This is what I have for now.
HTML
<div class="cv-content">
</div>
<div ...
1
vote
5answers
57 views
CSS - Selector of label for type?
I'm using this post explaining how to add a selector of a label for a given element. However, I'd like to use it to select all labels for a given type (specifically, the type radio). Trying:
...
0
votes
4answers
51 views
How to change the background-color of the whole row when thead row has less columns than tbody rows?
I'm wondering how can I have the same width for all the rows in the table?
As you can see in the page...I want to change the background color of the header but the header doesnt have the same width as ...
2
votes
5answers
36 views
Broken css code - border doesnt get overwritten
So i have encountered a new problem which was never the case before.
<ul id="mainmenu">
<li class="mbutton"><a class="currentnav" href="#">Link 1</a></li>
<li ...
1
vote
2answers
86 views
Why is my CSS style not being applied?
I've got this html:
<p>
<span class="fancify">Parting is such sweet sorrow!</span><span> - Bill Rattleandrollspeer</span>
</p>
...and this css (added to the ...
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 ...
0
votes
2answers
45 views
Select next element when input is checked
HTML:
<label>
<input type="checkbox" />
</label>
<div>
stuff
</div>
I'd like to be able to style the DIV element depending on the checked state of the input, like
...
0
votes
2answers
53 views
How last-child/first-child exactly work?
I have question how work first-child and last-child with elements and classes?
Look on my example
And for it I have some question:
Why this rule not working:
p.test1:first-child{
color: ...
4
votes
4answers
114 views
CSS selector for select option value
Is there a CSS selector that allows me to select an element based on an HTML select option value?
<select>
<option value="1">1</option>
<option ...
0
votes
1answer
33 views
how to change the hyperlink's color with a .selected with a ID name in it?
The code is like this
<div class="header">
<ul>
<li>
<a class="abc" id="abc">testing</a>
</li>
</ul>
</div>
I ...
0
votes
4answers
58 views
Why does this selector not work
Given the following markup
<div class="fixed">
<div class="clmn2">
</div>
<div class="clmn2">
</div>
</div>
And the information given on mdn
By ...
3
votes
5answers
85 views
CSS priorities and targeting specific elements
My question should be pretty strait forward. For some reason I can't wrap my head around it today.
I'm making a menu with a structure like so
<div class="wrapper">
<ul>
...
3
votes
3answers
35 views
Select elements where attribute is non-empty
Suppose I have the following:
<div data-pid="">Unknown</div>
<div data-pid="123">Known 123</div>
Is there a way in CSS to select only elements where the data-pid attribute ...
1
vote
2answers
44 views
Selector to combine Asterisk and parent element?
I know that the Asterisk match all items inside an element. Is there any selector, that includes the parent element too?
Sample HTML
<p>
foobar
<span>
foobar
...
2
votes
2answers
86 views
Why CSS :not pseudo-class doesn't work as expected?
Consider the following HTML:
<div class="a">
<div class="b">Hello</div>
</div>
<div class="c">
<div class="b">World</div>
</div>
Adding ...
3
votes
1answer
55 views
less css using last-child selector
I am using less and trying to get the last input to have a margin-bottom of 10px. Here is what I have, but it is not working, and not applying the margin-bottom on the last input. Any ideas why?
...
3
votes
2answers
87 views
How do we select first occurence of an element in the entire document using CSS
This question stumped me
Say suppose we have a structure like this
<!-- Elements can be dynamic -->
<div>
<section>
</section>
<section>
<p>1st ...
1
vote
2answers
71 views
How to select DOM parent from child in CSS [duplicate]
is it possible to effect a parent node based on a child node's :hover state? ie.
nav ul li a:hover {
/* something here to effect the li or the ul or the nav elements */
}
not that bothered about ...
1
vote
1answer
45 views
Is it possible to craft a CSS selector to choose any of multiple possible identifiers?
I've got some CSS that is much bulkier than it seems to need to be and I'd like to know if there is a way to condense it down by writing selectors that will pick from multiple identifiers.
Here is an ...
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, ...
2
votes
1answer
144 views
Bootstrap Responsive row-fluid Issue
I've got a fluid row in which I need to show and hide spans depending on how the user wants to see the page (single-view, split-view). Using jQuery, I show/hide spans as well as change their classes:
...
3
votes
3answers
72 views
How to select classes that are not nested? CSS
Example:
<div class="one">
</div>
<div class="two">
</div>
Let's say I want to change the background color of .two when I :hover over .one, is it possible to do that kind ...
1
vote
2answers
99 views
How to select all divs which have a child of class “test-class”? [duplicate]
How can one select all divs which have a child whose class is "test-class"?
Thx in advance
Wow, this marked as duplicate of Is there a CSS parent selector?. I read that question and this question is ...
2
votes
2answers
88 views
Select an element with class=“”?
Is there a CSS way to select an element that looks like that by class?
<a class="" href="...">
Like a selector for empty class declarations?
Thanks!
-1
votes
3answers
52 views
CSS - How to select nth-child of form element?
I am trying to re-design the registration form of my WP website. I also add some exta fields. I increase the width of <form> container and set <input> field's flow to left. But I want to ...
3
votes
2answers
103 views
CSS selector for general textboxes
Is there a way to select every kind of textbox with a CSS selector to give them all the same width, for instance? By textbox, I simply mean something that the user can type into.
My problem is that ...
-1
votes
4answers
57 views
CSS wild card for complex ID's
If I had a css selector such as #subtab-1, #subtab-2 etc
I could make the wildcard selector as suchdiv[id^='subtab-']
But I cannot figure out how to make a wild card for selectors such as
...
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 { ...
0
votes
3answers
37 views
CSS Rule, Never seen before [duplicate]
Ok, looking at some code in a CSS Stylesheet assigned to a project, I noticed this:
* {
margin: 0px;
padding: 0px;
text-decoration: none;
}
What does this bit do?? What elements does ...
0
votes
2answers
52 views
Howto simplify css rule with multiple class selectors for multiple elements
Is it possible to simplify the following css rule so that I do not have to duplicate the class selector .simpleTable.cellBorders for all elements (td and th)?
.simpleTable.cellBorders td, ...




