Re: [css-d] IE not recognizing block level element in nav?

2008-08-24 Thread Gunlaug Sørtun
Daniel Hammond wrote: URL: http://www.studentremix.org/test/ms/index.htm CSS: [...] IE 6 and 7 do not show the hover state until the cursor is hovering over the nav link's text itself, rather than just being over the area of the block level element. Give IE a real rather than a transparent

[css-d] content div not attaching to footer

2008-08-24 Thread Gianni Wise
This must seem like a basic question to some of you but I have not been able to find the answer through the archives.. nor through my own late hours at this first css layout site I am doing. Basically I have 2 divs - right and left inside a main content div which has a white background

Re: [css-d] content div not attaching to footer

2008-08-24 Thread David Laakso
Gianni Wise wrote: Basically I have 2 divs - right and left inside a main content div which has a white background color. The white bground content div does not go right down to the footer. It works OK in Dreamweaver but not in Fireworks or Safari (latest versions). But it is OK in IE

[css-d] CSS IE6 help

2008-08-24 Thread Christine Kilger
Hello, I am mostly a lurker on this group and need some help with a page I am on deadline with. On IE 6 the spotlight areas is dropping down and after an entire day of working on it I am about to give up. Any help would be appreciated. You can view the CSS page here:

Re: [css-d] CSS IE6 help

2008-08-24 Thread David Laakso
Christine Kilger wrote: On IE 6 the spotlight areas is dropping down and after an entire day of working on it I am about to give up. Any help would be appreciated. http://www.evergladesplan.org/index_NEW_2008.html Christine Either you have resolved this or I am out-to-lunch and

Re: [css-d] CSS IE6 help

2008-08-24 Thread Alan K Baker
Christine. I have just looked at your page on two adjacent screens, one with IE6 and one with IE7 and they look identical. I didn't measure to the last pixel, but what the heck? It looks fine to me. I see no drop down. :-) Regards, Alan. www.theatreorgans.co.uk

Re: [css-d] CSS IE6 help

2008-08-24 Thread Bill Brown
Christine Kilger wrote: You can view the CSS page here: http://www.evergladesplan.org/index_NEW_2008.html Again, any help would be much appreciated! Hi Christine, I was not as fortunate as Alan and David -- I was having some real problems viewing your site. These adjustments seemed to help

Re: [css-d] CSS IE6 help

2008-08-24 Thread Gunlaug Sørtun
Christine Kilger wrote: On IE 6 the spotlight areas is dropping down and after an entire day of working on it I am about to give up. http://www.evergladesplan.org/index_NEW_2008.html Maybe this is close enough for comfort... http://www.gunlaug.no/tos/alien/ck/test_08_0824.html regards

[css-d] Centering Containers

2008-08-24 Thread taestrada
I'm having some centering problems with my navigation. IE 7 looks good for the main green navigation (with Home, About Us, etc.), but Firefox is off. (I haven't checked IE 6 yet as I don't have a computer at home with IE 6.) The secondary navigation (Basics, Damage, etc.) is completely off. It

Re: [css-d] CSS IE6 help

2008-08-24 Thread Ceri Richard
Newbie coder here, feel free to ignore :-) The header image is 126px high but you don't seem to have any css for a header div - when I add: #header { height:126px; } to the css, the navigation sits directly below the header image with no gap (viewed in Firefox 3). ceri On Sun, Aug 24, 2008

Re: [css-d] Centering Containers

2008-08-24 Thread David Laakso
taestrada wrote: I'm having some centering problems with my navigation. IE 7 looks good for the main green navigation (with Home, About Us, etc.), but Firefox is off. (I haven't checked IE 6 yet as I don't have a computer at home with IE 6.) The secondary navigation (Basics, Damage, etc.) is

Re: [css-d] width:100% + padding/margin question

2008-08-24 Thread Chang Huang
Oh, sorry, I forgot to mention that #box2 is floated, thus it does not occupy the whole width of #box1. Without setting #box2 to width:100%, I believe that its width relies on how long the content is. Correct me if I'm wrong. Thanks On 22/08/2008, at 6:00 PM, Bill Brown wrote: Chang

Re: [css-d] Centering Containers

2008-08-24 Thread David Laakso
taestrada wrote: David, that worked great for the top nav, but the secondary nav is still not centered. Anymore ideas? Thank you so much for taking your time to help me. Alix http://www.cascadepest.com/_NEW_SITE/rodents/index.html For a lot of reasons please bottom post

Re: [css-d] Centering Containers

2008-08-24 Thread David Laakso
David Laakso wrote: taestrada wrote: David, that worked great for the top nav, but the secondary nav is still not centered. Anymore ideas? Thank you so much for taking your time to help me. Alix http://www.cascadepest.com/_NEW_SITE/rodents/index.html

Re: [css-d] Overriding Inline Styles w Attribute Selectors !important

2008-08-24 Thread Elli Vizcaino
Hi Bill, Yup targeting a class or ID in the element w !important works great to override inline elements. And thanks for helping clarify specificity a bit more than I already understood it. Elli --- On Sat, 8/23/08, Bill Brown [EMAIL PROTECTED] wrote: From: Bill Brown [EMAIL PROTECTED]

Re: [css-d] content div not attaching to footer

2008-08-24 Thread Gianni Wise
You can't trust any editor's viewer, not even DWs. Test only in your target browsers. Add to provide default browser margin/padding: html, body {margin:0;padding:0;} #content{ overflow:hidden; :: add to contain the floats } Amend: #footer{ padding: 10px 0; -::add

Re: [css-d] Centering Containers

2008-08-24 Thread David Laakso
David Laakso wrote: David Laakso wrote: taestrada wrote: David, that worked great for the top nav, but the secondary nav is still not centered. Anymore ideas? Alix http://www.cascadepest.com/_NEW_SITE/rodents/index.html

Re: [css-d] Centering Containers

2008-08-24 Thread taestrada
-Original Message- From: David Laakso [mailto:[EMAIL PROTECTED] Sent: Sunday, August 24, 2008 6:19 PM To: taestrada Cc: css discuss Subject: Re: [css-d] Centering Containers David Laakso wrote: taestrada wrote: David, that worked great for the top nav, but the secondary nav is

Re: [css-d] Centering Containers

2008-08-24 Thread taestrada
-Original Message- From: David Laakso [mailto:[EMAIL PROTECTED] Sent: Sunday, August 24, 2008 9:38 PM To: taestrada Cc: css discuss Subject: Re: [css-d] Centering Containers David Laakso wrote: David Laakso wrote: taestrada wrote: David, that worked great for the top