On Sat, Nov 16, 2024 at 3:12 AM Zahid Rahman <zahidr1000@xxxxxxxxx> wrote:The browser rendering bug also exists in Firefox along with iPhone 13, in case it is of interest to you if you are involved in development of the Firefox browser.On Wed, 13 Nov 2024, 07:26 Zahid Rahman, <zahidr1000@xxxxxxxxx> wrote:It appears the external hosting webserver is rendering everywhere correctly now including Android devices,However there is still an issue with iphone 13 where the aforementioned effect is not rendered correctly still.Nothing to do with this list as the problem is with Apple client side rendering.It wouldn't be the first time I have found an issue with Apple browser rendering.On Tue, 12 Nov 2024, 16:51 Frank Gingras, <thumbs@xxxxxxxxxx> wrote:On Tue, Nov 12, 2024 at 1:03 AM Zahid Rahman <zahidr1000@xxxxxxxxx> wrote:Hi,In my development environment running in Visual Code and a live serverThe carousel is behaving as it is programmed using CSS HTML.The images are coming from a misty white fog from the right and disappearing into a misty white cloud on the left.However when I host it the white effect is not showing .Same codebaseSame browserI feel there must be a bug in the webserver at the hosting site.httpd isn't going to change the contents of your site per se, no. That being said, some rewrite rules or redirects could lead to inaccessible static content, or incorrect references, so check that first.Your best bet is to use the developer tools included with your browser (F12, typically) to troubleshoot.The issue is still outside the scope of this mailing list.You would have to find a web/html/css forum or mailing list as a starting point.