Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Hi,
so after another building session i got a final problem.
In Firefox 41.02 the page looks great.
But in Safari 9.0 the white links in the link bar went grey, but they have to be white.
I tried a page with shared rescources, but i build the page again without.
Pherhaps anyone got an idea
www.fotomatisch.de
than click on people or interiour
Offline
I don't have access to Safari 9 (I'm on Windows) but it looks fine in Safari for Windows as well as in Safari for iOS.
you could try using the browser's inspector to see what css is being applied to those links (does Safari have an inspector?)
I'm wondering if Safari is applying the :hover color (a dark grey) to the active link. If so, you could try some custom css to set the active link to white
something like:
a:active {
color: #000;
}
you may need to add !important to the rule:
color: #000 !important;
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Hey Rob,
thanks for your reply, now iam a little bit irritated. here a screenshot of the wrong look
www.fotomatisch.de/wrong.jpg
it looks like an grey overlay
Offline
was that from a gallery or is that what it's looking like all the time?
it looks like your hover color.
I googled about and saw some complaints where Safari 9 wasn't properly loading/using some css.
Does Safari 9 have developer tools you can use to inspect the css?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I have Safari 9.0.1 on my system and the menu items are white and turn gray when I hover over them. I don't see a difference between Chrome and Safari.
Did you try to emtpy your cache?
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
Pages: 1