PicnicTutorials
-
Toggle using CSS only with Dynamic DIV ID using PHP
Here is how to use the input hack shown in some detail. http://www.websitecodetutorials.com/code/css/simple-css3-accordion.php. Currently it's coded as a accordian. With css you can make it look however you wish. The php is a complete seperate …
-
how to create an active class on a list item when a certain slide is showing.
X100 better to use css for this IMO.
-
Detect mobile and redirect
i see im wrong there. But the jquery way not seem to be working with my iphone 5 in my tests.
-
Detect mobile and redirect
shouldn't it be... if($(window).width() > 480){ window.location = "mobile.yoursite.com" } with the less than simbol instead of greater
-
Menu become Fix header on scroll
You guys or so weird about links. Your actually posting "why mine doesn't work" when I showed how in a copy and paste. Weird.
-
Menu become Fix header on scroll
Its done like this http://www.websitecodetutorials.com/code/jquery-plugins/sticky-js-position-fixed-at-certain-point-in-page.php
-
Tuts for simple slider
I wrote a simple one a long time ago http://www.websitecodetutorials.com/code/photo-galleries/css-horizontal-scroller.php
-
Transparent background problem in IE
like this. very easy http://www.websitecodetutorials.com/code/css/modern-css-opacity.php
-
How do I center my horizontal navigation bar?
Here this shows all 6 ways to center your nav http://www.websitecodetutorials.com/code/css/css-center-nav.php
-
Tab system
Here is your most basic working example. Let me know if that is not clear. http://www.websitecodetutorials.com/code/jquery-plugins/jquery-fading-tabs-demo.php
-
Best Way To Link To JQuery File?
no reason. I just dont buy into it. Regardless if 5 out of 100 people already have it cached I prefer to keep everything inhouse
-
Best Way To Link To JQuery File?
Dont buy into the hype. It's always better to host things from your host. Regardless if it's coming from google or microsoft. Unless you prefer to be dependent on other peoples uptime. That said for demos or development I will use... scr…
-
how to force sidebar background to fill container element
Here is the easiest way you will ever find. Change no html. Just add a couple lines of css http://www.websitecodetutorials.com/code/css/css3-faux-columns.php
-
How to add a tooltip
@HugoGiraudel Those are nice. Yours? Here is the one I made. http://www.websitecodetutorials.com/code/css/css3-animated-tooltip-cross-browser.php
-
Is :root a completely safe hack for IE8 and modern browsers?
That wasn't really my question. I could of put any rule in there. But if you must know. The margin is dif because I fed :nth-of-type(3) to the column. IE needed dif solution.
-
TypeKit vs Google Web Fonts
Or this? http://code.google.com/p/googlefontdirectory/
-
TypeKit vs Google Web Fonts
Never mind I think. I believe this is how https://developers.google.com/webfonts/docs/getting_started
-
TypeKit vs Google Web Fonts
Using google you can host them on your site and call them via @font-face correct???
-
How to display if a store is open / closed
The search shows many results. The first one looks good. javascript show image at time of day
-
TypeKit vs Google Web Fonts
Using google you can host them on your site and call them via @font-face correct???
-
Any Fantastic Form Building Tutorials out There??
He I show all the steps involved. 7 to be exact. http://www.websitecodetutorials.com/code/php/how-to-html-form-with-php-js-captcha-validation.php For the css on the form itself just make everything display inline-block and vertical align middle.
-
making an input box image clickable
Wrap the input in an anchor.
-
Styling the select element
Here is how I did it http://www.websitecodetutorials.com/code/jquery-plugins/jquery-customselect.php
-
Help in choosing a computer
I toyed with this very question recently. I'm currently on a XP. I chose to go with the MacBook Pro retina and then when I have the money I'm going to get a 27 inch monitor to plug my MacBook into when I'm at home. Then I have the bes…
-
Best way to use custom fonts?
Actually @font-face it is. Much better in my eyes. http://sixrevisions.com/css/font-face-guide/
-
Best way to use custom fonts?
Google has 600+ fonts. Unless I'm missing something that seems more than adequate for any project.
-
Italicize font the oposite direct?
I was thankful and showed my appreciation to the solver. It was only later I showed unappreciation for said comments. If you can't tell I'm not fond of being told what to do. I blame that on my dad. Truce. I don't want to argue anymo…
-
Best way to use custom fonts?
Here is a very good round up of all the top font providers. http://www.smashingmagazine.com/2010/10/20/review-of-popular-web-font-embedding-services/. I'm only using free so it looks like google font s it is.
-
Italicize font the oposite direct?
I asked for a code solution not personal preferences. No biggy I'm just not a fan of it in forums. UX? User experience I presume. I'm not on my site for one. And two I speak my mind weather people like it or not. Some find that comforting…