Jump to content

Browser Issues, Help Please!

Recommended Posts

2 hours ago, nicolettely said:

causing this site to show up poorly on safari

Looks good on macOS using Safari browser here.

Used Microsoft Edge on Xbox One. Looked good there as well.

Can you post a screenshot or two of the bad rendering so we know what to look for?

The only other thing would be a few additions to the rules for your CSS. I flagged the new lines. You may just want to copy those few lines in by hand.

.design-layout-overlap img {
    /* new */ -webkit-transition: opacity .2s linear;
    /* new */ -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.Main {
    /* new */ background: -webkit-gradient(linear,left top, right top,color-stop(50%, #000),color-stop(50%, #3c3d35));
    /* new */ background: -o-linear-gradient(left,#000 50%,#3c3d35 50%);
    background: linear-gradient(90deg,#000 50%,#3c3d35 50%)
}

 

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
On 9/30/2020 at 3:43 PM, creedon said:

Looks good on macOS using Safari browser here.

Used Microsoft Edge on Xbox One. Looked good there as well.

Can you post a screenshot or two of the bad rendering so we know what to look for?

The only other thing would be a few additions to the rules for your CSS. I flagged the new lines. You may just want to copy those few lines in by hand.


.design-layout-overlap img {
    /* new */ -webkit-transition: opacity .2s linear;
    /* new */ -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.Main {
    /* new */ background: -webkit-gradient(linear,left top, right top,color-stop(50%, #000),color-stop(50%, #3c3d35));
    /* new */ background: -o-linear-gradient(left,#000 50%,#3c3d35 50%);
    background: linear-gradient(90deg,#000 50%,#3c3d35 50%)
}

 

Oh thanks so much!!

Link to comment
  • 7 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.