Re: [css-d] IE 6 strikes again .....

2008-11-25 Thread Bill Brown
Ambient Glow wrote:
 I had a number of CSS issues with IE on this draft page, but, thanks
 to Gunlaug's help, most of them are worked out.  The page is
 displaying fine for in IE7, but client says it is splitting in two and
 the navigation is detached in IE 6.
 http://ambientglow.com/garage/jfogg/sample-home.html
 CSS: http://ambientglow.com/garage/jfogg/_css/home.css
 Any idea on fixes?
 Thanks!
 Peg
 ambientglow

Hi Peg,

IE6 being the fragile kid on the playground these days is rather 
sensitive to HTML errors when rendering pages. You have an extra closing 
div [1] in there somewhere which is probably throwing off the DOM tree 
for IE6. The bigger kids are just making an assumption which is more in 
line with what you actually want, but ultimately, the less a browser has 
to assume about your intent, the better the page will display.

[1]
http://validator.w3.org/check?verbose=1uri=http%3A%2F%2Fambientglow.com%2Fgarage%2Fjfogg%2Fsample-home.html

Best,
Bill

-- 
!--
  ! Bill Brown - [EMAIL PROTECTED] - 484-809-8077
  ! WebDevelopedia.com, TheHolierGrail, MacNimble.com
  ! 24 Countryside Drive, Johnston, RI 02919
--
__
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] IE 6 strikes again .....

2008-11-25 Thread Michael Adams
On Tue, 25 Nov 2008 10:07:03 -0800
Came this utterance fomulated by Ambient Glow to my mailbox:

 I had a number of CSS issues with IE on this draft page, but, thanks
 to Gunlaug's help, most of them are worked out.  The page is
 displaying fine for in IE7, but client says it is splitting in two and
 the navigation is detached in IE 6.
 
 http://ambientglow.com/garage/jfogg/sample-home.html
 CSS: http://ambientglow.com/garage/jfogg/_css/home.css
 
 Any idea on fixes?
 

As a developer, if you have a Windows XP box, Multiple IE is really
useful for seeing these things. Be warned, some MultipleIE versions do
not 'exactly' replicate real world versions. But close is usually better
than having your customer report a site as broken.
http://tredosoft.com/Multiple_IE

It is your new task to try to get your site to work on as many browsers
as possible before the customer sees it ;-)

-- 
Michael

All shall be well, and all shall be well, and all manner of things shall
be well

 - Julian of Norwich 1342 - 1416
__
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/