On 12/12/06, Andy Fong <[EMAIL PROTECTED]> wrote:
That's funny. But that's probably the last time I touched HTML. I actually had a version with no frame but position everything with css. It works very nice on every single browser I tried except IE. I wish I can just say "Please download a real browser and come back after you are done".
Yeah. I use CSS boxes here: http://www.cse.ohio-state.edu/~millerti It was a huge pain to get it right, requiring redundant attributes on divs, and even a bit of Javascript to emulate attributes unsupported by IE. BTW, I still use tables for this stuff.
> - 1998 called again. They want their transparent GIF back as well :-). > Seriously, a flat background and a PNG with that background (of course, > a transparent PNG would be ideal, but of course Microsoft is....well, > being Microsoft I guess) would be better. Using plain text is possible, > but since you can't guarantee that the user has the font available, > using it for the logo is probably a bad idea. Oh, and there should be a > TM in there. We could not decide on a good font and a logo yet. So, that header is just temporary.
Try this, but use CSS to set the typeface. Most everyone will hate me for this. :) <table cellspacing="0" cellpadding="0"> <tr> <td rowspan="2"><font size="6">TRAVERSAL</font></td> <td><font size="4"> </font></td> </tr> <tr> <td><font size="4"> </font></td> <td rowspan="2"><font size="6">TECHNOLOGY</font></td> </tr> </table> _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
