IE 6.1
------
"Logo" at top mid-left
Navigation on left, center aligned
Big-ass red outline of a table, which content loads into
Name of page loads under barb
Black scroll bars, with red lines, blue 3d color and blue background
Black body with white text
Title text is different to main text, font size, face, spacing
Criticism:
This layout isnt made for any particular resolution, and just seems kinda wrong somehow. I run 1024x768 and also tested it in 800x600 but its too spacious.
I'd have a nav of 20% with the content 80% and the "logo" in the same place if i were to design it your way but my style would have been different still.
You only have 5 links so you dont really need a big space for nav:
_____________________
| |
| Banner |
|___________________|
|___|___|___|___|___| <-- nav links
| |
| Content |
| |
Now that'll probably look like a mess cause I dont think they use <pre> tags here but w/e:
<table width="100%">
<tr><td><a href="body.txt" target="main"><img src="banner.png" width="709" height="109" alt="Home"></a></td></tr>
<tr>
<td width="20%"><a href="body.txt" target="main">Main</a>
<td width="20%"><a href="about.txt" target="main">About</a>
<td width="20%"><a href="howto.txt" target="main">How To</a>
<td width="20%"><a href="downloads.txt" target="main">Downloads</a>
<td width="20%"><a href="contact.txt" target="main">Contact</a>
</tr>
<tr><td><iframe name="main" src="body.txt"></iframe></td></tr>
The above code will resize to fit the browser until 800x600 where the banner image (if used and those dimensions) will force the browser to use scroll bars.
Changing the table size to 709 (?) will make it suitable for 800x600 and it will be displayed at that size, no matter the browser size.
You may also be interested in using DHTML to keep the navigation highlighted when clicked. That way, you make the user aware of the page they are viewing (if not already obvious from the content), as you wanted with the name under the page
Hope that helps
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."