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

Struts example source code file (layout-navtop-1col.css)

This example Struts source code file (layout-navtop-1col.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 layout-navtop-1col.css source code

/* A CSS Framework by Mike Stenhouse of Content with Style */

@import url("nav-horizontal.css");
 
/* NAV BAR AT THE TOP AND ONE COLUMN OF CONTENT */
    div#content {
        position: relative;
        width: 98%;
        
        margin: 0 auto 20px auto;
        padding: 0;
        
        text-align: left;
    }
    div#main {
        width: 100%;
    }
    div#local {
        width: 100%;
		  display: none;
    }
    div#sub {
        width: 100%;
    }
    div#nav {
        position: absolute;
        top: -15px;
        left: 0;
        width: 100%;
        
        text-align: left;
    }
/* END CONTENT */

Other Struts examples (source code examples)

Here is a short list of links related to this Struts layout-navtop-1col.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.