matt_sanford
-
!doctype is screwing with my animations!
@pmac627 @Paulie_D okay so. Nothing was wrong with the animations. we established the problem lied with the inclusion of the doctype for some ridiculous reason. So for the sake of exhausting every option. I actually created a php variable to echo th…
-
!doctype is screwing with my animations!
I have singled the problem down to when is declared, the animations stop working as they are supposed to in all browsers
-
What are you listening to while you code?
I listen to dubstep a lot.
-
!doctype is screwing with my animations!
@pmac627 The blacktored animation was because I couldn't get the marginslide animation to work in moz. The only other transition i have for -webkit is one that is only possible in -webkit. (-webkit-filters.) It is my way of encouraging people t…
-
!doctype is screwing with my animations!
That is odd... Anyway. Called the right animation this time and moved @keyframes below the others. @Paulie_D
-
!doctype is screwing with my animations!
Here is a link to the site
-
What the what AnythingSlider?!
@Paulie_D Thanks! Why does it behave that way when it isn't cleared?
-
AnythingSlider implementation.
@Mottie Thanks will do!
-
AnythingSlider implementation.
Up and running! How much customization is there as far as changing the forward and back control buttons to fit my site "style" ?
-
AnythingSlider implementation.
@Mottie definitely missed that.
-
AnythingSlider implementation.
@JoniGiuro I am just trying to get the "main demo" into my page. I am not as experienced so navigating the code and picking out what is necessary is a bit of a challenge for me. Basically, I just need to know what i need to put into my sou…
-
IE Inline-block fix/hack
@antwon would i need to do this for all inline-block level elements? (float left and set display to block)
-
IE Inline-block fix/hack
sidebar-left and #main are suppose to be right next to each other, but instead #main starts at the bottom of #sidebar-left @Paulie-D
-
Media Queries for desktop and iPad
I use @media all (max: width) and it works out just fine for my site.
-
Media Queries for desktop and iPad
can we have a link to the site?
-
Slider Transitions Only Work if CSS is Applied In-Line
You forgot to add prefixes. (-webkit-transform, -moz-transform, -o-transform etc..) line 54 and 25.
-
IE Inline-block fix/hack
Well i for one have not seen it for myself but i have gotten complaints from users that when using IE(6+) that things aren't placed where they are suppose to. So if you have internet explorer and ay other browser you will be able to see it. www…
-
CSS Round Corners Problem
Is there a reason that you have two overlaying navigation bars?
-
Slider Transitions Only Work if CSS is Applied In-Line
link to site?
-
Facebook open graph issues
@John i tweaked my code a little bit to see if it would make a difference but I still could be wrong. www.foursquaresumiteast.org
-
Css animations
@Paulie_D http://codepen.io/MattSanford/full/CBFfp
-
Css animations
@HugoGiraudel I tried that but it didn't effect anything.
-
Css animations
I just copy and pasted the link to where it said to. I don't know what happened.
-
Best practices for common css statements
If you aren't using SASS, then the best way to do it is to make a class for rounded borders then just apply that to whatever element you want. The less code you have to write means page load times are improved and it is more semantic and clean.
-
Media Queries Problems
Well I am working on that but for now I just need a quick fix while I work on it. @Paulie_D
-
Centering a bunch of elements inside a div
Well now i am perturbed by this issue. Here is my latest idea: .ContentWell{ padding:0; } .content{ text-align: center; padding: 4%; } .projectTiles{ float: none; }