The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Make the Image a Link

2 posters

Go down

Solved Make the Image a Link

Post by Guest Thu 10 Dec - 15:54

Technical Details


Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : All members
Forum link : http://theunforgivingseas.forumotion.com

Description of problem

I have this code I am working on to make a hover effect for description, but at the same time I would also like the image to be a link that redirects into the forum. I haven't quite figured it out. Any help would be greatly appreciated. Thanks!

Code:
<style align="center">.catgdescback1 {
background:url('http://i68.servimg.com/u/f68/19/33/82/12/0m7vzm10.jpg');
width:700px;
height:100px;
padding:0px;
}
.catgdesctext1 {
background:#000000;
height:100%;
width:100%;
opacity:0.050;
transition:0.5s;
}
.catgdesctext1:hover { opacity:0.8; }</style>
<div class="catgdescback1">
             
<div class="catgdesctext1">
     <span class="catgtext1">Testing</span>      
</div>
</div>


Last edited by Draxion on Tue 15 Dec - 9:51; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

Solved Re: Make the Image a Link

Post by Guest Fri 11 Dec - 16:10

Bump.
avatar
Guest
Guest


Back to top Go down

Solved Re: Make the Image a Link

Post by SLGray Fri 11 Dec - 21:29

Are you wanting the category title to be link that loads a different page?


Make the Image a Link Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51194
Reputation : 3508
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Make the Image a Link

Post by Guest Fri 11 Dec - 22:11

No, the code I have provided adds a hover effect on the image being displayed on the index so when you scroll over it, it displays the description. At the same time, I would like the image be clickable as a hyperlink directed into the forum. If that makes sense.
avatar
Guest
Guest


Back to top Go down

Solved Re: Make the Image a Link

Post by SLGray Fri 11 Dec - 22:38

Could you please post a screenshot showing what this code does?


Make the Image a Link Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51194
Reputation : 3508
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Make the Image a Link

Post by Guest Sat 12 Dec - 20:55

Glad to. Smile

Screenshot:
Make the Image a Link Screen10

The code creates the hovering effect over the image and displays the description of the forum. What I am also trying to do is make the image clickable as a hyperlink so it can redirect you into the forum.
avatar
Guest
Guest


Back to top Go down

Solved Re: Make the Image a Link

Post by SLGray Sat 12 Dec - 20:57

Add a hover effect on the images should not affect the default option which makes the images clickable.


Make the Image a Link Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51194
Reputation : 3508
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Make the Image a Link

Post by Guest Sat 12 Dec - 21:00

I've tried making the image a hyperlink with the added hovering effect, but it won't work...
avatar
Guest
Guest


Back to top Go down

Solved Re: Make the Image a Link

Post by Guest Sun 13 Dec - 23:55

Bump
avatar
Guest
Guest


Back to top Go down

Solved Re: Make the Image a Link

Post by Guest Tue 15 Dec - 9:19

Bump
avatar
Guest
Guest


Back to top Go down

Solved Re: Make the Image a Link

Post by Ange Tuteur Tue 15 Dec - 9:34

Hi @Draxion,

Try this :
Code:
<style align="center">.catgdescback1 {
background:url('http://i68.servimg.com/u/f68/19/33/82/12/0m7vzm10.jpg');
width:700px;
height:100px;
padding:0px;
}
.catgdesctext1 {
background:#000000;
height:100%;
width:100%;
opacity:0.050;
transition:0.5s;
display:block;
color:#FFF;
text-decoration:none;
}
.catgdesctext1:hover { opacity:0.8; }</style>
<div class="catgdescback1">
           
  <a href="/forum" class="catgdesctext1">
    <span class="catgtext1">Testing</span>     
</a>
</div>

I simply changed
Code:
.catgdesctext1
to an anchor element.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13244
Reputation : 2998
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Make the Image a Link

Post by Guest Tue 15 Dec - 9:40

Sorry, @Ange Tuteur, it didn't work. It even took off the hover effect.
avatar
Guest
Guest


Back to top Go down

Solved Re: Make the Image a Link

Post by Ange Tuteur Tue 15 Dec - 9:43

It does ? Did you copy the code exactly as it is in this post ? If so, it should give you this result.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13244
Reputation : 2998
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Make the Image a Link

Post by Guest Tue 15 Dec - 9:51

Okay, my mistake. Must had been something I changed when changing the link. Thank you so much!
avatar
Guest
Guest


Back to top Go down

Solved Re: Make the Image a Link

Post by Ange Tuteur Tue 15 Dec - 9:54

No problem, glad it's working now. Smile

Topic archived

Have a good day. ^^
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13244
Reputation : 2998
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum