[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


__
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] 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 worst
 crunching the graphic image at the top.

 Page is here: -

 http://www.sixvillages.co.uk

__
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] 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-expansion' in IE6.
The result is that the entire 'secondary_column' drops in IE6.

Change the margin to...

#whatsnew_box {
width: 266px;
margin-left: 14px;
}

and you'll get a pretty good line-up in all browsers, with 2px to spare
for those side-borders.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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 left column to stick
out farther than the navigation please let me know. My coding eyes are
getting blurry.

 

Thanks in advance.

Adam

 

 

 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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?
thanks!
steve

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 problem you describe in xp(comparing 
ie/6.0 to opera /9.0).  They look identical to me. There is one 
exception. In opera I default to fuchsia for background-color.  I get 
fuchsia as the background-color on all of your pages in opera.
Regards,
~dL

-- 

http://chelseacreekstudio.com/ca/ccs/pow/pow.html

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 pages and the problem doesn't present
itself again until I mouse over the menu items. I haven't looked at the CSS
but you may want to check for any kind of anomalies. I also noticed that in
you menu list, you have some empty em/em on each item, is that
intentional?

ul class=nav IR
li class=homelinka href=/em/emhome/a/li
li class=aboutuslinka href=/about.phpem/emabout us/a/li
li class=portfoliolinka
href=/portfolio.phpem/emportfolio/a/li
li class=contactlinka href=/contact.phpem/emcontact/a/li
/ul

Bob

 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.4/375 - Release Date: 06/25/06
 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 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?

IE needs its 'hasLayout'[1] trigger.

Adding...
.content {width: 100%;}
...will do just fine in that layout.

Additional comments:

You don't have a 'body background', and those rounded areas are
designed to go with a white 'body background'. My 'body background
default' is gray ATM, so it doesn't look too good.

Adding...
body {background: #fff;}
...will make the result more reliable.

---

You have triggered the 'em font-resizing bug' in IE.
http://www.gunlaug.no/contents/wd_additions_13.html

Adding...
html {font-size: 100%;}
...will fix that - and also keep your hidden nav-text from becoming visible.

---

Line-up of nav tabs doesn't look good in my Opera 9/win2K. You better
have a look at that.


regards
Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site check - IE on Mac

2006-04-15 Thread Stephen Karsch
looks good

http://www.stevekarsch.com/temp/newscreen.jpg

steve

Christine Ce wrote:
 On 4/15/06, Philippe Wittenbergh [EMAIL PROTECTED] wrote:

 The classic IE mac problem...
 
 
 snip
 
 There is a way to solve this:
 .portfolio-thumbnail {
 float: left;
 width:1px; white-space:nowrap; /*  add this */
 }

 You cannot show this to other browsers...

 * htmlbody .portfolio-thumbnail  is a filter, only IE mac will
 recognize this. [2]
 
 
 Thank you very much for that Philippe.
 
 I have made the changes you suggested (well I hope, that's if I understood
 correctly!), could someone check again for me please?
 
 www.wuongean.com/beta/index.htm
 
 Thank you in advance!
 
 Christine
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site check - IE on Mac

2006-04-15 Thread Christine Ce
Thanks everyone for your help.

:-)
Christine
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Site check - IE on Mac

2006-04-14 Thread Christine Ce
Hello,

Could someone please have a look at this page in Mac Explorer?

www.wuongean.com/beta/index.htm

It looks fine in Firefox and Windows Explorer, but am told that in IE on Mac
the thumbnails are lower down on the page.

Thank you!

Christine Ce
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site check - IE on Mac

2006-04-14 Thread Stephen Karsch
Christine,
I posted a couple screenshots for you (Mac IE 5.2.3):

http://www.stevekarsch.com/temp/screen1.jpg
http://www.stevekarsch.com/temp/screen2.jpg

hope that helps...
steve


Christine Ce wrote:
 Hello,
 
 Could someone please have a look at this page in Mac Explorer?
 
 www.wuongean.com/beta/index.htm
 
 It looks fine in Firefox and Windows Explorer, but am told that in IE on Mac
 the thumbnails are lower down on the page.
 
 Thank you!
 
 Christine Ce
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site check - IE on Mac

2006-04-14 Thread Christine Ce
Thanks for that Stephen, it does help.

Anyone got any idea why this might be happening?

The css files are here:
www.wuongean.com/beta/wuongean2collayout.css
www.wuongean.com/beta/wuongeangeneralstyles.css

Thanks in advance for any advice.

Christine

On 4/15/06, Stephen Karsch [EMAIL PROTECTED] wrote:

 Christine,
 I posted a couple screenshots for you (Mac IE 5.2.3):

 http://www.stevekarsch.com/temp/screen1.jpg
 http://www.stevekarsch.com/temp/screen2.jpg

 hope that helps...
 steve

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site check - IE on Mac

2006-04-14 Thread Philippe Wittenbergh

On Apr 15, 2006, at 10:42 AM, Christine Ce wrote:

 Could someone please have a look at this page in Mac Explorer?

 www.wuongean.com/beta/index.htm

 It looks fine in Firefox and Windows Explorer, but am told that in  
 IE on Mac
 the thumbnails are lower down on the page.

The classic IE mac problem...
1/ you declare a width on the #left-col, this causes IE mac to hick,  
and drops the column below the the right one.
But you don't need that width.

2/ when you use float, you *must* declare a width. IE Mac is a CSS  
2.0 browser, and a width is required for floats in that rec.  [1]
The problem is with your .portfolio-thumbnail class.

Now, you have a problem... the way you use it, it has to have a  
different width on each thumb.
There is a way to solve this:

.portfolio-thumbnail {
float: left;
width:1px; white-space:nowrap; /*  add this */
}

You cannot show this to other browsers...

* htmlbody .portfolio-thumbnail  is a filter, only IE mac will  
recognize this. [2]


[1] http://www.l-c-n.com/IE5tests/float2misc/#flwidth
[2] http://www.l-c-n.com/IE5tests/hiding/#anshow

Philippe
---
Philippe Wittenbergh
http://emps.l-c-n.com




__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site check - IE on Mac

2006-04-14 Thread Christine Ce
On 4/15/06, Philippe Wittenbergh [EMAIL PROTECTED] wrote:


 The classic IE mac problem...


snip

There is a way to solve this:

 .portfolio-thumbnail {
 float: left;
 width:1px; white-space:nowrap; /*  add this */
 }

 You cannot show this to other browsers...

 * htmlbody .portfolio-thumbnail  is a filter, only IE mac will
 recognize this. [2]


Thank you very much for that Philippe.

I have made the changes you suggested (well I hope, that's if I understood
correctly!), could someone check again for me please?

www.wuongean.com/beta/index.htm

Thank you in advance!

Christine
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] site check - IE bug?

2005-12-27 Thread {tonyFelice}
Please forgive me if I am asking a sophomoric or oft-asked query.  I am new
to the list, and did browse the archives, but I believe what I am seeing has
some sort of nickname that I do not yet know.  

What is going on in this page?
http://www.tfelice.com/variety/index.html 

Viewed in Firefox, all is as I would expect.

Viewed in IE 6.0.28 much of the backgrounds are 'missing'.  I can take
another application window, and 'wipe' it over the top of the IE layout, and
expose portions of the background.

Is this what is referred to as the 'peekaboo bug'?  The definitions of the
bug I have seen refer more to floats, afaict.

Any help would be greatly appreciated.  Thanks!

I would be very interested in hearing what causes this, and possible
workarounds.

Thanks,
Tony


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


Re: [css-d] site check - IE bug?

2005-12-27 Thread Gunlaug Sørtun
{tonyFelice} wrote:
 http://www.tfelice.com/variety/index.html

Now, you should have addressed that page for direct access, so I didn't
have to break out of frames in order to look at the actual trouble-spot.

 Viewed in Firefox, all is as I would expect.
 
 Viewed in IE 6.0.28 much of the backgrounds are 'missing'.

It's an IE/win bug alright. I think you've got the name right also,
although I never give name to bugs. I prefer descriptions since I would
run out of names before covering 1% of all IE-bugs.

The bug falls within the 'missing Layout'[1] group, and can be cured by
adding a 'hasLayout' trigger.
However, in your example one of the less destructive triggers is very
effective when placed at the right element.

Try adding:
  #border1 {position: relative;}
...which is the most used cure for your version of the bug. Tested on
your page.

BTW: looks like an overdone nesting-case if a white border is all you
want on that page. One wide border on #page would do just fine.

regards
Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
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/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] site check - *ie mac assistance

2005-12-05 Thread Web Lists
Hello,

The skeleton layout for this site appears to work fine in most everything
except for mac IE (which I've heard is not good!).
I would greatly appreciate some assistance to make the necessary stylesheet
adjustments to accommodate browsers appropriately.

html: http://layout.dev.l-s.com/
css: http://layout.dev.l-s.com/styles.css,
http://layout.dev.l-s.com/_styles/layout.css

thanks in advance,
David


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


[css-d] site check - ie mac broken ie win?

2005-09-02 Thread rashantha de silva

can you please check to see if the photo gallery works in ie win

http://srilankafoundation.org/events/past_events/tsunami_benefit/ 
benefit.html


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


Re: [css-d] site check - ie mac broken ie win?

2005-09-02 Thread David Merchant

At 06:44 AM 9/2/2005 -0700, rashantha de silva wrote:

can you please check to see if the photo gallery works in ie win

http://srilankafoundation.org/events/past_events/tsunami_benefit/ 
benefit.html


404 Not Found

Even when took space out ...tsunami_benefit/benefit.html, still 404.

TTFN,
David

Director of Integrated Technology
CATALyST
Louisiana Tech University
catalyst.latech.edu

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


Re: [css-d] site check - ie mac broken ie win?

2005-09-02 Thread rashantha de silva


On Sep 2, 2005, at 7:34 AM, David Merchant wrote:


At 06:44 AM 9/2/2005 -0700, rashantha de silva wrote:


can you please check to see if the photo gallery works in ie win

http://srilankafoundation.org/events/past_events/tsunami_benefit/ 
benefit.t




404 Not Found


sorry about that.

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


Re: [css-d] site check: IE MAC

2005-08-31 Thread jeremy

I am so thankful for comments like that.
THIS is the information that I would love to know!
Thank you thank you.


It seems that this type of CSS information has been hardest to find.
-jeremy


Roger Roelofs wrote:


Jeremy,

On Aug 30, 2005, at 2:57 PM, jeremy wrote:


Hi there...
I am having some problems with this site on IE for Mac (no 
surprises..) The content is starting halfway down the page.

http://tct2005.com/

I was wondering if someone could point me in the right direction 
towards debugging the issue.



IE/Mac was written before css 2.1.  CSS 2.0 requires that floated 
elements have a width defined.  Since #love has no width specified, 
ie/mac makes it 100% in width, forcing the other elements down.  CSS 
2.1 allows floats to 'shrink-to-fit'.


hth

Roger,

Roger Roelofs
Remember, if you’re headed in the wrong direction,
God allows U-turns!
  ~Allison Gappa Bottke



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


[css-d] site check: IE MAC

2005-08-30 Thread jeremy

Hi there...
I am having some problems with this site on IE for Mac (no surprises..) 
The content is starting halfway down the page.

http://tct2005.com/

I was wondering if someone could point me in the right direction towards 
debugging the issue.

thanks
-jeremy

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


Re: [css-d] site check: IE MAC

2005-08-30 Thread Roger Roelofs

Jeremy,

On Aug 30, 2005, at 2:57 PM, jeremy wrote:


Hi there...
I am having some problems with this site on IE for Mac (no 
surprises..) The content is starting halfway down the page.

http://tct2005.com/

I was wondering if someone could point me in the right direction 
towards debugging the issue.


IE/Mac was written before css 2.1.  CSS 2.0 requires that floated 
elements have a width defined.  Since #love has no width specified, 
ie/mac makes it 100% in width, forcing the other elements down.  CSS 
2.1 allows floats to 'shrink-to-fit'.


hth

Roger,

Roger Roelofs
Remember, if you’re headed in the wrong direction,
God allows U-turns!
  ~Allison Gappa Bottke
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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 issue for these two users 
... I'm hoping someone on this list will see it and suggest a solution.


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


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 main 
div due to padding)  I can't seem to identify the issue for these two 
users ... I'm hoping someone on this list will see it and suggest a 
solution.



Tanja, I can remember we had two threads with a similar problem: 
left-floated navigation with images, and following main content 
dropped below  - depending on the direction of the wind.


(
http://archivist.incutio.com/viewlist/css-discuss/57494
http://archivist.incutio.com/viewlist/css-discuss/59324
)

If that is the problem you are speaking of, than these two persons 
have probably a slow connection? Is it only on first load and vanishes 
on reload, or is it a permanent problem?


In these threads, a suggestion was to trim the alt-text of the images.
Depending on the text zoom settings,
Association of Home Appliance Manufacturers may be too long to fit 
in one line, and IE will expand the space when the image properties 
are not fully loaded for some reasons.


So I would like to ask you too:
Copy the page as is, and just change the alt text of all images to the 
left to . Ask the two persons to clear their cache (tell them 
exactly how to) and restart IE, before they switch from one page to 
another. Does it make a difference?


Ingo



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


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 seem to identify the issue for these two 
users ... I'm hoping someone on this list will see it and suggest a 
solution.


Tanya

I'm not sure I can identify the problem either, but here are some 
observations:
It may be the two users do not have their default font-setting at 
'medium'-- if it is set at 'larger,' or 'largest' the problem occurs.
The users in question may have their security setting High, disabling 
your js font-size thing. If they re-size the fonts using the toolbar, 
the right column drops due to the font bug(below), and width problems.
You have the font-size set on the body in em, triggering a font-resizing 
bug in IE-- change it to percent.
You have the width of the outer-most container set at 800; consequently, 
regardless of the browser, users are getting a scroll bar at 800. Try 
bringing down to 780 or a little less-- you may need to hack the widths 
for IE, as well.
aside: The menu you are using does not function well if any font-zoom is 
used-- and will continue to be a problem in IE, as well, even after 
resolving the font bug..

Regards,
David Laakso


--
David Laakso
http://www.dlaakso.com/


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


Re: [css-d] Site check IE

2005-06-15 Thread Daniel Doesburg

Hi Scott,

There is no menu only a loginbox.

Regards,

Daniel



Scott Blanchard schreef:


http://v5.octane8.com/Scott_Test/default.aspx?id=11

Can someone take a look at the menu on the left side of the page. The
sibling LI element of the x8_expandoActive element is inheriting the link
color (Yellow) when it shouldn't. The link should only highlight when it's
the current link like here:

http://v5.octane8.com/Scott_Test/default.aspx?id=12



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


[css-d] Site check IE Mac issue

2005-06-09 Thread Janet Lynn Ford
Hello to All,
I'm re-doing an older site  moving it from tables to CSS  could use
a quick check  some help. I've got many of the bugs out, but I've
used a couple conditional comments  if someone could view with IE 5.0
and IE 5.5, I'd appreciate it as I can't view if the layout is working
as planned because I have multiple IEs installed  view at IE 6.0.

Also, I don't have access to a Mac and in IE5 it seems that the floats
on the right side of this page:
http://www.hopetribute.org/new-site/index.htm 
are wrapping underneath the center content of the page - would anyone
have a solution for that problem? (The first float in the list stays
put, the successive ones fall out of place.)

As well... advice?... there is a guest book that is currently
formatted in tables - many, many pages and entries. Would anyone have
an opinion if that content would be better displayed in another
manner? (Maybe a definition list?)
Old version is here: http://www.hopetribute.org/guest_additions.htm

Thoughts?
Thanks in advance!
Janet
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site check IE Mac issue

2005-06-09 Thread David Laakso
On Thu, 09 Jun 2005 20:37:37 -0400, Janet Lynn Ford [EMAIL PROTECTED]  
wrote:

..

I've got many of the bugs out, but I've
used a couple conditional comments  if someone could view with IE 5.0
and IE 5.5, I'd appreciate it as I can't view if the layout is working
as planned because I have multiple IEs installed  view at IE 6.0.
Wish I could offer more than screen captures of the 'evil one:'   
win/2000-5/5.5/6.0 at 800  1024.

http://www.browsercam.com/public.aspx?proj_id=168957

http://www.hopetribute.org/new-site/index.htmJanet


Regards,
David Laakso
--
http://www.dlaakso.com/

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


Re: [css-d] Site check IE Mac issue

2005-06-09 Thread Janet Lynn Ford
 Wish I could offer more than screen captures of the 'evil one:'
 win/2000-5/5.5/6.0 at 800  1024.
 http://www.browsercam.com/public.aspx?proj_id=168957
  http://www.hopetribute.org/new-site/index.htmJanet

Thanks David, I appreciate the screens. Guess I'll have to play a bit
more with the conditional comments however as I thought I had those
resolved. :(
Janet
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Site check - IE width problem

2005-05-13 Thread Mike Davies
I have a problem with this page in IE. The page renders correctly in
Opera and Firefox.

There are three floated columns inside a container div. 
rightcol w=160px, leftcol w=160px, contentcol w=430px all have padding,
margin and border =0. wrap has width 755px. IE renders the rightcol
below the other two which appears to be related to the widths but I
can't see why as the three total 750px. Can anyone comment?

Also seems to be a problem with the top/bottom margins above and below
the nav. list.

Any help appreciated

Page : www.integrawebdesign.co.uk/dunmaglass/dunmaglass.html
css : www.integrawebdesign.co.uk/dunmaglass/dunmagla.css
  www.integrawebdesign.co.uk/dunmaglass/layout.css

-- 
Mike Davies
Integra Web Design, Huntly, AB54 4XP
01466 700213www.integrawebdesign.co.uk

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


Re: [css-d] Site check - IE width problem

2005-05-13 Thread jack fredricks
3px bug?
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site check - IE width problem

2005-05-13 Thread Lothar B. Baier
Hi!
Mike Davies schrieb:
 I have a problem with this page in IE. The page renders correctly in
 Opera and Firefox.

 There are three floated columns inside a container div.
 rightcol w=160px, leftcol w=160px, contentcol w=430px all have padding,
 margin and border =0. wrap has width 755px. IE renders the rightcol
 below the other two which appears to be related to the widths but I
 can't see why as the three total 750px. Can anyone comment?
In either #leftcol and #rightcol you have pictures in a p-tag. P has 
padding. So IE expands the cols to fit in the pictures.

HTH
Lothar
--
www.markupmarks.de
www.design-dragon.de

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.9 - Release Date: 12.05.2005
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/