Janet Chang wrote:
>> If someone wouldn't mind taking a look at what I've done so far and letting
>> me know if there are any glaring errors I've made or improvements I could
>> make, I would be most grateful.
>>     
Welcome to the list. You are doing exceptionally well, Janet :-) !
>> Also, I'm having trouble figuring out how to get a border separating my
>> mainnav div and my content div that stretches from the subheader to the
>> footer regardless of length of text in either box. Any help on this would
>> be most appreciated!
>>     
Check the list wiki(the uri is at the bottom of this mail). See 'any 
column longest, particularly the 'faux col' link.
>> Here's the draft of the site so far:
>> <http://www3.law.northwestern.edu/macarthur/>http://www3.law.northwestern.edu/macarthur/
>>
>>
>> Janet

Best wishes,
~dL

PS If you are interested in trivial pursuits, you could unlock the fonts 
in IE(ie can't scale pixel based font-size except in 'accessibility 
mode'.). This is a step in that general direction:
body {/*font-size: 12px;*/font-size: 100%;}
/*p,*/ ul {font-size: 80%/*12px*/;}
/*let p inherit default from body*/
p { margin: 0 30px; }
div#search a:link { font-size: 90%;}
div#header h1 {font-size: 200%;/*30px*/;}
div#header h2 {    font-size: /*20px*/130%;}
div#subheader h3 {font-size: /*16px*/100%;}
div#mainnav p {/*font-size: 11px;*/font-size: 80%;}       
div#content h4 {font-size: /*13px*/95%;}       
div#footer p {font-size: /*11px*/85%;}

-- 

http://chelseacreekstudio.com/ca/ccs/pow/pow.html

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to