Welcome To Snipplr
Everyone's Recent HTML Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
- Basically, place the div at the top of the page (or wherever you want the link to jump to).
- Then place the link somewhere on the page.
- This will cause the scroll to shift to the top of the div container with that ID attribute.
0
773
posted 13 years ago by kennonb
Place this script on an anchor tag, and it will open in a new browser with a defined size. The browser will not have a toolbar, menu, status, etc.
1
813
posted 13 years ago by officiallyWise
In HTML forms, places this script in inputs to clear the value. If input box is blank, original value repopulates the input box.
0
715
posted 13 years ago by officiallyWise
A four square layout design that can be resized and inserted into any larger wrapper.
0
1298
posted 13 years ago by marshalletm
The link has a full explanation with more detail about how this all works, as well as an example of it in action. This is just going to be the short-short version. If you have any questions check that out, if you still have questions then leave a com...
0
733
posted 13 years ago by FatFolderDesigner
HTML conditional comments used to target specific versions of Internet Explorer (is ignored by all other browsers).
0
895
posted 13 years ago by DenoteIt
Hey guys, I struggled a little to find a crossbrowser, non repetitive params way to embed swfs; this object embed works flawlessly for me in all browsers - ie7, ie8, safari, chrome, firefox. Why is swfobject and YouTube using this format - http://cod...
0
1036
posted 13 years ago by digitalzoomstudio
I took this out of an example in tutsplus, and I added a fadeIn action for aesthetic reasons.
0
1074
posted 13 years ago by luizlopes
The email type will pop up a tool tip if an invalid email address structure is not entered.
0
769
posted 13 years ago by blantonious
The type is no longer needed in script and link tags in HTML5
0
762
posted 13 years ago by blantonious
You can keep your old version
<html> but in HTML5 you can shorten it.
0
639
posted 13 years ago by blantonious
A user may click a link on a mobile site which should open a page on the desktop site, not the mobile site. Appending the following code to the link will do that.
0
1047
posted 13 years ago by amandalaine
IE7 can be a pain when it comes to input submit buttons. In order to get the value to disappear using the text-indent: -999em; trick make sure to set text-transform: capitalize;
0
757
posted 13 years ago by inreflection7