Main Points
- Contact Form Experimenting This is the result midway through our first attempts. Not great, but at least you can tell what it is.
- Skip to Main Points links return to the Main Points menu.
Contact Form Experimenting
Here's my first go at a Contact Form Template. As you can see it's not quite working. The navbar is up, sort of, but it's not clear of the contact bar, they overlap. The navbars also display VERY differently in IE and FF. One problem, the site wide navbar has to be defined with position:absolute in order to be able to give it the combination of commands that snap the navbar to the bottom of the webpage. However, it is obvious just looking at this example that it limits what we can do with it now. It might be possible to do this without the image. Then we could define the height in units compatible with the navbar positioning. However, I think I'd prefer to keep the image and move the contact form at this point. If nothing works, we can always revisit this option later without the image. Let's see if we can't tweak this further.