Vermaas
-
Browser detection
You could take a look at this: http://www.quirksmode.org/js/detect.html. But jQuery will do the job too: http://api.jquery.com/jQuery.browser/
-
Border + border-radius = problems in Safari
Strange.. This is what I see: http://cl.ly/image/0X2q3r1B1V2s I've only got this issue on Safari (latest).
-
Border + border-radius = problems in Safari
Check this pen out: http://codepen.io/stefanvermaas/pen/tKaxy In this pen you see that the right side of the block element has an extra stripe. At least.. I do.. If you add a border with 2 pixels, the problem is solved. Seen this on many website…
-
Looking for Current Cross Browser Solution - Copy and Paste with Javascript / Jquery -
With this information we can't help.
-
inset shadow in ie9
@manojnaanak: You could try: http://css3pie.com/ But ask yourself the question: do you need support for IE8 for things like IE8?
-
Feedback on a design
Cool! And I please don't use basketballs as bullet points! :) Good luck!
-
Feedback on a design
A logo shouldn't be the only brand identity on a website. It's true that there're a lot of website out there without a real identity, but that doesn't say you have to follow them. Can you replace the logo of MailChimp or Treehou…
-
Feedback on a design
Hi @Watson90, I think the design is pretty nice. I've only got one comment on this design: if you remove the logo of the website, this design can be used on every other website. If I were you, I would rethink the whole design. Sorry too say t…
-
inset shadow in ie9
IE9 supports box-shadow (unprefixed). So: div { box-shadow: inset 0 0 7px #000; }
-
Breaking lines into multiple lines
For those who are interested: I finally found a way (without any JS) to make this concept work: http://codepen.io/stefanvermaas/pen/mFKie
-
Calling a string in a link
This will do the trick: Don't know why the markup of this is so shit. But copy it in your code and make it look more nice.
-
Responsive Web Design: When to use px vs. % on margins and padding?
Check this definition: https://github.com/csswizardry/CSS-Guidelines#layout I think this guy is right. An element should never contain a height property. Only when it's predefined (like an icon or a picture that needs a particular height). Th…
-
Breaking lines into multiple lines
Yeah that was the one I was talking about! But... Chris uses a to break the content. I haven't that ability, because it will be auto-generated with WP and it will be based on a title of a article.. I want to break the line, when the surround…
-
Breaking lines into multiple lines
Hi @Paulie_D, thanks for the info. Didn't knew about this feature (off course not otherwise I wouldn't ask :P). It might be a solution in the future, but I'm hoping someone has a more bulletproof way of doing this. I know i've s…
-
How better to use?
@ChristopherBurton: why don't you do that the first time? Ontopic: second approach
-
-webkit-transform: scale() not scaling larger than 1.0
I'm using Chrome on Mac, but it seems to me that they're waaaayyyy to big: in other words: it's just works fine.
-
click function not working
This is maybe more bulletproof : http://jsfiddle.net/qLUHy/1/
-
Why is Margin-top causing the background of a parent div to move down?
Because you didn't use a float: left on the #main div
-
Help! jQuery animate function blows up after second loop!
I've tried everything several times now, and it just seems to work fine now. I can't reproduce your problem. Maybe tell us which browser you're having this problem?
-
Div Replacement Menu Without Javascript
Just one man's opinion: http://www.html-faq.com/htmlframes/?framesareevil (but there're more out there). And I agree with Senff about the javascript part. I like javascript a lot, and can't see why you don't like it, so I would …
-
Register and call jQuery scripts in WordPress
Nope, won't work, because you try to put it into get_header. That's a wrong hook. Try wp_head (or like I prefer) wp_footer. That should work.
-
Div Replacement Menu Without Javascript
Wow cowboy stop! No frames :) They are horrible. What kind of website it is? Is it just HTML? And this could be the PHP code: But you should really read you in to PHP before using any of this. Why can't you use javascript BTW?
-
How to take a huge screenshot of a website - responsive images (for retina)
Go check out a cinema display in the Apple store, make a screen and send it to yourself? :) Otherwise you can post the link to the website here and someone with a big screen (not me) can make the screenshot for you?
-
Register and call jQuery scripts in WordPress
function load_js() { wp_enqueue_script( 'myprefix_js', bloginfo('template_directory') . '/js/my-js.js'); } add_action('wp_footer', 'load_js'); This should do the trick. Worked always for me. You co…
-
Rotate Content Every Refresh
Do you use WordPress? If you do, you could look into this: http://codex.wordpress.org/Class_Reference/WP_Query (random query)
-
filterable gallery with pagination?
Wanna build one yourself or using one? This is a nice one to use: http://isotope.metafizzy.co/
-
Div Replacement Menu Without Javascript
Why not try this with PHP or so. It is possible with CSS, but in a very "hacky/ugly" (and not bulletproof) way. Might wanna do something like this:
-
Animated show and hide within a show and hide?
As you can read in the documentation of slideToggle, you've got a callback. You can use a callback to have an effect in and effect. So let's say you want to slideToggle the main div and want the div within that div to be shown with the jQ…
-
hover one link to change multiple divs
Here you've got a start: http://codepen.io/anon/pen/bucjw It's not bulletproof, but it's a start.
-
CSS Trick V10 - New Design discussion
I miss the frog... :( It's a style I haven't seen before, looks like a mix and I'm not blown away by it.. I love the old own, sorry Chris..