cnwtx
-
What we want Chris to screencast on
I'd like to see more on designing wordpress themes. P.S. It's spelled c-o-l-o-r-s. :)
-
css-tricks.com layout
Here's the article that ccc630 mentioned: http://css-tricks.com/css-media-queries/
-
Add url path with CSS
If I understand you correctly, no. You could do it with a background in your css, though, like this:background:("path/to/image.jpg") no-repeat;Could you clarify what you want?
-
Starting PHP
I've used this site a lot: http://www.tizag.com/phpT/ They have very good tutorials for most problems a beginner is going to have.
-
Hello my name is....
I just took a CLEP test to be able to get credit for an IT-related class in college, and almost everything in the test was at least 10 years out of date. So, I'm not sure it's possible to learn much of any IT/web design related stuff from …
-
alt and title attributes - HELP!
It's happened to me too, and I'm 15. I would do it like Sir Hompimpa did it. :)
-
Hello my name is....
Howdy y'all, I'm Cliff White, from from the great state of Texas, as you've probably guessed from my icon, and last two letters of my username... I'm a home-schooled high school sophomore. I first got into web design about a year…
-
How to Remove Title from just the thumbnail when rolled over
Now that I've said that, this is probably exactly what you want: http://css-tricks.com/a-really-nice-way-to-handle-popup-information/
-
How to Remove Title from just the thumbnail when rolled over
Wait a minute. . . title="{display:block;}" shouldn't work. What you want is something like this: Info about image, etc. And then in you css file you'll want something like this:div.title {display:none;} img.artworkImages:ho…
-
How to Remove Title from just the thumbnail when rolled over
First of all, we're not getting tired of you, and you're always welcome here! Secondly, You might try something like this: http://css-tricks.com/bubble-point-tooltips-with-css3-jquery/ Personally, I'd skip the title attrib completely …
-
CSS Transform Skew One Side with RGBA
Believe it or not, there is actually quite a bit better support for :before than for skew. See here: http://caniuse.com/css-gencontent and here: http://caniuse.com/transforms2d
-
CSS Transform Skew One Side with RGBA
Can you explain what don't understand? Is this more like what you want: http://jsfiddle.net/djuKm/
-
CSS Transform Skew One Side with RGBA
Hmmm... The one that I made doesn't allow for transparency through the angled area. See here: http://jsfiddle.net/Hfkk7/4/ Here's one that might work better for what you want: http://jsfiddle.net/Hfkk7/5/
-
CSS Transform Skew One Side with RGBA
Here's one that uses a pseudo-element to add the angle, but I'm sure it's possible with a transform.
-
CSS Media Query Issue
It looks fine to me, you might try changing it to 1601px on the first one. I'm not certain that will do it, but it's worth a shot.
-
Fade Areas of the Page
You would need to add all the other prefixes on the transition for browser support, like this: -o-transition: opacity .2s linear; -moz-transition: opacity .2s linear; -webkit-transition: opacity .2s linear; transition: opacity .2s linear; But otherw…
-
Is CSS-Tricks Funky in IE for anyone else?
What's IE 999.1?????
-
Is CSS-Tricks Funky in IE for anyone else?
@chriscoyier, just out of curiosity, what percentage of your traffic uses IE?
-
CSS / HTML Tutor needed
Unfortunately, due to my schedule, I can't. But, I've found it very helpful when I've encountered obstacles like this, I just search for the problem on Google. Almost always there is someone that has done the exact same thing before, …
-
Stop the mobile browser from downloading an html element?
The HTML will be downloaded, unless it's inside an iframe that's set to display:none; with css. If you set the element you want hide to display:none; in css, then any images/resources inside of it won't be downloaded. Unless there…
-
Nested Transition runs twice, only in chrome
Yikes. . . I don't think I've seen anything like that before. . . Maybe someone else here can help.
-
Create more beautiful headlines with pseudo elements?
There is an easier way to do it with pseudo elements, using only the h1, and it's parent. See here: http://jsfiddle.net/uTjqN/
-
Average clients budget?
You might also try making a fictional site, just to see how long it takes you to do something. Pretend to be your own client, and lay out certain criteria you have to meet. Keep track of how long it takes you to do it, then you'll have a bette…
-
nth Child in I.E. 7 & * ???
Here's the files I tested it with. They do say that it only works with stylesheets that are imported via or @import. HTML: Selectivizr Test blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah…
-
nth Child in I.E. 7 & * ???
@Jamy_za, I just put together a test, and it works fine for me, at least on IE8.
-
Display a specific # of posts based on @media queries?
If I'm understanding the question, Just set one or two of the columns to display:none; with the media queries for that screen size. I'd also include a link for the narrow screens so they could go to another page to see the rest.
-
nth Child in I.E. 7 & * ???
@Jamy_za, admittedly I've never actually used it, but I've heard a lot of good reviews about it. I'll work up a test case tomorrow morning.
-
What music player do you keep handy while coding?
I use Rhythmbox on Ubuntu Linux. Love it.