Re: [css-d] site check IE 6

2007-12-10 Thread Jim Davis
You need to add height: 1%; to the sixvillageslogo div and IE6 will be happy. Jim On Dec 10, 2007 11:26 AM, Bryan Hepworth <[EMAIL PROTECTED]> wrote: > Hi > > I'd be grateful if someone could check IE6 behaviour with my main page. > I've looked at several rendering pages with mixed results the w

[css-d] site check IE 6

2007-12-10 Thread Bryan Hepworth
Hi I'd be grateful if someone could check IE6 behaviour with my main page. I've looked at several rendering pages with mixed results the worst crunching the graphic image at the top. Page is here: - http://www.sixvillages.co.uk Links to check sites would be much appreciated. Bryan

Re: [css-d] site check IE 6

2006-11-08 Thread Gunlaug Sørtun
Adam Helweh wrote: > http://carlpritchard.secretsushi.com/homepage_template.html The numbers don't add up. #whatsnew_box { width: 266px; margin-left: 20px; } ...is too wide for... #secondary_column { width: 280px; } ...which causes overflow in most browsers, but 'auto

[css-d] site check IE 6

2006-11-07 Thread Adam Helweh
Hello Gang, I have downloaded IE 7 some time ago and now my IE6 eyes are blind. I do know that all browsers seem good except IE 5 & 6 on Mac and Win XP. The page is : http://carlpritchard.secretsushi.com/homepage_template.html Also, if anyone can spy the culprit that is causing the lef

Re: [css-d] site check - IE 6 please

2006-06-26 Thread Gunlaug Sørtun
Stephen Karsch wrote: > ok, i'm sort of ashamed to call myself a web developer but i can't > figure this one out... Ok :-) but if that's the criteria, then none of use can use the working-title of 'web developer' ;-) > http://www.webcre8ive.com/ > > on IE6 the body background SOMETIMES disappea

Re: [css-d] site check - IE 6 please

2006-06-26 Thread Bob Boisvert
> IE6 the body background SOMETIMES disappears...on some pages i can > load it up and it looks fine, but then i reload and some of the content > Background is missing... < Steve, I can see what you're talking about in Windows XP Pro IE6, when the page loads. I can go back and forth between page

Re: [css-d] site check - IE 6 please

2006-06-26 Thread David Laakso
Stephen Karsch wrote: > http://www.webcre8ive.com/ > > on IE6 the body background SOMETIMES disappears...on some pages i can > load it up and it looks fine, but then i reload and some of the content > background is missing... > > any ideas? > thanks! > steve I am not able to reproduce the the pro

[css-d] site check - IE 6 please

2006-06-26 Thread Stephen Karsch
ok, i'm sort of ashamed to call myself a web developer but i can't figure this one out... http://www.webcre8ive.com/ on IE6 the body background SOMETIMES disappears...on some pages i can load it up and it looks fine, but then i reload and some of the content background is missing... any ideas

Re: [css-d] Site Check: IE 6

2005-08-10 Thread David Laakso
Tanya Renne wrote: Two people in a client of 20 people are having trouble with this page: http://www.orchidsuites.net/aham - the splash image on the right is sliding down below the navigation on the left. While I fixed the issue for most IE users (too wide main div due to padding) I can't s

Re: [css-d] Site Check: IE 6

2005-08-10 Thread Tanya Renne
bingo! you rock Ingo Chao wrote: Tanya Renne wrote: Two people in a client of 20 people are having trouble with this page: http://www.orchidsuites.net/aham - the splash image on the right is sliding down below the navigation on the left. While I fixed the issue for most IE users (too wide

Re: [css-d] Site Check: IE 6

2005-08-10 Thread Ingo Chao
Tanya Renne wrote: Two people in a client of 20 people are having trouble with this page: http://www.orchidsuites.net/aham - the splash image on the right is sliding down below the navigation on the left. While I fixed the issue for most IE users (too wide main div due to padding) I can't se

[css-d] Site Check: IE 6

2005-08-10 Thread Tanya Renne
Two people in a client of 20 people are having trouble with this page: http://www.orchidsuites.net/aham - the splash image on the right is sliding down below the navigation on the left. While I fixed the issue for most IE users (too wide main div due to padding) I can't seem to identify the i

Re: [css-d] Site check. IE 6 gets it wrong, IE 5.5 gets it right???

2005-04-30 Thread Bob Easton
jack fredricks wrote: *html .sectionLanding .contentArea {width:540px} and .sectionLanding .landingSidebar {float:left; width:135px; border-right:1px solid #ccc; height:200px; background:orange} 1) each landingsidebar is 136px wide (135px + 1px border-right) 2) the star * html rule is telling IE6 t

Re: [css-d] Site check. IE 6 gets it wrong, IE 5.5 gets it right???

2005-04-29 Thread jack fredricks
*html .sectionLanding .contentArea {width:540px} and .sectionLanding .landingSidebar {float:left; width:135px; border-right:1px solid #ccc; height:200px; background:orange} 1) each landingsidebar is 136px wide (135px + 1px border-right) 2) the star * html rule is telling IE6 to make the content

[css-d] Site check. IE 6 gets it wrong, IE 5.5 gets it right???

2005-04-29 Thread Scott Blanchard
http://v5.octane8.com/webstandards/menus/pics/activesection.htm Look at the floated elements in the content area. I want them to fill the available area 4 abreast. However, IE 6 seems to think it can't fit the 4th element even though there is enough space for it (IE 5.5 however shows the same disp