Login   Register  
PHP Classes
elePHPant
Icontem

File: photo_include.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Joseph Rubenstein  >  Photo Show and Hide  >  photo_include.css  >  Download  
File: photo_include.css
Role: Auxiliary data
Content type: text/plain
Description: The CSS to include
Class: Photo Show and Hide
Output page with dynamically expansible thumbnails
Author: By
Last change:
Date: 2004-09-10 15:33
Size: 328 bytes
 

Contents

Class file image Download
/* CSS Document */
.boximage_R {
	display: block;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.boximage_L {
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.textinbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}