rodolpheb
-
Statistics mobile internet users
Thanks @TheDoc. I thought it was easier to find these datas, at least an overview like: how many mobile (cell and/or tablet) users surf on the internet.
-
Statistics mobile internet users
Thank you @BenWalker for being helpful, I now have a bunch of things to study. Depends a lot on where each report gets it's data from. I totally agree, that's the reason why I posted this thread. I actually need to find sources I can…
-
Statistics mobile internet users
Thanks @BenWalker. I need these information to complete some answers about mobile devices. Here's my point: regarding the links that @unasAquila kindly sent the data aren't exactly identical. For example android's data are between 37…
-
Statistics mobile internet users
I've found this survey. The information of this link seems barely believable : http://www.dailytimes.com.pk/default.asp?page=2013\05\05\story_5-5-2013_pg5_9
-
Re-creating a navigation. How to disable an animation when another class is added.
Hi, after that you'll need a tiny javascript script to highlight the current page.
-
Finding a bookmarking tool
When I sign up with Twitter (which is the only way) my password and/or login aren't recognized.
-
Finding a bookmarking tool
Thanks and sorry for not being more precise. I'm a little bit confused to formulate my question. @chrisburton : I'd already tried this site but an error occurred after I logged in. @Paulie_D: I'll try it.
-
Finding a bookmarking tool
Sorry, I wasn't precise enough. Actually I'm looking for something more performant than the default bookmark tool of my browser, like Iceber.gs which could allow me to organize and classify all my bookmarks (links, images, texts....) whose…
-
Creating a zigzag line for a border
Hi, I've found this: http://codepen.io/joeyhoer/pen/EraAu
-
live icons
Thanks @siouxfan45 but if you take a look at the link I sent you'll see that I'm looking for animated icon fonts.
-
2 100% columms + sticky footer
There is a little problem with the background image of the wrapper which doesn't fit correctly, it overflows on the right (on Mac Safari). My guess is that you'll be struggling for a while. Why don't you remove this image and use a C…
-
Fixing simple drop-down menu
So you can try the first link....
-
Fixing simple drop-down menu
Hi, here are two tutorials with and without Jquery. hope it might help. http://cssmenumaker.com/blog/flat-dropdown-menu-tutorial http://codepen.io/Alhadis/pen/FsEjz
-
Background overflowed..........plz help
Hi, do you mean using text zoom? Global zoom is most commonly used and text zoom is not really obvious to set in modern browsers. The UL could have his width set to 100%.
-
Help with CSS drop down menu
Just like that: #nav ul { display: none; } #nav li:hover ul { display:block; }
-
One div doesn't float left
the problem is created by the H2 which height makes the floating complicated. Try either solution below: h2{ font-weight:normal; padding-bottom:10px; width:200px; overflow: hidden; white-space:nowrap; text-overflow: ellipsis;} h2 { width:300…
-
One div doesn't float left
Hi you can use table and table-cell by creating two DIV (box) in the container: http://codepen.io/rodolpheb/pen/kIyGh works with IE8: http://caniuse.com/css-table
-
Thoughts on design and copy
This conversation is very interesting. When I first read the part on the typo I immediately thought about dyslexia. @croydon86 pointed it out very well. Ten to fifteen percent of the US population has dyslexia according The Dyslexia Research In…
-
Apply background color to every 1+2 and 3+4 on hover
@wolfcry911 : nice work ;)
-
2 100% columms + sticky footer
Ok, try this : set to the #site_content --> height: calc(100% - 220px); (don't forget to prefix and choose the right value instead of 220px) codepen
-
2 100% columms + sticky footer
Hi, it works with: height:100% in #site_content and remove height:auto in wrapper.
-
Animate :before pseudo class?
I have the same issue on Safari. Try this without the pseudo-element by adding a SPAN (edit: as you said). http://codepen.io/rodolpheb/pen/sjivh
-
Guesses about :not
@Paulie_D: thanx for searching. @SgtLegend : thanx, exactly what I was looking for. @CrocoDillon : I agree with you...
-
How to Make Multiple Columns
On your example: - with the universal margin set to 0, - and with the margin-top: 0 from the p tag removed it works. Try without using Codepen. :)
-
How to Make Multiple Columns
Actually the universal selector works (just not on Codepen). I've tested it on Safari, Chrome, Opera, Firefox (Mac)
-
How to Make Multiple Columns
Great example @Paulie_D. I think you missed "column" in front of "gap".
-
What do you suggest?
I can't see any of your links either. Don't you take the problem from the wrong angle?
-
Media Queries for Standard Devices still up to date on this Site?
Thanx Chris, I totally agree.