Eric
-
Mobile Safari (iphone) issue with position: fixed - content running over the top?
That's just how iPhone works in afraid
-
What is the best way of clearing floats in css?
This is word. Overflow hidden is the best. In rare cases it can't be used use how rosspemen showed. If you want to support ie6 and 7 then just use the full clearfix
-
Moving Sticky pad
Here is how. Took me forever to find http://shoogledesigns.com/blog/blog/2010/07/05/create-a-flying-superhero-with-a-jquery-loop-animation/
-
@-webkit-keyframes Not Working on Safari
Safari needs the name to come first. Here is how I did it in short hand http://www.visibilityinherit.com/code/css3-blinking-image-with-keyframes.php
-
whoa google chrome has crashed. relaunch now
Right click the .exe and add --no-sandbox to the end of the shortcut path. Put a space between the path and sandbox
-
Which font sizing is best? EM vs PX vs %
I use px now that ie6/7 are dead to me.
-
Annoying issue with IE / Opacity settings - probably a simple fix...
I understand :) I dont see everything when on my phone either. Which is most of the time.
-
Annoying issue with IE / Opacity settings - probably a simple fix...
I swear all you guys just skip right over the text. Thats the whole point. There is a ie faallback
-
Annoying issue with IE / Opacity settings - probably a simple fix...
like this http://www.visibilityinherit.com/code/modern-css-opacity.php
-
IE7 misplacing child list when wider than parent.
For years I made it my mission to make ie6/7 behave exactly like modern. I have to say, I recently considered them dead, and it is liberating.
-
How to load CSS using javescript
Paulie no I'm saying I believe media all is default. So if you exclude media all it will still target all. Kiddo. My link explains why it's good. But I guess it comes down to what your using it for. From the sounds of it I guess media que…
-
How to overflow the item's shadow?
If you don't care about ie6 and 7 this is all you need for clearfix .contain:after { content:''; display:block; clear:both; } I usually use overflow hidden. But on my new site I'm making a couple browsers wrongly clipped a fix…
-
How to load CSS using javescript
so you could just say media="() and ()
-
How to load CSS using javescript
@Paulie_D default is all correct?
-
Import external stylesheet into iframe
You can do it if you own the iframe.
-
How to overflow the item's shadow?
Ahh. Never even looked at 960.
-
How to load CSS using javescript
I disagree using css is many ways better. Here are 7 clean ways to do it. FYI the last one is the best http://www.visibilityinherit.com/code/add-css-with-javascript.php
-
How to overflow the item's shadow?
I don't know. I know putting padding on any of my layouts breaks nothing
-
How to overflow the item's shadow?
put a little padding on your container
-
Does IE9 support color:transparent and li:nth-child(1)?
@hugoGiraudel cool thank you
-
Does IE9 support color:transparent and li:nth-child(1)?
I couldnt find it either. And dont have ie9 to test. Still on a stupid XP
-
Quoting for re-coding websites that you did not make
I look at the code. The last three times I'ved passed. Such a total mess I'd like have to learn a new language just to figure it out.
-
WHICH BETTER? - blog.[domain].com or [domain]/blog.com ?
I obsessed over this question longer than any one person should. I chose site/blog for better seo reasons. If you read every single article on the web on the subject as I did, you will find its about a 70/30 split. 70% saying site/blog and 30% sayin…
-
Opacity / Opaque issues - trying to make child elements opaque / solid!
I started arguing back but then erased it. No probs. No frustration. :)
-
Opacity / Opaque issues - trying to make child elements opaque / solid!
Here is a very detailed explanation. http://www.visibilityinherit.com/code/css-opacity.php
-
Opacity / Opaque issues - trying to make child elements opaque / solid!
There is no explanation needed. It's 4 lines of code.
-
Load opening photo gallery faster - OR - implement 'LOADING' icon.
I'm a css fucking guro. But I still have to stare at my computer dumb founded all the time. Find the error
-
Load opening photo gallery faster - OR - implement 'LOADING' icon.
When that happens to me I copy the exact demo. Have it working locally. And find my error