Free css template 11

Free css template 11

Free css template, 2 columns, fixed width, flash mini-gallery, second menu composed of a row of images with an opacity effect and items visible on the hover state. ...

Free css template 10

Free css template 10

Minimum width: 940px Minimum height: 100% Validation: W3C XHTML Strict Compatibility: IE6+, Firefox2+, Safari3+, Opera 9+ Support property css3 text-shadow: Safari, Opera Support p ...

Free Christmas Css template – 9

Free Christmas Css template – 9

2 columns Christmas theme Css Template Fixed width 980px W3C validation XHTML Strict Tested with IE6+, FF2+, Opera9, Safari3, Chrome on Windows ...

3 columns free css template – example 8

3 columns free css template – example 8

3 columns css template 1 fixed column - 1 fluid column - 1 fixed column Minimum width 940px Minimum height 100% Use of the property CSS3 border-radius Validation W3C XHTML Strict T ...

Free css 2 col template – example 7

Free css 2 col template – example 7

Css template fixed width 960px Transparent png as background Added javascript for IE6 support of transparency Validation W3C, XHTML Strict Tested with IE6, IE7, FF2, FF3, Safari3, ...

Free css template 6 – 2 col fixed/fluid

Free css template 6 – 2 col fixed/fluid

2 columns layout Left column a fixed measure Right column fluid Minimum width 900px XHTML Strict - Validation W3C Tested with IE6/7, Firefox, Safari, Opera ...

Free css template 5

Free css template 5

Fixed width 960PX - 3 columns Validation W3C XHTML STRICT Compatible IE6, IE7, FIREFOX, OPERA, SAFARI ...

HTML5 Video Player with playlist XML driven

Here is a video player in HTML 5 that reads from an external XML file. It 'easy to set up, only to act on the XML file to add or remove video from list. For each item in the XML file you can add a title, description and the locations of video files (formats mp4 and ogg). Moreover, in the XML file we can configure the size of the video. ...

Read more

HTML 5 video player with video list by YouTube feeds

I created a video player using the iframe which provides YouTube with youtube-player class. This video player is in HTML 5 and Javascript (jQuery). It loads standard feeds from YouTube and displays a list of videos based on some criteria: Most Viewed, Top Rated, Recently Featured, Most Discussed, Top Favorites, Most Recent and Most Responded. Very helpful when working with JavaScript, HTML 5 video player an ...

Read more

Scaling image background with no stretching it

In this example we see how to set a background image to 100% with JQuery We'll see how to make sure that the background image is resized to properly resize the browser window. Additionally, this script allows you not to alter the image size when resizing and then make sure that the image is not distorted or stretched. It works for both horizontal and vertical images. It 'a script that I used to spend with F ...

Read more

Selectable list with JQuery and color transitions

I created a simple list selected with jQuery. Each selected element is distinguished by an animation of background color and text color. To manage the transition of color, I used the JQuery plugin JQuery color. Let's see the code I used. ...

Read more

Geocoding with JQuery and Google Maps – First part

This is the first part of a series of tutorials covering the JavaScript API of Google Maps. In this case we see how to view a Google map with JavaScript. How to center the map on the basis of an address. My example is driven from an XML file that contains some addresses. This file is loaded with JQuery Ajax to populate a select list (or combobox). Based on user selection from the list, the map will be updat ...

Read more

How to populate Combobox with JQuery and XML

HTML <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" title="no title" charset="utf-8"> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Sans" /> <script type="text/javascript" src ...

Read more

Last Tweets Horizontal Scroller with Jquery

I created a horizontal scroller that displays the last few tweets of Twitter account. The tweets are loaded by calling the Twitter API. The technologies used are JQuery, HTML and CSS. Also a PHP file executes the call to the Twitter feeds (because permission problems). HTML We have a call from the onLoad of the body to a Javascript function that resides in the file called loadTweets last_tweets.js. In the b ...

Read more

Jquery Ajax CSS XML gallery

I created a simple image gallery with HTML, jQuery and Ajax. This gallery is managed by a simple XML file (images.xml). Since I come from the world of Flash / Actionscript I am use to manage the contents of applications from an external XML file. What do you think? The following lists the main steps to build this gallery. ...

Read more

Reasons to use CSS coding

Without the help of an established domain hosting company, starting your own website can be an extremely difficult task. However, experienced and respected hosting companies such as Network Solutions offer numerous services and benefits that make the web design process as easy as possible for the average Internet user. One of these benefits, specifically useful for people who desire particularly smooth and ...

Read more

Text shadow effect in css

To create a shadow text effect in CSS, the properrty text-shadow was introduced in the draft of the CSS3 text module. Unfortunately, this css3 property is not yet part of the specifications and is not supported by all browsers (see CSS3 text-shadow property ). In the meantime, let's see how to recreate the same effect using only css2.1 rules. First with a duplicate content of the text, then instead creating ...

Read more

Box model: margins collapse and how to avoid it

The margins collapse is part of the specifications for the box model and the use of vertical margins . Often this 'phenomenon' is ignored, because of the use of other properties which prevent the collapse, but every so often, it can create a puzzling result that could be considered as an error of interpretation. The margins collapse happens when adjacent vertical margins (margin-top and margin-bottom), with ...

Read more

CSS horizontal accordion – example 14

After the example of a vertical css news accordion, this a new example of css accordion in horizontal. This css example displays a div element on opening and a serie of links viewable on the hover state like a horizontal slide. Each link contains more inline elements: b: the name of the links img: the background image em: the semi transparent background (using the property css3 opacity) of the text content ...

Read more

Css menu 13

Free example of a horizontal menu created using only css without the use of images with a tab system opened on hover state. ...

Read more

How to create a monthly calendar in css

This monthly calendar created using only css properties displays the days of the month classified from sunday to saturday with the relative event on the hover state. 1. The html structure to create the monthly css calendar The basic html structure consists of a main div with a unique id (<div id="calendario_css">) which contains all the necessary elements to create the monthly css calendar. ...

Read more

© 2012 Flepstudio.org

Scroll to top