On May 2, 2006, at 7:21 PM, francky wrote:

[snip]

> btw: you know the Liquid Corner/Border method (without javascript)?  
> See Playgarden 8.a <http://home.tiscali.nl/developerscorner/ 
> liquidcorners/liquid-corners-playgarden-08a.htm>, and the new  
> examples Playgarden 9.a <http://home.tiscali.nl/developerscorner/ 
> liquidcorners/liquid-corners-playgarden-09a.htm> to 9.c.

Unfortunately, those methods rely on seven(!) extra divs to do the  
work of a single box:

<div>
   <div />
   <div />
   <div>
     <div>
       <div>
         content
       </div>
     </div>
   </div>
   <div />
   <div />
</div>

As opposed to:

<div>
   content
</div>

I'm going to give a shot at using IE's "expression" and :after  
and :before to get the box working. I'll report to the list if I have  
any success.

Oh, for me to learn the home addresses of the IE6 dev team. *grumble  
grumble*.

I was also surprised to learn that Gecko absolutely can't do  
"display: inline-block", which even IE6 can do. And, supposedly, it  
wont until 3.0. So now Firefox is on my hit-list, too.

Long live Safari!

-Tyson
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to