RE: [WSG] PC IE problem

2005-01-06 Thread Graham
From a very brief look I guess it may be a margin problem because of the
wide image. You may have to include this hack to adjust margins for
different browsers.

.item {
margin-left: 10%;
}   
htmlbody .item {margin-left: 20%; }
/*** IE doubles the margin on the float. This sets
 the margin to the correct width for others 
***/

Graham

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Mary Wright
Sent: Thursday, 6 January 2005 10:38 PM
To: wsg@webstandardsgroup.org
Subject: [WSG] PC IE problem

I've produced a simple 3-page website which appears as intended on 
Safari, Firefox, Camino and even (gasp!) IE 5.2 for Mac, also Firefox 
and Mozilla for PC, but not IE6 for PC. If you look at 
www.startwelllearning.co.uk/catalogue.html, you'll see the problem with 
the right-hand margin. The other 2 pages appear to be OK.

The CSS is at www.startwelllearning.co.uk/styles/first.css and both it 
and the html validate. Any help would be much appreciated.
Thanks,

Mary

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] PC IE problem

2005-01-06 Thread Bruce
Hope this isn't unrelated, but I would encode the email addy for spam 
bots. Page looks good to me, ie6 pc

Bruce
www.bkdesign.ca
Mary Wright wrote:
I've produced a simple 3-page website ...
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


RE: [WSG] PC IE problem

2005-01-06 Thread Trusz, Andrew
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Graham
Sent: Thursday, January 06, 2005 7:12 AM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] PC IE problem

From a very brief look I guess it may be a margin problem because of the
wide image. You may have to include this hack to adjust margins for
different browsers.

.item {
margin-left: 10%;
}   
htmlbody .item {margin-left: 20%; }
/*** IE doubles the margin on the float. This sets
 the margin to the correct width for others ***/

Graham



The banner isn't floated. It is in a table -- tsk, tsk. And the cell for the
catalogue gif contains an id called introduction. Your css contain a class
intro but I don't see an introduction. Does that matter? Depends on what
you thought introduction was supposed to do.

Code validates.

drew
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] PC IE problem

2005-01-06 Thread JohnyB
Huh, don't know why, but this quick'n'dirty hack worked:
* html #banner {width: 101.9%;}
--
Jan Brasna :: alphanumeric.cz | webcore.cz | designlab.cz | janbrasna.com
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**