[thelist] web interface help - evolt.org

aardvark roselli at earthlink.net
Fri Feb 23 10:01:30 CST 2001


> From: David Prowak <prowak at yahoo.com>
> 
> Please look at:
> http://evolt.org/article/Web_Developer_ASP_MS_SQL_7_Manhattan/23/5831/
> index.html

or any page on the site, really...

> How is the top of the black graphic/interface/thingie
> created?  I'm speaking about the portion of the
> black graphic/interface/thingie that has a slight
> white horizontal line that is a part of the flexible
> portion of the table.  (You can tell it's a part of
> the flexible part of the table, as when you adjust the
> browser size, the evolt.org logo and the end cap at
> the right most end are of fixed size.)

first, you might want to make this into a bookmark (i think this is IE-
specific):

javascript:for(i=0;i<document.all.length;i++)if(document.all[i].tagNa
me=='TABLE')void(document.all[i].border=(document.all[i].border=='
0')?'1':'0');

that just turns on table borders for the entire site...or you can 
download the page and add a table border and view it that way...

basically, it's made up of three cells with a spacer .gif and a 
background set to the color of the horizontal stripe...

i use this technique on many sites, like http://thermalsource.com/, 
or the vertical chrome on http://www.valkro.com, which, before you 
make fun of me, is a *very* old site... *very* old... i'm speaking 
about the code, there... it ain't wonderful... 




More information about the thelist mailing list