alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Struts example source code file (Spinner.css)

This example Struts source code file (Spinner.css) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Struts tags/keywords

The Struts Spinner.css source code

/* inline the table holding the <input> and buttons (method varies by browser) */
.ie .dojoSpinner, .safari .dojoSpinner {
	display: inline;
}

.moz .dojoSpinner {
	display: -moz-inline-box;
}

.opera .dojoSpinner {
	display: inline-table;
}

/* generic stuff for the table */
.dojoSpinner td {
	padding:0px;
	margin:0px;
	vertical-align: middle;
}
table.dojoSpinner {
	border:0px;
	border-spacing:0px;
	line-height:0px;
	padding:0px;
	margin: 0px;
	vertical-align: middle;
}

/* the buttons */
.dojoSpinner img {
	display: block;
	border-width:0px 1px 1px 0px;
	border-style:outset;
}

Other Struts examples (source code examples)

Here is a short list of links related to this Struts Spinner.css source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.