Affilliate Button!
4 posters
Graphic Design Forum | GraphicsCode.net :: Graphic Design and Web Design Forums :: General Web Design Forum
Page 1 of 1
Affilliate Button!
hey guys,
can anyone or david please tell me how to create that affilliate button GC has at the Affilliate forum?
can anyone or david please tell me how to create that affilliate button GC has at the Affilliate forum?
Re: Affilliate Button!
Are you talking about the button or the show/hide thing?
Admin- Webmaster
- Posts : 1156
Join date : 2009-07-12
Re: Affilliate Button!
check this out.... http://www.graphicscode.net/markup-and-style-sheet-languages-f20/how-to-change-spoiler-name-t319.htm
Re: Affilliate Button!
ok i got it thanx.
one more thing, can we put a slightly cool picture or button instead of that box? i mean the box which says show/hide affilliates, how to change the look of the box or post a picture/button in place of that box?
one more thing, can we put a slightly cool picture or button instead of that box? i mean the box which says show/hide affilliates, how to change the look of the box or post a picture/button in place of that box?
Re: Affilliate Button!
Yes:
Just replace the IMAGEURLHERE and the CONTENT HERE
- Code:
<html>
<head>
<script type="text/javascript">
function toggleDiv()
{
if (document.getElementById("myDivBox").style.display == "block")
{
document.getElementById("myDivBox").style.display = "none";
}
else
{
document.getElementById("myDivBox").style.display = "block";
}
}
</script>
</head>
<body>
<img src="IMAGEURL.JPG" value="Show/Hide Affiliates" onclick="toggleDiv()">
<div id="myDivBox" style="display:none;">
CONTENT HERE
</div>
</body>
</html>
Just replace the IMAGEURLHERE and the CONTENT HERE
Admin- Webmaster
- Posts : 1156
Join date : 2009-07-12
Re: Affilliate Button!
Such as a additional knowledge, regarding creating the affiliate...
aprillove20- Member
- Posts : 74
Join date : 2010-10-20
Graphic Design Forum | GraphicsCode.net :: Graphic Design and Web Design Forums :: General Web Design Forum
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum