knittingfrenzy18
-
SQL Table to HTML Table
Yeah I'm still in the habit of using mysql... I am building the approve page so yes I am selecting scripts which have not been approved yet. I am using two queries because the id number does not need to show up in the table. I am trying to us…
-
Using Sublime Text 2 with PRE and CODE annoyance.
I use google Prettyprint without knowing quite that well how it works...but I am not understanding what "indentations between pre" is...
-
Which font sizing is best? EM vs PX vs %
I use px...however I do understand the benefits of using em and % given the way mobile use is growing now and you are dealing with two different screen sizes, at the least. However, I share the OP's point of view--I basically program for myself…
-
CSS Auto Transition?
I can't read your code or spend my time doing that, but I can tell you that CSS3 alone is not going to get the desired effect. Even if you manage to use animations and all, this slideshow will not be supported in most browsers. It will be quite…
-
simple I don't know how PHP
bump Someone should know this...
-
@font-face for h1 not working for IE8
I think generally font-face is a CSS3 feature and is not fully implemented in all browsers yet, let alone IE8.
-
JQuery Pulsate Effect Help
Hm. Okay let's try this. Set the background of the li element the way you want it. Set the width and height and everything. Now set the background of the a link to transparent, and have it cover the whole li element. Now apply your jQuery t…
-
sticky footer css code - can't enter negative px values
Why don't you try Sublime Text 2? Just Google it. And you'll get 1-ups from a lot of the other developers around here.
-
JQuery Pulsate Effect Help
apply it to the links, the a tags. Then it should only be the link. Great looking site, by the way! I couldn't have done better!
-
stripped down slider for customizing
Hi there, You will be able to post your HTML in code tags, by pressing the button here: This way the HTML doesn't get rendered. By the way, the CSS looks fine.
-
Registration template
Hi there, You might want to check out Chris' screencast on Advanced Form Styling: http://css-tricks.com/video-screencasts/62-advanced-form-styling-functionality/ 1. I'm not sure what you want here, but this is the validation plugin used …
-
Hey Ya'll! Check out CodePen
wow this is cool! I will definitely use this a lot in the future!
-
Why is there a asterisks on the logo of CSS-Tricks?
lawlz Okay so here's the reason I view it to be there. Sure, it's half a joke, but I think he solely took it because of the * { margin: 0; padding: 0; } he taught us all to use. Eventually it became overused and became a joke.* Let…
-
sticky footer css code - can't enter negative px values
If you enter a negative value, and it successfully saves, just know that it will work, unless bluefish stopped gray from saving. Gray just means your editor is not smart enough to know that negative values will work. :D
-
ie hor_dropdown menu problem
I guess so...I think he's trying to support really old browsers. @the original poster, I love your desire to support those old browsers, however, please realize the browsers you are trying to extend to are going to be hopelessly out of reach.
-
New MAC user !
lol I'm not sure if this is available on Mac but I (the crazy, crazy person) downloaded PHP, MySQL and Apache all separately. :P I am on windows, and Wamp doesn't look as nice as Mamp. anyways If I had a mac maybe I'd have mamp. :D
-
website *FEEDBACK PLEASE*
Worked for me! Took 10 sec to get the One moment please to pop up, but the preview came in after 2 more sec. It did pop-up block, but I'm pretty sure that's going to happen for many. Of course, I'm using Chrome 18 on windows 7... Fee…
-
CSS slider experiment
Good so far... now make it functional!
-
jQuery Show/Don't Show
Yes. All the other jQuery works in the page.
-
Young Web Developers in the UK :)
Hiya Younger than you in US, female. :P I don't have a twitter, but you can check out my website at http://knittingfrenzy18.webatu.com Glad to meet you! Just call me Red. Red
-
jQuery Show/Don't Show
You can see them up there^ It works fine on the fiddle, but doesn't on my local server.
-
jQuery Show/Don't Show
@dclardy64, there is enough. Now the jQuery doesn't break, but it still generates the same error as above and therefore is not FUNCTIONING. Why?
-
jQuery Show/Don't Show
Oh mottie's got it that was stupid
-
jQuery Show/Don't Show
It still don't like it now that I fixed that...it's something else now and it seems to be fine:
-
Need replace prev & next anchor with image
If you have access to the HTML, go ahead and replace the anchor link text with an .
-
Styling s
Hi there, I can do the PHP and JS, my question is the CSS! If I do this: Font: Arial Baskerville Cambria Century Gothic Consolas Courier New G…
-
Help me please with page wrapping
Of a page wrap? Just add a background property to it! background: url(http://yoursite.com/bgimg.png) no-repeat top left add whatever parameters you like.
-
jQuery Show/Don't Show
Anyone? I have to target those radio buttons together...oh wait I can wrap them in a div. Never mind. Okay now it's showing this: in Chrome Inspect Element. Don't know what it is. I don't have those funky European signs in my cod…