DCElliott
11-08-2002, 03:56 AM
Unfortunately, the work I do is mostly for corporate Intranet which is inaccessible to outsiders. So I don't get to show off. I suppose I should create a "vanity page" for myself but have never bothered.
I do have a couple of screenshots of an orientation manual homepage created for people in my branch. It is based on a CSS layout. There is not a single <font> or <table> tag in the code. The buttons at the bottom of the left nav are created with CSS, as is the menu list and hover highlighting.
When the user hovers over a selection, the middle graphic changes to illustrate what the content of that selection is about, and a table of contents for that section appears (the yellow block). This effect is very simple, just use the title attribute of the <a> tag like <a href="something" title="This is a description of something"> Something to click on </a> The pictures are preloaded and changed with a simple javascript rollover.
The dropshadows on the title and binder graphic are created using an IE filter.
I have included jpg screenshots in this and the following post. The quality isn't the best, but there is a 100k attachment limit. :(
I do have a couple of screenshots of an orientation manual homepage created for people in my branch. It is based on a CSS layout. There is not a single <font> or <table> tag in the code. The buttons at the bottom of the left nav are created with CSS, as is the menu list and hover highlighting.
When the user hovers over a selection, the middle graphic changes to illustrate what the content of that selection is about, and a table of contents for that section appears (the yellow block). This effect is very simple, just use the title attribute of the <a> tag like <a href="something" title="This is a description of something"> Something to click on </a> The pictures are preloaded and changed with a simple javascript rollover.
The dropshadows on the title and binder graphic are created using an IE filter.
I have included jpg screenshots in this and the following post. The quality isn't the best, but there is a 100k attachment limit. :(