RE: [WSG] what ie bug is this?

2005-04-29 Thread Jason Turnbull
> Kvnmcwebn wrote:
> What ie windows 6 bug creates relics like the ones at the 
> bottom of the boxes in the central column of this page?
> http://mcmonagle.biz/OTI/INDEX3.HTM

> I built these "ad boxes" ( the ones with the radisson logo 
> in the central column) using the ala custom corners method.

Adding position:relative to div.ArticleFooter appears to fix it here

This is from the ALA article:

Our first attempt unleashed a cavalcade of calamities in IE6/Win,
triggering bugs affecting z-index stacking level of our elements. Entire
elements disappeared; margins acted like children kept up long past
their bedtime. It was a mess. Then we learned that a simple
position:relative and a well positioned  could fix everything.
View the source in Step 6 for further investigation.
http://www.alistapart.com/articles/customcorners/

Reagrds
Jason


**
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] what ie bug is this?

2005-04-29 Thread Gunlaug Sørtun
Kvnmcwebn wrote:
What ie windows 6 bug creates relics like the ones at the bottom of 
the boxes in the central column of this page?

http://mcmonagle.biz/OTI/INDEX3.HTM
Countless bugs in IE6, but I think this is a "human bug" / coding error.
There may be one or more misplaced  in your source-code. IE6
treats these things quite different from what FF and Opera do.
HTMLTidy fixes such code-errors automatically at my end, so I couldn't
catch the exact error.
Anyway, the flaw I saw in IE6 was gone once Tidy had finished, so that
should give you a clue.
regards
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
**


RE: [WSG] what ie bug is this?

2005-04-29 Thread Andreas Boehmer [Addictive Media]
> -Original Message-
> From: Kvnmcwebn [mailto:[EMAIL PROTECTED] 
> Sent: Friday, 29 April 2005 7:50 PM
> To: wsg
> Subject: [WSG] what ie bug is this?
> 
> hello,
> 
> What ie windows 6 bug creates relics like the ones at the 
> bottom of the
> boxes in the central column of this page?
> 
> http://mcmonagle.biz/OTI/INDEX3.HTM
> 

I can't seem to replicate your problem. Looks very similar in IE and Firefox
to me - no relics or anything other unusual.


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

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