furrball1383
-
Image rollover using transparent .pngs
I have a question about his question. would it not be possible to place an image within a div, not as a background but using the img tag, then have the opacity of the image itself reduce to have the black background with the message leak through on …
-
Lovin' some LESS but..
Although libraries and frameworks and grid systems are an amazing thing, it is still very important to be able to code in the language as well. Nowadays there seem to be a lot of people that can put websites together and that may have an eye for goo…
-
Happy Birthday Chris!
Happy Birthday Chris! Hope you have a wonderful day! P.S. Wheres the cake :P
-
Problems with the CSS Tricks Website
yeah I guess, in the meanwhile, I just view the site in chrome anyway
-
Problems with the CSS Tricks Website
Every other website I visit is fine, hence I posted here seeing as I was hoping someone else might have the same problem. Heres a link to an image of what it looks like after I scroll back up. When I initially load the page its totally black and the…
-
Problems with the CSS Tricks Website
Yeah I use windows 7 and firefox 6. I shall have to check without my plugins and get back to you . I have adblock plus, web developer, view source chart and download helper. I just checked without addons and the problem persists. I don't know w…
-
[Anything slider] How can I put the numbers (thumbnav) over the pictures?
kind of need to have a link to the website or even the code may help
-
Anything Slider, what am I missing?
@Mottie, sorry didn't know about the new version, I just pulled the code from a site I made a month ago. I shall look up the new version some time this week and orient myself with its use :D
-
Anything Slider, what am I missing?
Hey, I believe you're missing something. Basically you have the anythingslider and jquery installed fine. What you're missing is this // JavaScript Document $(document).ready(function(){ $('#slider') .anythingSlider({ wid…
-
Dynamic Page Size
Hey, @Johnnyb, I was just wondering if there are any tutorials and such for building a responsive layout with media queries that you already know of. It would definitely be something I'd like to learn. In the mean time I shall do some searching…
-
Selecting Elements
yes it should be, I remember reading about it just the other day but I can't remember where. It should be something along the lines of ul.li:nth-child(3) { }
-
This Site Rocks! (As If You Didn't Know!)
I remember feeling the way he does now, I couldn't believe CSS could be that awesome and that Chris made it seem so simple to learn. I think that was about a year and a half ago, maybe 2 years. Everything I've learned since then has been b…
-
A (productive) rant on learning web design. Please tolerate, you vets will at least get a laugh.
I totally agree with @sl1dr on the experimenting and fiddling end of things. I am still in the fiddling stage but anything I have learned I've taught myself. First I used html primer to learn html and then I went to the w3c webpage to learn css…
-
CSS-Tricks Design (v9)
I like the design although I liked how bright the previous design was colour wise. I love the pop up body !!
-
Dynamic Page with Circular Discography Driving me looney.
post a link ot the site or a jsfiddle so someone can not only look at your code but correct it as well if they find the error.
-
Toggle Functionality in Multipage Form
ok after looking at it all you should be able to carry this out with some simple css html and javascript. I don't know anything about getting reports back from forms so you'd have to have someone explain that to you and it probably involve…
-
Toggle Functionality in Multipage Form
sorry but it says the images don't exist, so can't see the example pics, maybe reupload em or try a site like tinypic instead?
-
Web Folder Structure
if I may ask doc, why is style.css out of the css folder?
-
Anchor Link effect on mouse down
you mean you want the buttons to change on hover on click and in the regular position?
-
CSS self teaching
I definitely agree with looking through the w3fools links, but you can also use them in conjunction with w3schools so you don't pick up any of the errors from w3schools. That being said, once you learn from there, All the videos over here did h…
-
CSS best practice question
I agree with everyone so far, always Always use style sheets!
-
CSS menu: top-level background only if dropdown
check out this page, this shows how you would highlight the current page http://www.visibilityinherit.com/code/current-page.php
-
Horizontal scroll bar automatically appears
i guess you could just set the overflow to hidden on the body, but it really would be better to figure out where the error is in the coding.
-
Do you love typography?
interesting, shall definitely check it out, although typography to me is like art, I appreciate but can't create :P Also, do you really have that big of a man crush on ems? I mean the thing for me is I specify image sizes and everything else i…
-
Links on list items or anchors?
I think what he means is that he wishes to put the styling onto the list items themselves instead of on the links. not put the list within the link
-
css bouncing ball help needed
It works very well once I switched webkit out with moz, the only thing is making it browser compatible would atleast double the code which is why i'm still going to try and carry it out with js. Awesome stuff and thanks for taking a dabble at i…
-
css bouncing ball help needed
hey sl1dr, the ball wouldn't move in your fiddle, anyway, thanks for the attempt, i noticed that you used pure css for the background pattern. Tre cool! Also, I definitely agree about the js being smoother, but to that end I need to figure out …
-
css bouncing ball help needed
Ok so I have it 'kind of' working. My main problem being that I am quite terrible at creating my own JS which would have saved me tons of time. With javascript I could have pretty much specified a formula to create the co-ordinates that t…
-
How do I overlay different logo images onto multiple images ?
hey @sl1dr,I had written in for him to change the id's to classes because I realised only when i was done and I was doing this in between trying to get my bouncing ball to work which is killing me. I think I'm doing it in a way that uses t…
-
Add a Class with onFocus
I believe he doesn't know how to target the same input element and change its class on focus