topical media & game development
lib-js-tool-man-examples-common-grid.css / css
.horizontalgridline, .verticalgridline {
position: absolute;
font: 8pt arial;
color: #999;
z-index: 0;
border-color: #ccf;
border-style: dashed;
border-width: 0px;
}
.verticalgridline {
top: 0px;
border-left-width: 1px;
}
.horizontalgridline {
left: 0px;
border-top-width: 1px;
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.