Tagged Questions
2
votes
1answer
49 views
CSS Background Position when using :target
Ok so I've done some looking around and couldn't find a good enough answer to this question.
Basically what I'm trying to do is minimize my websites header when a button is clicked.
Heres the CSS: ...
1
vote
1answer
53 views
Target mobile phones
I want to target mobile devices using CSS media queries like this:
@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
...
0
votes
1answer
28 views
Selecting elements that aren't the :target selector?
I'm attempting to make a simple blog style website using one XML, one XSLT, and one CSS.
For that I'd like to have the option to only view one entry from the xml, and I would like to do it without ...
0
votes
2answers
131 views
jQuery how to select children first level div's
I have a little bit problem with targeting some div's without class, situated in table structure:
<table class="blog" cellspacing="0" cellpadding="0">
<tbody>
<tr>
...
-3
votes
3answers
57 views
css :target on children
Suppose we have this html
<div class="a">
<div>...</div>
...
<div id="b">xyz</div>
</div>
<div class="a">
<div>...</div>
...
...
-2
votes
1answer
68 views
jQuery plugin (or similar) to colour the text Google in the same colour as Google logo [closed]
I am looking for a jQuery plugin or something similar that will change the colour of each letter of the word "Google" to match the colour of the Google logo.
So, for example if I have the following ...
0
votes
1answer
39 views
CSS - Another % / px issue
I want my page to be made of two parts : a panel block on the left, and a content block on the right. The page must be stretched to fit the view port, and so must be these two blocks.
Here's the code ...
0
votes
1answer
177 views
CSS3 :target not working?
I have the following code :
<!DOCTYPE html>
<html>
<head>
<title>Void Museum</title>
<meta charset="utf-8">
<style ...
0
votes
0answers
50 views
how do I use :target to transition to another part of a page smoothly [closed]
Trying to use CSS3 :target to smoothly transition from one part of page to another upon clicking a link that redirects to another section on that page. Having issues with this and I think it's ...
1
vote
1answer
113 views
Target specific row in multi-line text?
The original problem is that i need to make a font less italic than the italic font, but still more italic than normal. There is only those two to choose between, but i need something in between, and ...
4
votes
2answers
300 views
Target label in CSS
Is there a possible way to target the label for an input in css3? For example I tried this method -
input[type="text"]:focus label:target {
color:orange !important;
}
Doesn't seem to work, ...
0
votes
1answer
150 views
Target css: Background image Javascript
Hello im trying to target a specific css background image here http://22twenty.com/This/
What i want is the white background to fade out once the text has slide up to give it a cool effect.
I need ...
0
votes
2answers
68 views
Targetting a class with jquery and changing css properties
the way I have my portfolio setup is so that if a potential employer wants to see certain programming language, let's say PHP only, they tick the PHP box, and all the samples with PHP involved will ...
-1
votes
1answer
108 views
Use radio buttons instead :target [closed]
I want to know how make this creation working only with radio buttons.
This is what i create
But with :target you can see some page jumps...
Thanks if someone can help me.
1
vote
2answers
299 views
CSS 3 hide element when :target is set to something else - show when it is blank?
Just trying to see if there is a pure CSS3 solution to this idea I came up with.
Basically, if the user navigates to http://example.com, I'd like to show an element on my page, say <section ...
2
votes
1answer
170 views
“E:target” not working in iframe?
Fix this bug in Chrome 20.0.1115.1 dev-m
I found a bug in chrome20.
Do you know anything about that?
http://jsdo.it/GeckoTang/x9Lo
HTML(http://jsdo.it/GeckoTang/x9Lo)
<iframe ...
1
vote
4answers
117 views
Targeting clicked div with jquery
I have this block of code where when I hover (click for purposes of this example though but ultimately hover) on a particular box I want to target that div with universal jQuery code. I want the image ...
0
votes
4answers
80 views
What is ~ for CSS
I want to know what the ~ is used for in CSS.
e.g.
#confirmPage:target ~ #navigation #confirm-link,
0
votes
1answer
663 views
“jquery-Target has no method .css()”
I'm trying to get the CSS background-color of a div-element I'm clicking on. Now I've tried this (don't think that it needs more code):
...
var onColorClicked = function(color) {
var $target ...
2
votes
1answer
497 views
:target pseudo selector and tabs
So I want to create a tab system using only CSS.
what I have so far works, but I don't know how to make one tab visible by default.
The tabs:
<section class="tabs">
<ul>
...
0
votes
1answer
215 views
what is the correct syntax for onclick in javascript for a <a> tag settings it's attribute “target”
simple div tag that links to something. can't seem to figure how to open the page in a different tab for the onclick attribute
var site_name = 'http://www.somesite.com'
var link = 'location.href='"+ ...
1
vote
2answers
2k views
Using CSS Target to highlight parent div
I'm using Ckeditor in my site to insert articles. The articles usually come from a Word document, and they have footnotes.
With the last Ckeditor build (7125) I've been able to link from the article ...
1
vote
4answers
292 views
Select an Anchor (<a>) and an ID-ed div with the same :target
I'm woking on a project that heavily relies on the :target psuedo-class.
If the <a> tag has a name and that name is the text after the # and there is no other element with an id equal to the ...
9
votes
5answers
6k views
Indenting only the first line of text in a paragraph?
I have several paragraphs that I would like to indent, although only the first lines of these paragraphs.
How would I target just the first lines using CSS or HTML?
10
votes
3answers
5k views
Target elements with multiple classes, within one rule
I have some HTML that would have elements with multiple classes, and I need to assign them within one rule, so that the same classes could be different within different containers. Say I have this in ...
0
votes
3answers
782 views
Using JQuery, how do I target an element with a style attribute in IE?
With JQuery, I am targeting the following:
<li style="margin-left: 15px;">blah<li>
with this code:
$(".block-category-navigation li[style='margin-left: 15px;']").addClass('sub-menu');
...
0
votes
1answer
208 views
Specific elements for CSS :target?
I'm having a problem with nesting :target pseudoclasses. I currently have a section with an anchor inside.
It's working correctly right now, when I click the anchor that links to #Current, it'll ...
1
vote
1answer
187 views
css3 new selectors target on hover
Is there a way in css3 to target a div on hover, so if I have an sturucture like below could I target the divs as direct siblings of the h1?
<h1>item1</h1>
<div>this is the ...
-1
votes
3answers
424 views
Target IE in the CSS code
I know how to target IE, but that's only in HTML (which means I need to create another CSS file for IE bugs). Is their anyway, how I can implement the fixes in the same CSS file. This mean I target IE ...
7
votes
1answer
17k views
Can you target Google Chrome? (Yes, you can)
I need to position this update button on www.euroworker.no/order (you'll have to add an item to the cart, use the Kjøp button to add and Handlevogn to view the cart). Works in FF and IE. (Although ...
7
votes
11answers
8k views
Create a W3C validated anchor link with target=“_blank”
I have the following piece of HTML that creates a new window when clicked:
<a href="/path/to/site" target="_blank">glide by the people</a>
Problem is that it does not pass the W3C ...
