Re: [WSG] ie7 does not render page properly

2006-11-19 Thread Gunlaug Sørtun

Dwain Alford wrote:

ie6, ff 2.0, opera 9.0.2 and mozilla 1.7.12 render the page properly.
 ie 7 sticks some copyright info, which is enclosed in a div with the
 "powered by" info, to the left of the validate buttons.  why?



http://www.alforddesigngroup.com/


IE7 ignores the 'star html' hack.

Changing...
* html .clearfix {height:1%;}
...to...
.clearfix {height:1%;}
...and otherwise keep it as is, should do.

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 does not render page properly

2006-11-19 Thread James Thomson
I haven't got IE7 on this machine but I'm guessing it's because ".clearfix"
isn't having any effect. Try adding a conditional stylesheet for IE7 with
the content:
 
.clearfix
{
zoom: 1;
}
 
 
James.


  _  

From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED]
On Behalf Of Dwain Alford
Sent: 19 November 2006 20:46
To: web standards group
Subject: [WSG] ie7 does not render page properly


ie6, ff 2.0, opera 9.0.2 and mozilla 1.7.12 render the page properly.  ie 7
sticks some copyright info, which is enclosed in a div with the "powered by"
info, to the left of the validate buttons.  why?

dwain 

http://www.alforddesigngroup.com/

***
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 does not render page properly

2006-11-19 Thread Johan Gullberg
I can't find class text in your css.
Try to write text class in your css.

/Johan



ie6, ff 2.0, opera 9.0.2 and mozilla 1.7.12 render the page properly.  ie 7 
sticks some copyright info, which is enclosed in a div with the "powered by" 
info, to the left of the validate buttons.  why?

dwain 

http://www.alforddesigngroup.com/

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

fox.gif
Description: GIF image


[WSG] ie7 does not render page properly

2006-11-19 Thread Dwain Alford

ie6, ff 2.0, opera 9.0.2 and mozilla 1.7.12 render the page properly.  ie 7
sticks some copyright info, which is enclosed in a div with the "powered by"
info, to the left of the validate buttons.  why?

dwain

http://www.alforddesigngroup.com/


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