Tagged Questions
CSS (Cascading Style Sheets) is a language used to control the visual presentation of HTML and XML documents including (but not limited to) colors, layout and fonts.
0
votes
0answers
9 views
how can i add a time to display an input button
hi i made a login page and when you click on login it displays the progress.thats exactly what i want but sometimes it takes too much time to respond and login so i made a button to go back but it is ...
0
votes
0answers
2 views
CarouFredSel with absolute positioned div
I have problem with CarouFredSel when I need click on some item and change it to another content with longer height as CarouFredSels height. Problem is in overflow which need CarouFredSel for his work ...
0
votes
1answer
16 views
use width inside of calc
I am trying to do something like this:
.my-style {
width: 50px;
margin-left: calc(50% - calc(width / 2));
}
Later I am changing the width to 90px and I want the margin grow accordingly.
It ...
1
vote
1answer
15 views
Making my dropdown 'drop up' with jQuery, HTML & CSS
So I hit a problem earlier - my dropdown of options hits the bottom of the page and doesn't then show, so basically all I need to do is make it 'drop up'...
It's from a comic site, but it's hosted ...
1
vote
2answers
20 views
div under div - dont no how to do this
I have block in my site and i want to do something like that:
http://s13.postimg.org/6ue9a8bfr/Untitled_3.png
but what happens to me is this:
http://s15.postimg.org/derz2m8h7/image.png
this is my ...
1
vote
0answers
19 views
CSS patio layout
I'm creating a patio layout with tiles (hurray tiles!) which allows for random sizes intermingled. To do this I just have a load of <article>'s which I float left and they naturally fall into ...
0
votes
2answers
17 views
remove border on :first-child
I'm trying to remove the border with the first child pseudo but I cant get it to work.
this is the class im working with
.main:not(.home-page) > section article h2 {
margin-top: 1em;
...
2
votes
1answer
6 views
online converted eot file doesn 't work
I have converted 'Helvetica Neue Bold' ttf to eot online.. but it donesn't work in ie8 and below..
I have used this font face
@font-face {
font-family: 'HelveticaNeueBold';
src: ...
0
votes
1answer
3 views
Top Drawer Navigation Menu Toggle push content down and display active links
I am having issues creating a top drawer navigation menu for a mobile. I am looking at doing something similar to the navigation menu used in the Google+ iPhone app.
When clicked on I want the menu ...
0
votes
3answers
35 views
How to remove pipe separator of the first list item on the line?
I have a pipe list that stretches out to multiple lines. Using jquery how can I remove the list separator for the first element on each line.
Like this:
Red | Green | Blue
Purple | Black | White
...
-3
votes
0answers
14 views
What languages/tools should I use to build a web game where I can detect clicks to any word of text on a specific web page? [on hold]
I have an idea for a game; it will involve nesting a website (for example, Wikipedia) within my website and asking the user to find a specific word or phrase on that particular webpage (sort of like I ...
0
votes
1answer
51 views
How can I keep active state when clicking link
I know an active element is when you click the link. Is there anyway to carry the active state across to the next page.
Is there anyway to do it via javascript so it removes an active state and adds ...
0
votes
5answers
28 views
jQuery find id by CSS Class
I'm new to jQuery. I assume this was asked hundred of times, but I couldn't find an answer.
I have a page in dotnetnuke in which I know the CSS Class but I need the element ID.
In this case I know ...
0
votes
0answers
18 views
Responsive Break Points
I have created a website which is 1020 pixels wide and centred to the browser window and would like to make it a responsive design.
I would like to know what are the most common css media queries ...
0
votes
0answers
9 views
skrollr transform from bottom left
I'm using skrollr to animate the scale of some svg elements. The problem is I'd like to animate them expanding from a bottom left position, but instead they are animating from the top left (default ...