thanks, georg. i had figured out that the 10% value was killing me, so i
changed the value to 80px. that seemed to fix the problem. however, i took
your suggestion and deleted the 10% and 100% values and added the clear
right to #valid. all looked good in ie7.
so will ie7 behave without the width and height values now, or just width?
dwain
On 11/22/06, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote:
Dwain Alford wrote:
> but it's supposed to be up to standards, yes?
Not according to those who have created it.
They have only said that IE7 is "up to _some_ of the standards" :-)
I would start by deleting 'width: 10%' on #valid, and 'width: 100%' on
.wsg, .xhtml, .css. Those width-values only affects IE/win anyway, and
with the dimensional "fixes" in IE7 they'll probably affect that version
in the wrong way. Once they are gone the problem may be gone too.
Then I would add...
#valid {clear: right;}
...to make sure it stays in place even on really wide windows - in all
browsers.
Disclaimer: I still haven't bothered to download IE7, so I'm only
guessing about its bugs and fixes.
regards
Georg
--
http://www.gunlaug.no
*******************************************************************
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]
*******************************************************************