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 December 10th 2015, 7:54 pm

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 December 15th 2015, 1:51 pm; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

Solved Re: Make the Image a Link

Post by Guest December 11th 2015, 8:10 pm

Bump.
avatar
Guest
Guest


Back to top Go down

Solved Re: Make the Image a Link

Post by SLGray December 12th 2015, 1:29 am

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 : 51482
Reputation : 3519
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 December 12th 2015, 2:11 am

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 December 12th 2015, 2:38 am

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 : 51482
Reputation : 3519
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 December 13th 2015, 12:55 am

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 December 13th 2015, 12:57 am

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 : 51482
Reputation : 3519
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 December 13th 2015, 1:00 am

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 December 14th 2015, 3:55 am

Bump
avatar
Guest
Guest


Back to top Go down

Solved Re: Make the Image a Link

Post by Guest December 15th 2015, 1:19 pm

Bump
avatar
Guest
Guest


Back to top Go down

Solved Re: Make the Image a Link

Post by Ange Tuteur December 15th 2015, 1:34 pm

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 : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Make the Image a Link

Post by Guest December 15th 2015, 1:40 pm

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 December 15th 2015, 1:43 pm

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 : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Make the Image a Link

Post by Guest December 15th 2015, 1:51 pm

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 December 15th 2015, 1:54 pm

No problem, glad it's working now. Smile

Topic archived

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

Male Posts : 13246
Reputation : 3000
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