File: example.css

Recommend this page to a friend!
  Classes of Roy Yu   Basic SlideShow plugin   example.css   Download  
File: example.css
Role: Auxiliary data
Content type: text/plain
Description: Dummy css
Class: Basic SlideShow plugin
jQuery plugin to present a slide show of images
Author: By
Last change:
Date: 13 years ago
Size: 674 bytes
 

Contents

Class file image Download
/* This hobby project is not about css but javascript, so we are using minimal css. */ body { margin-left:20px; } a { display:block; float:left; margin-left:5px; padding:3px; } a:first-child { margin-left:-10px; } .flash-nav, .flash { padding:10px; width:400px; } .flash { width:600px; } .flash img { display:block; margin:0 auto; border:10px #c0c0c0 solid; } /* Clearfix ---------------------------------------------- */ .clearfix:after { /* All except IE */ content: "."; display: block; height: 0; line-height: 0px; clear: both; visibility: hidden; } .clearfix { /* IE Mac */ display: inline-block; }