[WSG] different margin in ie from firefox

2006-11-06 Thread Robin @ Xplore.net
I have a small problem with my margin which is not rendering the same in ie
as it is in firefox and netscape, could anyone see what the problem might be
please?
http://www.starfoods.co.nz/test/testsplash.htm

cheers for your help


Robin.



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] different margin in ie from firefox

2006-11-06 Thread John Faulds

Two problems: IE's double margin and 3px gap bugs.

For the first, add display: inline to #left_pos and for the second you can  
give IE only a margin-left of 414px for #right_pos.


On Tue, 07 Nov 2006 09:12:16 +1000, Robin @ Xplore.net [EMAIL PROTECTED]  
wrote:


I have a small problem with my margin which is not rendering the same in  
ie
as it is in firefox and netscape, could anyone see what the problem  
might be

please?
http://www.starfoods.co.nz/test/testsplash.htm

cheers for your help


Robin.



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





--
Tyssen Design
Web  print design services
www.tyssendesign.com.au
Ph: (07) 3300 3303
Mb: 0405 678 590


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] different margin in ie from firefox

2006-11-06 Thread John Faulds
No, I didn't mean change the left margin to 414 for *all* browsers; I  
meant only for IE. You'd use an IE-only filter like


* html #right_pos { margin-left: 414px; }

or use IE conditional comments to make sure only IE sees that rule.

(By the way, you don't need to start a new subject for something related  
to one you already had going.)


On Tue, 07 Nov 2006 12:16:50 +1000, Robin @ Xplore.net [EMAIL PROTECTED]  
wrote:



Hello,

I have a small problem with my margin which is not rendering the same in  
ie
as it is in firefox and netscape, could anyone please have a quick look  
and

suggest to me what the problem might be.
It's the left hand column which is not sitting beneath the white area as  
it

should.

http://www.starfoods.co.nz/test/testsplash.htm


cheers for your help


Robin.



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





--
Tyssen Design
Web  print design services
www.tyssendesign.com.au
Ph: (07) 3300 3303
Mb: 0405 678 590


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] different margin in ie from firefox

2006-11-06 Thread Robin @ Xplore.net
Thanks a lot for your help John,

I am pretty new to the mailing list and to compliant template building (as I
am sure you are aware).
I will head your warnings about starting a new subject.

Thanks again.

Robin 

-Original Message-
From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED]
On Behalf Of John Faulds
Sent: Tuesday, 7 November 2006 3:43 p.m.
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] different margin in ie from firefox

No, I didn't mean change the left margin to 414 for *all* browsers; I  
meant only for IE. You'd use an IE-only filter like

* html #right_pos { margin-left: 414px; }

or use IE conditional comments to make sure only IE sees that rule.

(By the way, you don't need to start a new subject for something related  
to one you already had going.)

On Tue, 07 Nov 2006 12:16:50 +1000, Robin @ Xplore.net [EMAIL PROTECTED]  
wrote:

 Hello,

 I have a small problem with my margin which is not rendering the same in  
 ie
 as it is in firefox and netscape, could anyone please have a quick look  
 and
 suggest to me what the problem might be.
 It's the left hand column which is not sitting beneath the white area as  
 it
 should.

 http://www.starfoods.co.nz/test/testsplash.htm


 cheers for your help


 Robin.



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Tyssen Design
Web  print design services
www.tyssendesign.com.au
Ph: (07) 3300 3303
Mb: 0405 678 590


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***