shavenraver
-
JQuery - need to target iframe with src="vimeo"
That's great. Job done. I'm new to this, but having seen the tutorial on attribute selectors a couple of weeks ago that makes sense Thanks
-
CSS-Tricks - wordpress pages posts etc
Well, I've just been watching Chris's video on custom fields and he's running a loop on pages, so I guessed wrong... pages can be part of the loop
-
CSS-Tricks - wordpress pages posts etc
Thanks Guys, I'm new to wordpress but the more I learn about it the more I get the sense that the lines between pages and posts have been blurred with each update. I mean, I'm not certain, but I would think you could style and target pos…
-
CSS-Tricks - wordpress pages posts etc
I guess so Do you think the screencast number is automatically generated? If so, do you have any idea how this might be done? Cheers
-
CSS-Tricks - wordpress pages posts etc
Sorry to bump, but i"m sure people have opinions on this Thanks
-
Target with CSS all h2 EXCEPT first one on a page
You could try :nth-of-type(N) Read about it here H2:nth-of-type(2) {...your styling...}
-
Using Behaviors with CSS
There are 2 methods that I have used... CSS and JQuery... and I'm a noob too, so they're not too taxing Use the search function to look up "psuedo elements" for pure CSS only animation
-
CSS-Tricks - wordpress pages posts etc
Ha ha - one comment, user deleted.
-
iPad Horizontal Scrolling
It works with 2-finger scrolling (albeit not-exactly-smoothly). Is there no way indicate to the user that this is possible? I didn't even know myself till I looked up the problem Otherwise you could set the with of the page to encompass all …
-
Soundcloud alternative content
Well I did find some info on using a JS plugin to style the soundcloud flash element. Clever stuff. And it's supposed to work on the iPhone etc, but it doesn't JPlayer seems to be the way forward though Is there a way to display JPlayer …
-
Making divs "movable"
I think Chris Coyier does something like what you're describing on this very site. Resize this page. Out wide the Search box is inline with the tabs... slightly narrower it drops down.... narrower still and the tabs get thinner.... until fin…
-
hoverflow/jquery animation question
ok - fixed it by adding 'padding-left'
-
background image - overflow puzzle
Yeah - it seems fine. May be I should just leave it like this and move on. The reason for the 15% is that there are other elements that have different relationships with the wrap div. Thanks very much for your time.
-
background image - overflow puzzle
Thanks wolfcry - that works fine. It would be nice to get it "right" though. I don't have a problem with starting again with this. Could someone be kind enough to suggest a better way to construct this?
-
background image - overflow puzzle
The black. The tan area will be a repeated background image - it's tan for illustration purposes. re:ps -Yeah - theHeader is certainly surplus. But there is stuff in the markup I've deliberately taken out of the CSS. @noahgelman - You…
-
background image - overflow puzzle
Sorry - have this too :) Markup …
-
Feedback of my new website
I'll PM with my details - that'll be better
-
Feedback of my new website
Simple and effective. EXACTLY what a showreel website ought to be One criticism though... .... I think the logo.png has some aliasing issues. Probably doesn't need to be png either. jpg with white background would be smaller. Small thing thou…
-
Novice needing info on layout
Ha ha - A question would be nice I guess, yeah Yes, the (horrible) pattern would be "letterboxed" along with the rest of the header image. However, I've sorted this out. Since my OP I've managed to accomplish what I wanted: T…