[css-d] Different body backgrounds

2008-07-01 Thread Kim Brooks Wei
Hi People, What might be a good way to get the body bg on this page white. The default body for the site's home page is yellowish. http://thewei.com/culture/princeton04july08.php Thanks, Kimi -- This email sent by Kimi Wei http://thewei.com 201-475-1854

Re: [css-d] IE float/clear bug

2008-07-01 Thread Serge Krul
Hi Bruno, Thank you! You really got me thinking out of the box i was in :) In the end i didn't gave the DD's layout, because in my situation it was possible to go for a true cross browser solution. Without the layout and without a float on the DD's, each term and definition sit perfectly together

Re: [css-d] Different body backgrounds

2008-07-01 Thread David Hucklesby
On Tue, 1 Jul 2008 02:06:12 -0400, Kim Brooks Wei wrote: Hi People, What might be a good way to get the body bg on this page white. The default body for the site's home page is yellowish. http://thewei.com/culture/princeton04july08.php Can you put a class name on the BODY tag? That way

Re: [css-d] Different body backgrounds

2008-07-01 Thread Holly Bergevin
Kimi wrote: What might be a good way to get the body bg on this page white. The default body for the site's home page is yellowish. http://thewei.com/culture/princeton04july08.php For any page that you need to have just one or a few elements do something different, without changing the page

[css-d] Positioning vs. Monitor Size

2008-07-01 Thread Steve LaBadie
Is there a way to style positioning so it works on all monitor sizes? I use a 22 flat screen for deevloping but have to check my pages using a 19 square monitor to see if everything is rendering properly. Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg,

[css-d] IE 7 -- CSS Menu

2008-07-01 Thread Sohail Aboobaker
Hi, The CSS drop down menu shifts to the right in IE7 and shows up correctly in IE6 and firefox. Is there a known fix for this issue? The menu can be found here. http://www.newwavecell.com/24jun08/ Thanks for your help. Regards, Sohail Aboobaker.

Re: [css-d] IE 7 -- CSS Menu

2008-07-01 Thread Bill Brown
Sohail Aboobaker wrote: Hi, The CSS drop down menu shifts to the right in IE7 and shows up correctly in IE6 and firefox. Is there a known fix for this issue? The menu can be found here. http://www.newwavecell.com/24jun08/ Thanks for your help. Regards, Sohail Aboobaker. Hi Sohail, From

[css-d] 100% Height problem

2008-07-01 Thread Luc
Good afternoon list, I'm experimenting with 100% height and ran into some x-browser inconsistencies (no surprise here). Problems: [1] IE seems to do the trick, except the footer overlaps a bit the content. [2] Opera, FF and Moz all have the same trouble: the header doesn't sit

Re: [css-d] IE 7 -- CSS Menu

2008-07-01 Thread Sohail Aboobaker
Thanks Bill, I added zero margins as per your suggestion but no luck. I added following in qs_main.css #mainnav ul,#mainnav li{list-style:none;margin:0;padding:0;} Wasn't the margin for mainnav ul already defined as zero as in following segment: #mainnav ul { margin: 0; padding: 0;

Re: [css-d] 100% Height problem

2008-07-01 Thread Bill Brown
Luc wrote: Good afternoon list, I'm experimenting with 100% height and ran into some x-browser inconsistencies (no surprise here). Problems: [1] IE seems to do the trick, except the footer overlaps a bit the content. [2] Opera, FF and Moz all have the same trouble: the header

Re: [css-d] IE 7 -- CSS Menu

2008-07-01 Thread Bill Brown
Sohail Aboobaker wrote: Thanks Bill, I added zero margins as per your suggestion but no luck. I added following in qs_main.css #mainnav ul,#mainnav li{list-style:none;margin:0;padding:0;} Wasn't the margin for mainnav ul already defined as zero as in following segment: #mainnav ul {

Re: [css-d] 100% Height problem

2008-07-01 Thread David Laakso
Luc wrote: Good afternoon list, I'm experimenting with 100% height and ran into some x-browser inconsistencies (no surprise here). http://dzinelabs.com/sandbox/Height.html Maybe Paul O'Brien's method might help? http://www.pmob.co.uk/temp/2colfixedtest_4.htm --

Re: [css-d] IE 7 -- CSS Menu

2008-07-01 Thread Sohail Aboobaker
That seems to do the trick. I also removed the extra px from 0 px. Thanks Bill, Regards, Sohail On Tue, Jul 1, 2008 at 4:56 PM, Bill Brown [EMAIL PROTECTED] wrote: Sohail Aboobaker wrote: Thanks Bill, I added zero margins as per your suggestion but no luck. I added following in

Re: [css-d] : Scrollbar for iframe not showing up in Safari/Mac

2008-07-01 Thread Christian Kirchhoff privat
So, does anybody know whethzer this is a HTML or a CSS problem, or both, or something else? Best regards, Christian Kirchhoff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ingo Chao Sent: Tuesday, July 01, 2008 1:15 AM To: Christian Kirchhoff

Re: [css-d] Positioning vs. Monitor Size

2008-07-01 Thread Michael Geary
From: Steve LaBadie Is there a way to style positioning so it works on all monitor sizes? I use a 22 flat screen for deevloping but have to check my pages using a 19 square monitor to see if everything is rendering properly. Monitor size in inches has no effect whatsoever on any browser

Re: [css-d] 100% Height problem

2008-07-01 Thread Luc
Good evening Bill, It was foretold that on 01/07/2008 @ 16:46:09 GMT-0400 (which was 17:46:09 where I live) Bill Brown would write: snipped a bit I've tweaked your code a bit and published my results at: http://theholiergrail.com/tests/height/index.html Let me know if it helps!

Re: [css-d] 100% Height problem

2008-07-01 Thread Luc
Good evening David, It was foretold that on 01/07/2008 @ 17:00:39 GMT-0400 (which was 18:00:39 where I live) David Laakso would write: Maybe Paul O'Brien's method might help? http://www.pmob.co.uk/temp/2colfixedtest_4.htm That's a nice one too David, tnx! -- Best regards, Luc