|
Posted by BootNic on 05/14/07 15:29
> Neredbojias <neredbojias@gmail.com> wrote:
> news: Xns99302EBF1F1DDnanopandaneredbojias@208.49.80.251
> On Sun, 13 May 2007 04:50:19 GMT BootNic scribed:
>
[snip]
>>
>> [url]
>> http://home.earthlink.net/~bootnic/neredbojias0.html
>> [/url]
>>
>> Please share any issues you find.
>
> Yeah, what a great fix for Opera!
[snip]
The opera fix seems to produce an undesirable effect in Safari. Since
I do not have access to Safari other then through browsershots.org, I
have no way to test it.
That does not prevent me from suggesting a possible solution. Perhaps
someone with Safari will be kind enough to provide some feedback.
/*
change the :before to :after
*/
html:first-child #mytable:after {
bottom: 0;
content: "\00200B";
left: 0;
position: fixed;
top: 0;
z-index: -1;
}
/*
use css3 last-child to not display the opera fix
*/
html:first-child #mytable:last-child:after {
display:none;
}
[url]
http://home.earthlink.net/~bootnic/Safari.html
[/url]
--
BootNic Monday, May 14, 2007 11:29 AM
Man who scratch ass should not bite fingernails.
*Ancient Chinese Proverbs*
Navigation:
[Reply to this message]
|