[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:
http://www.evergladesplan.org/index_NEW_2008.html

This is my Photoshop comp:
http://www.evergladesplan.org/2008_homepage_2.html

Again, any help would be much appreciated!

Thanks,
Christine
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 don't 
understand the issue.
(comparing XP IE/6, IE/7, FF, and Opera)

-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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
www.virtualtheatreorgans.com
Admin: ConnArtistes, UKShopsmiths, 2nd Touch  A-P groups
Shopsmith 520 + bits
Flatulus Antiquitus


  - Original Message - 
  From: Christine Kilger 
  To: css-d@lists.css-discuss.org 
  Sent: Friday, August 22, 2008 3:47 PM
  Subject: [css-d] CSS IE6 help


  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..
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 for IE6.

Add them at the bottom of your head element to see if they help you:
!--[if IE 6]
style type=text/css
/* place css box model fixes for IE 6 in this conditional comment */
#bgContainer {
  width: 760px;
  }
#container {
  background-color: #fff;
  }
#mainContent {
  margin: 0;
  }
/style
![endif]--

Good luck!
--Bill


-- 
~~~
TheHolierGrail.com | MacNimble.com | Cyber-Sandbox.com | Anytowne.com
Bill Brown, Web Developer - From dot concept to dot com since 1999
The intuitive mind is a sacred gift and the rational mind is a
faithful servant. We have created a society that honors the servant and
has forgotten the gift. -- Albert Einstein
~~~
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 at 5:30 PM, Gunlaug Sørtun [EMAIL PROTECTED] wrote:

 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
Georg
 --
 http://www.gunlaug.no
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/