Oskar
-
How to achieve this border on paragraphs?
Not entirely solved, I can't seem to find a way to decrease the distance with negative padding, relative positioning and line-height. Increasing it works fine tho.
-
How to achieve this border on paragraphs?
Working with an extra span, line-height and padding-bottom seems to do the job. @mottie, no - not necessarily a big thing, but you know… the details ;-) Thanks all of you!
-
List item content misbehaving
Quick, easy solution is to float column1 to the left.
-
Border-image problem
Thank you. I got a bit further with a 21x21px image with borders all the way around looking like this: http://cl.ly/4RsR/Screen_shot_2011-02-08_at_5.14.49_PM.png However, I cannot get the middle parts to work. border: 1px solid; border-image: url(b…
-
Vertical, looping news ticker?
Aye, it's for jQuery. And it's for an 42" monitor hanging on a wall :) That demo shows most of what I'd like to do but can't really use that technique, since it relies on absolute positioning and doesn't scroll continu…
-
Vertical, looping news ticker?
Sorry, I should have expressed myself more clearly. What I need is ideas to how this could be solved. I think I should be able to code most of it myself once I get the idea. Let's take a simple unordered list as example. It needs to: - Contin…
-
Maxlength textarea
I've found a little glitch, the expression matches [tag]four[/tag] just fine (as 4 chars), but [url=someurlhere]test[url] fails. I've tried some things but none are working for me. Is there a simple fix? As most others I'm not too fo…
-
Maxlength textarea
Justin, that worked wonders! Thank you very very much :)
-
jQuery dog-ear?
That is the exact page I had forgotten. Thanks a bunch. Now if we could only make it curl back automatically ;-)
-
jQuery dog-ear?
Not sure dog-ear is the right English expression so here's a picture of it. I'd like to be able to draaaaag it, thereby revealing something else beneath it. http://lyf.dk/u/dogear.png
-
100% height again
Hm, just found this: div { min-height: 100% } and two nested divs The result is that inner div is not 100% of body. The reason is because 'height' is not explicitly defined for the outer div, so the percentage in the inner is calcu…
-
Dom traversion: find "," ??
Aha, that was what I was afraid of. I ended up using your method with $(this).next().fadeOut(); Works fine. Thank you! Now I've got a sweet ass module for clicking tags to posts ;-)
-
Difference between 'a:link' and just 'a'
Thanks all. I just discovered these posts by Eric Meyer. It's definitely worth a read. Link Specificity, Ordering the Link States and Who Ordered the Link States?
-
How to overlap floats?
Indeed, that way there wouldn't be any problems and it could very well be the solution to this problem. However, now I'm getting frustrated/annoyed I can't achieve an uneven header. But thanks :)
-
Difference between 'a:link' and just 'a'
Alright, thank you for clearing it up for me, Jonz.