Rugg
-
How do I link to a PDF file?
You can simply link to the file path in your href tag. Be sure to include the PDF file on your server… Download PDF
-
Issue with jQuery slideToggle 'display: none'
@podders Hey there…that seemed to correct the issue. Thank you for the help and patience.
-
Issue with jQuery slideToggle 'display: none'
@podders I'm using Safari Essentially…when I hit the break point, the Nav div (yellow) remains open for a split second and then closes automatically as a result of the breakpoint triggering the first animation. Is there anyway for the Nav di…
-
Issue with jQuery slideToggle 'display: none'
@podders Thank you for the suggestions and help. I had a feeling that css transitions could do the trick, just couldn't figure it out on my own. Out of curiosity…I noticed upon entering the 768px breakpoint, the Nav div remains open for the du…
-
Issue with jQuery slideToggle 'display: none'
@podders Your example corrects the issue, but it seems to lose the sliding animation from slideToggle. What would you recommend for keeping the sliding animation? ALSO: I attempted to combine my original code with your update. Essentially using a …
-
JQuery animate() function
Try adding a duration to the animations. For example… $("#resizer").click(function(){ if($("#slider").height()=='300') { $("#slider").animate({height:'650'}, 600); $(&quo…
-
Center 2 DIVS side by side in wrapper?
@noahgelman your pen seemed to be the same as posted above…I'm assuming this is what you were referring to… http://codepen.io/anon/pen/CGwgn
-
Center 2 DIVS side by side in wrapper?
@codegraphics Awesome… and thank you
-
CSS transition only for transform:scale ?
@crocoDillon I actually attempted that earlier and it failed to correct the issue, but I just tried it again…adding browser prefixes and it works as it should. Thanks for the suggestion!
-
Combing two :hover classes?
Thanks for the suggestions! I like to work with raw css, but perhaps I'll dive into something like SASS in the future…
-
Delay .addClass with jQuery?
@eldeeff Great…thanks for suggestion.
-
Minified VS. Packed Javascript?
@merri Thank you for the information!
-
Cleaner method for writing this code?
@CrocoDillon Hey…thanks for the suggestions. I think your first example is the most appropriate for what I'm after.
-
Cleaner method for writing this code?
Update #2 I've re-written the code slightly…using setTimeout for animation 2 and 3. The syntax of animation 1, while valid, still seems redundant though. Is there a better practice for simplifying the syntax…or is it fine the way it is? Examp…
-
Cleaner method for writing this code?
Update I've added two new animations, with a total of three working in unison. The code seems redundant…I'm thinking there must be a solution for simplifying / chaining it together. Example: http://jsfiddle.net/MvQsT/89/ Any help is app…
-
Looking for this…
@thedoc Hey thanks for the suggestion. Think I may have found what I need. I came across the Unslider this morning and it seems to fit the bill. I'm having issues though trying to make it 100% width. Essentially I want to keep the slides a fix…
-
Inset border with box-shadow -- extra top space?
@paulie_d thanks! EDIT: I'm looking for something similar to the posted article, but for html5 and jquery. Do you have any recommendations?
-
Inset border with box-shadow -- extra top space?
@wolfcry911 I see now. Please excuse my ignorance, but can you please explain what the following is called and generally used for? Thanks div~div { }
-
Inset border with box-shadow -- extra top space?
@wolfcry911 I'm not picking up what you're throwing down. Would you mind posting an updated working sample please?
-
best way to do crossbrowser testing.
Here is a nice tool... http://browsertap.com/
-
Inset border with box-shadow -- extra top space?
@crocodillon They do look similar…but there is a slight difference. The example without display: table has an inset border, while the example with display: table does not. The Inset border is the desired output.
-
Inset border with box-shadow -- extra top space?
@wolfcry911 Still doesn't correct anything. I think the problem now depends on the display: table
-
Inset border with box-shadow -- extra top space?
@nordstromdesign I've partially found a solution using your method, but it only works when I remove display: table. Unfortunately I need to keep display: table because other elements (not shown) use disply: table-cell and depend on the parent.…
-
Inset border with box-shadow -- extra top space?
@nordstromdesign Thanks for the reply…your approach doesn't seem to solve the problem though. If you remove the margin-bottom in your example…we end up with the same result. In the case of my example, there should be no margin. Example Update…
-
Difference between Display: table and Display: table-cell?
@paulie_d Great! Thanks for the resource.
-
Styling i and em tags?
@thedoc Awesome…will certainly have a read. Thanks
-
Styling i and em tags?
Great. Thanks for the help. EDIT on the same topic… which of the two tags is better suited for simply make text italic. I would assume the i tag…right?
-
Hide ios Safari search/URL bar?
@crocodillon Thank you. I was hoping it could be accomplished with a simple meta tag. Awesome!
-
Creating Designs without Photoshop
Interesting article and discussion about this can be read here… Article http://blog.mengto.com/sketch-vs-photoshop/ Discussion https://news.layervault.com/stories/1022-sketch-vs-photoshop