|
Posted by BootNic on 04/30/07 01:56
> dave@seobm.com <dave@seobm.com> wrote:
> news: 1177808356.474059.254360@h2g2000hsg.googlegroups.com
> The article "In Search of the Holy Grail" at
> http://www.alistapart.com/articles/holygrail/ appears to only work
> when using pixels.
The wrapper version can be set in em, or any other unit you would
care to use. It is lacking a fix for IE7, which would be the same as the
fix for IE6, but IE7 ignores the * html hack.
A conditional comment would be useful:
<!--[if gte IE 6 & lte IE 7]>
<style type="text/css">
#left {
left: 15em; /* RC width */
}
</style>
<![endif]-->
>I'm referring in particular to
> his final example he calls the "wrapper free" at
> http://www.alistapart.com/d/holygrail/example_4.html.
[snip]
--
BootNic Sunday, April 29, 2007 9:56 PM
"The POP3 server service depends on the SMTP server service, which
failed to start because of the following error: The operation
completed successfully."
*Windows NT Server v3.51*
[Back to original message]
|