Thanks for your reply, Chris.  Those tabs are great.  Unfortunately, it's not 
exactly what I need or at least I don't know how to use your tabs in the way I 
need.  

If you look at the nav here: http://webfx.eae.net/ you'll see that it sort of 
looks like buttons.  
I need to take that type of look and place it in the upper right-hand corner.  
In addition, I need to put a background image along the top of the page (on top 
of the nav buttons) and another one underneath to give it that 
application-style look. 

There are other things that I need to have in the same "toolbar" as the nav 
buttons.  I need a header and a search form.  So far I've been unsuccessful 
placing all of these things in a container and placing it at the top of the 
page.  Here's the basic html I'm using:


<div id="header">       
        <h1 id="topClass">UNCLASSIFIED</h1>
        <div id="newnav">
                <ul>
                        <li><a href="#">Link 1</a></li>
                        <li><a href="#">Link 2</a></li>
                        <li><a href="#">Link 3</a></li>
                        <li><a href="#">Link 4</a></li>
                        <li><a href="#">Link 5</a></li>
                        <li><a href="#">Link 6</a></li>
                </ul>
        </div>  
        <div id="searchForm">Search: <input type="text" size="20" /> <input 
type="submit" value="Go" /></div>
</div>

Then, the main content of the page would start here...

The idea is that the whole page would also be fluid like a regular application. 
 

I'd appreciate any help you can provide.

Thanks again, 
Mike
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to