ChrisP
-
Changing imgs by "a:hover". Help!
Ahh, I see..I just remembered seeing it in the forums
-
Changing imgs by "a:hover". Help!
@CrocoDillon, you're right..they aren't that bad at some things, but I'd hate to see someone learning use it as their go-to resource for everything and then get misinformed from one of their several inaccuracies.. Here's @HugoGi…
-
Another Media Queries question
a lot more style sheets that's not good..I think that might be your culprit too. But in all seriousness, without providing a link, nobody will be able to help you very much.
-
css pseudoclass selector
.toggle-default:nth-child(2) .toggle_title
-
Header Feedback
aaaahhhhh my bad @chrisburton, I like Option 2 in that case, it seems more complete since it matches the bottom border.
-
Header Feedback
no difference between 2 & 3, but I like the smaller header better..so option 2 & 3
-
New CSS3 Menu
@mwbcomputers, well, you could copy your relevant html output into a pen.. It's much easier to help when there's something to look at..a live link would help as well.
-
New CSS3 Menu
transition-duration: 3000s; And a transition that lasts almost an hour...
-
Link and img with an :after
I think pointer-events: none; on your pseudo-element should do the trick.
-
Minor help with HTML
@colette, I'm sorry, but is there something missing from your post? I don't see what you're asking about..
-
How to make arrows move left, right, up using margin or padding
@Antone1, transitions for pseudo-elements is severely lacking...only FF right now I believe, so if you want the transition, you won't be able to use pseudo-elements
-
Noob needing help with blog masonry blog.
http://codex.wordpress.org/The_Loop
-
Just switched from PC to Mac, what code editor is best?
Sketch for design Sublime Text 2 for text editor Codekit for Compass/SASS compiler
-
Mobile auto width not working on some pages.
@svoltmer, then use 100% width, border-box, and 10px padding. box-sizing: border-box; includes padding when determining the width of the element
-
could you explaing the following CSS semantics?
@imhotep, it's for specificity, it means: target li elements whose parent is a ul element, whose parent is an li element, whose parent is a ul with a class of widgets whose parent is an element with an ID of leftnav
-
Responsive paragraph+image within flexslider
@catfood, I've never worked with flex slider, but the principle should still be the same, just instead of .wrapper container from @Paulie_D's pen, put the content in the licontainer for the slide that you're trying to do this in.. I d…
-
Responsive paragraph
@catfood, it's a basic media query to change the behavior of the image at a specific screensize. http://codepen.io/ChrisPlz/pen/Afjmc
-
Border around css-generated trapezoid
pseudo element http://codepen.io/ChrisPlz/pen/vjkeq The math isn't right for a 1px border, but the principle is there.
-
responsive body background photo
also, what would be the perfect size for the photo itself. I am ow using 2800px x 1365 I would really appreciate any help any of you talented people can give me. I thank you in advance Ideally, you should use optimized images, and images sized …
-
How to make site width adjust to screen size
you mean max-width? max-width defines the largest the wrapper can be, in your case, 1400px, where width defines the size, so 100% means fill the page, unless the page is larger than 1400px..in which case, it stops growing there.
-
How to make site width adjust to screen size
@greenhoe .wrapper { width: 90%; //Or whatever number you desire, as long as it's a percentage max-width: 1400px; } looks like mashable uses 100%, where css-tricks uses 96%
-
Style svg?
Oh, I see..I was trying to use SCSS, force of habit for CodePen these days.
-
Style svg?
@Paulie_D, no hover though? I can't seem to figure it out, I've been trying on both of your pens...I have no experience with SVG though
-
Style svg?
@wragen22, you'd have to create an element, I believe. I could be wrong though, as I haven't really used SVG much https://developer.mozilla.org/en-US/docs/SVG/Element err...beat me to it
-
Multiple Pages, 1 CSS File
@hannon33, try giving .mp3 a width in the css too.
-
Multiple Pages, 1 CSS File
He's writing up a post now and will be posting it here soon, I bet. lol