Sent by John Albin Wilkins on 23 April 2002 11:11
Hi all,
Don't normally respond to my own postings, but I wanted everyone to know
the DNS issues on my domain have been fixed (it was actually a firewall
issue). Everyone now has access to it --
http://www.albin.net/CSS/OwenHack.html
Sorry I didn't have it right the first time.
- John
On Tuesday, April 16, 2002, at 11:54 , John Albin Wilkins wrote:
> I'm having some DNS issues with my domain name (albin.net). Some
> people can see the domain and some can't!
> Fortunately, I've found a CSS2 selector that can be used to make Opera
> (through version 6) [do anything you want]. Here it is:
> .myDiv {
> /* ... other properties as before ... */
> background-attachment: scroll;
> }
> /* the Owen hack -- http://www.albin.net/CSS/OwenHack.html */
> head:first-child+body .myDiv {
> background-attachment: fixed;
> }