On 3/4/06, Lourens Veen <[EMAIL PROTECTED]> wrote: > Since I know next to nothing about designing hardware... > > Some time ago I played a bit with logo designs for OGP, and since I had a > little time on my hands I figured I'd try and create a page design for the > OGP web site around one of them. > > After a bit of fiddling, I've got something that validates, scales nicely with > text size and window size (within reason) and renders as intended on Firefox > 1.0.7, so I figured I'd throw it out here. > > You can find it at http://nova.student.utwente.nl/~lourens/ogp/template.html > > It'll probably break on IE, but since I don't have IE I can't test that > myself.
I once tried a layout with a navigation bar which was floated to the left and had a width in ems, plus a content area that had the same amount of ems as left-margin. IE did horrible things with the content area. You seem to use a positioning to reach the same effect, I'll take a look at it in IE tomorrow morning (12-16 hours of patience ;) ) > So, comment, complain, rant, flame, suggest, and I'll try and incorporate as > much as possible. I'm not entirely happy with the looks of the Projects list > for example, so that'll probably be tweaked a bit anyway, but I'm open to > suggestions on anything. It's beautiful, clean, simple, and has a nice layout. One remark though: make your content "position: absolute" instead of "position: fixed", the content doesn't scroll vertically when it doesn't fit into the window. > Discussion on what should be on the web site is also important. We talked > about a part number registry thing before, which should probably be in there, > and there are no doubt other things as well. Let's see if we can work out a > list. The ordering system, off course. I posted some crappy php code a few days ago, if that evolves into something useful I'll take care of integrating it properly into the rest of the web site. > There were some other people here who were willing to work on a website I > think. If you're still available, could you reply as well? I'm here ;) -- Frank Van Damme
_______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
