Re: [WSG] IE7 bug?

2007-01-14 Thread John Faulds
Adding #content { display: inline-block; } to your IE stylesheet should  
sort it out in IE7.

Not sure I understand the IE6 question.

On Mon, 15 Jan 2007 09:53:10 +1000, Rachel May [EMAIL PROTECTED]  
wrote:



Hi everyone,

I am currently working on this site:
http://brandmotto.web1.heliocell.com/clients.aspx and looks good in all
browsers cept IE (and haven't tested yet on Mac browsers).

In IE7, I get a large row of the background colour disappearing...  this  
is

remedied when the float:left is removed on the internal divs; however IE7
needs to be fully supported.

In IE6 all of my floated divs disappeared which I have currently  
'patched'

with removing the floats until I have guidance from the client on how he
wants to support IE6.

Are these two bugs related?  Any ideas on ways forward??


Thanks,
Rachel




***
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] IE7 bug?

2007-01-14 Thread Tom Roper

Hi Rachel,

Everything looks a-ok in Safari  Flock.
I dont know what to suggest, maybe instead of a float:left, use  a  
position:absolute and then play around with margins?? Jus a thought,  
I may be completely way off the mark.


IE should be placed in a lead container and thrown into the ocean!  
Does your CSS editor have an option to see what browsers are going to  
display badly so you dont need to load it up to check? I use Style  
Master on my Mac, and at the bottom of the screen it tells you whats  
not going to work, there is always a big red cross next to IE5 though!


Best

Tom

On 14 Jan 2007, at 23:53, Rachel May wrote:


Hi everyone,

I am currently working on this site:
http://brandmotto.web1.heliocell.com/clients.aspx and looks good in  
all

browsers cept IE (and haven't tested yet on Mac browsers).

In IE7, I get a large row of the background colour disappearing...   
this is
remedied when the float:left is removed on the internal divs;  
however IE7

needs to be fully supported.

In IE6 all of my floated divs disappeared which I have currently  
'patched'
with removing the floats until I have guidance from the client on  
how he

wants to support IE6.

Are these two bugs related?  Any ideas on ways forward??


Thanks,
Rachel




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



Tom Roper
07739611399
[EMAIL PROTECTED]





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

Re: [WSG] IE7 bug?

2007-01-14 Thread Gunlaug Sørtun

Rachel May wrote:
In IE6 all of my floated divs disappeared which I have currently 
'patched' with removing the floats until I have guidance from the 
client on how he wants to support IE6.


Keep them floating, and add 'position: relative'.

* html #content div {float: left; position: relative;}
...works fine in IE6.

regards
Georg
--
http://www.gunlaug.no


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



RE: [WSG] IE7 bug?

2007-01-14 Thread Rachel May
Hi Tom,

 

Thanks for checking that out for me in Safari and Flock!  

 

Cheers,

Rachel

 

  _  

From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED]
On Behalf Of Tom Roper
Sent: Monday, 15 January 2007 1:35 p.m.
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] IE7 bug?

 

Hi Rachel,

 

Everything looks a-ok in Safari  Flock. 

I dont know what to suggest, maybe instead of a float:left, use a
position:absolute and then play around with margins?? Jus a thought, I may
be completely way off the mark.

 

IE should be placed in a lead container and thrown into the ocean! Does your
CSS editor have an option to see what browsers are going to display badly so
you dont need to load it up to check? I use Style Master on my Mac, and at
the bottom of the screen it tells you whats not going to work, there is
always a big red cross next to IE5 though!

 

Best

 

Tom

 

On 14 Jan 2007, at 23:53, Rachel May wrote:





Hi everyone,

 

I am currently working on this site:

http://brandmotto.web1.heliocell.com/clients.aspx and looks good in all

browsers cept IE (and haven't tested yet on Mac browsers).

 

In IE7, I get a large row of the background colour disappearing... this is

remedied when the float:left is removed on the internal divs; however IE7

needs to be fully supported. 

 

In IE6 all of my floated divs disappeared which I have currently 'patched'

with removing the floats until I have guidance from the client on how he

wants to support IE6.

 

Are these two bugs related? Any ideas on ways forward??

 

 

Thanks,

Rachel

 

 

 

 

***

List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm

Help: [EMAIL PROTECTED]

***

 

 

Tom Roper

07739611399

[EMAIL PROTECTED]

 





 


***
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]
***

Re: [WSG] IE7 bug?

2006-08-03 Thread Nick Gleitzman

Andrew Ingram wrote:

The people who made the code originally were using left: -999em to 
hide the menu, the reasoning was so that screen-readers could still 
access them (as opposed to display: none), acting on a hunch I 
switched to the display: none method and everything started working.


Hm, interesting. Did you try -999px? The problem may lie with the 
browser calculating (or not) what -999em actually is?


N

___
Omnivision. Websight.
http://www.omnivision.com.au/



**
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] IE7 bug?

2006-08-03 Thread Gunlaug Sørtun

Andrew Ingram wrote:
So I added in another rule that changed the background color of the 
element with the drop-down hover and suddenly everything started 
working, take the rule out and it stopped.


I think you have hit the old IE-bug on CSS popups...
http://www.quirksmode.org/css/ie6_purecsspopups.html
Don't think that's fixed in IE7.

Georg
--
http://www.gunlaug.no


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

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