[css-d] CSS beginner seeking help

2006-07-18 Thread Janet Chang
Hi, I just joined the listserv and am seeking help on a new site I am coding for my organization. I took an intro to CSS class a few months ago so I'm still quite a newbie, but would like to build my experience using CSS. Since this is a brand new site, I was able to start from scratch and

Re: [css-d] CSS beginner seeking help

2006-07-18 Thread Janet Chang
At 11:21 AM 7/18/2006, you wrote: On 18/07/06, Janet Chang mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: Hi, I just joined the listserv and am seeking help on a new site I am coding for my organization. I took an intro to CSS class a few months ago so I'm still quite a newbie, but would

[css-d] Firefox auto margin problem

2006-07-19 Thread Janet Chang
*/ } Is there something I'm doing wrong or forgot to add? Janet Chang Communications Editor Northwestern University School of Law __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css

Re: [css-d] Firefox auto margin problem

2006-07-19 Thread Janet Chang
At 01:09 PM 7/19/2006, Chris Hughes wrote: In message [EMAIL PROTECTED], Janet Chang [EMAIL PROTECTED] writes In the meantime, I'm also working on fixing a display issue for our main school site. I am trying to set the text width in our content div to only go 80% across since at 100% the length

Re: [css-d] Firefox auto margin problem

2006-07-20 Thread Janet Chang
At 05:52 PM 7/19/2006, you wrote: On 06/07/19 12:42 (GMT-0500) Janet Chang apparently typed: In the meantime, I'm also working on fixing a display issue for our main school site. I am trying to set the text width in our content div to only go 80% across since at 100% the length per line

Re: [css-d] Firefox auto margin problem

2006-07-20 Thread Janet Chang
At 10:58 AM 7/20/2006, you wrote: On 7/20/06, Janet Chang [EMAIL PROTECTED] wrote: I tried subbing ems for the percentage and it fixed the width problem on the list of link pages. However, it ended up creating problems on pages where we have a blue box on the right side of the page. The box

Re: [css-d] CSS beginner seeking help

2006-07-21 Thread Janet Chang
At 12:14 AM 7/21/2006, David Sharp wrote: I actually originally had the background image on the header, but when I did that, it created a white space between the header and the subheader that I couldn't figure out how to get rid of. When I moved the background image to the wrapper, that's

Re: [css-d] Image not aligning correctly in IE

2006-07-24 Thread Janet Chang
At 02:31 PM 7/24/2006, Michael Landis wrote: On 7/24/06, Janet Chang [EMAIL PROTECTED] wrote: I'm still chugging along on coding this site: http://www3.law.northwestern.edu/macarthur/ But now I'm having an image alignment issue. I replaced the header h1 and h2 titles with an image to get

[css-d] Show more text using CSS

2006-08-09 Thread Janet Chang
Have another programming quandary that I'm hoping I can get the list's help on...I'm not even sure what the technique is called so I'm not coming up with much so far by Googling for tutorials. Basically, we need some way to code a Show More function that would allow us to take a long piece of

Re: [css-d] Show more text using CSS

2006-08-09 Thread Janet Chang
At 01:35 PM 8/9/2006, Christian Heilmann wrote: Have another programming quandary that I'm hoping I can get the list's help on...I'm not even sure what the technique is called so I'm not coming up with much so far by Googling for tutorials. Basically, we need some way to code a Show More function

Re: [css-d] Show more text using CSS

2006-08-09 Thread Janet Chang
At 02:36 PM 8/9/2006, Christian Heilmann wrote: Basically, we need some way to code a Show More function that would allow us to take a long piece of text, shorten it to X maximum lines, then have a Read more link that when clicked would display the rest of the text on the page below the

Re: [css-d] Show more text using CSS

2006-08-10 Thread Janet Chang
At 03:08 PM 8/9/2006, Christian Heilmann wrote: Basically, we need some way to code a Show More function that would allow us to take a long piece of text, shorten it to X maximum lines, then have a Read more link that when clicked would display the rest of the text on the page below

[css-d] DIV spacing renders differently in IE and Firefox

2006-08-15 Thread Janet Chang
this is related to the box model problem, though, as my column divs only have width set and the problem is in the top/bottom spacing not left/right. Any ideas for how I can get it to match across browsers? Janet Chang Communications Editor Northwestern University School of Law http

Re: [css-d] DIV spacing renders differently in IE and Firefox

2006-08-15 Thread Janet Chang
At 03:00 PM 8/15/2006, David Laakso wrote: Janet Chang wrote: I can't for the life of me seem to figure out why the spacing between certain DIVs in the web page I'm working on are rendering differently in IE and Firefox. Me either. Sample page: http://www3.law.northwestern.edu/faculty/profiles

[css-d] text overlapping large image when browser resized

2006-10-05 Thread Janet Chang
Hi all, It seems like just yesterday that I was emailing the list for help with my first totally CSS-designed siteWell, we're finally approaching the finish line on this project and hope to launch it by early next week. There is just one thing left to tweak, and I'm hoping I can get some

Re: [css-d] text overlapping large image when browser resized

2006-10-05 Thread Janet Chang
At 02:24 PM 10/5/2006, Janet Chang wrote: At 01:48 PM 10/5/2006, Gunlaug Sørtun wrote: http://www3.law.northwestern.edu/macarthur/ Looks like you're working on it - which makes it a moving target :-) Sorry about that! I just reverted the http://www3.law.northwestern.edu/macarthur/index.html

Re: [css-d] text overlapping large image when browser resized

2006-10-05 Thread Janet Chang
At 01:48 PM 10/5/2006, Gunlaug Sørtun wrote: http://www3.law.northwestern.edu/macarthur/ Looks like you're working on it - which makes it a moving target :-) Sorry about that! I just reverted the http://www3.law.northwestern.edu/macarthur/index.html page to the original CSS. I guess I

Re: [css-d] text overlapping large image when browser resized

2006-10-06 Thread Janet Chang
At 05:22 PM 10/5/2006, Gunlaug Sørtun wrote: Janet Chang wrote: Now, as an alternative, I also figured out that if I set #updates {background: white} ...in Firefox, it lets the Recent Cases nicely overlap the image, which I kind of like even more than dropping the whole thing down. Would