Switch of link style

FelixFelixFelix / 2012-11-24 14:36:31   

Hi,

On the main page of my website: felixschaffert.ch/

Picture: 26. August 2012

it appears a the link style when you go over with the curser.

Is there a way to switch that of, yust for that part?

Thanks,
Felix

FelixFelixFelix / 2012-11-24 14:48:22   

Actually I have this problem in all overlays…

arsondpi / 2012-11-24 15:36:58   


replace the right tag from

</ br>

to

<br />

Check it that's causing the problem.

FelixFelixFelix / 2012-11-25 14:35:00   

I replaced all tags to
an I have still the same problem.
I want to stop that the pictures in the overlay are aktve links, the red bar has to disapear.

arsondpi / 2012-11-25 16:19:31   

...then choose unlinked as the on-click option in Exhibit Options.

and also add:

.picture_holder .picture a:hover {
background: transparent;
}

in your css

FelixFelixFelix / 2012-11-25 19:38:00   

Yes it works for the general exhibition. But not for the overly, if I unlinke the overley it surely don't work anymore. With all overlys there is still the same problem and if you go over the buttons in the overlay they go away like 2 px.

arsondpi / 2012-11-25 23:22:12   

then use Inspect Element (via Safari or Firefox's Firebug - right click) to track down the correct css selector.

FelixFelixFelix / 2012-11-26 12:27:54   

Thanks a lot for your hint, but I hardly can't find the correct css causing that.

This thread has been closed, thank you.