What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Html help

Pages: (2): « First « 1 [ 2 ] Last »
Html help
Author: Message:
Veggie
Full Member
***

Avatar

Posts: 415
Reputation: 21
37 / Male / Flag
Joined: Sep 2004
RE: RE: Html help
quote:
Originally posted by Ezra
<javascript> doesn't excist :S

it's

<script language="javascript" type="text/javascript">
</script>


Yeah i know im lazy, just had too type that in as its in my javascript.php file so that script include wasent there...
06-16-2005 06:36 AM
Profile E-Mail PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. RE: Html help
I've dont it now thanks check the links and help pages at http://www.msgstuff.com to see what i wanted i just robbed the sorce from stuffplug in the end :S

<script language="Javascript">
var cursel=0;


function openfeature(id) {
  if (cursel>0) {
    document.getElementById("feature"+cursel).className="feature";
    document.getElementById("feature_desc"+cursel).style.display="none";
  }
  cursel=id;
  if (cursel>0) {
    document.getElementById("feature"+cursel).className="feature_selected";
    document.getElementById("feature_desc"+cursel).style.display="block";
  }
}


</script>

<a name="entry12"></a>

<div class="feature" id="feature12" onClick="return openfeature(12);"><div class="featurepadding">
<div class="title"><b><u>Msn Messenger Links:</u></b></div>

Msn messenger links to get your plugins display pictures and smiles

</div></div>

<div class="feature_desc" id="feature_desc12" style="display: none"><div class="featurepadding">

<br>

<a href="http://www.mess.be" target=_blank><img src="images/mess.gif" border=0></a>
<a href="http://www.messengermad.com" target=_blank><img src="images/messengermad.jpg" border=0></a>

<a href="http://www.messengerdiscovery.com" target=_blank><img src="images/messengerdiscovery.gif" border=0></a>
<a href="http://www.msgshit.com" target=_blank><img src="images/msgshit.jpg" border=0></a>
<a href="http://www.sherv.net" target=_blank><img src="images/sherv2.gif" border=0></a>
<a href="http://www.emoticon-maker.net" target=_blank><img src="images/emoticonmaker.gif" border=0></a>
<a href="http://www.ilovemessenger.com" target=_blank><img src="images/lovemessenger.gif" border=0></a>
<a href="http://www.msnfanatic.com" target=_blank><img src="images/msnfanatic.gif" border=0></a>

<br>
<br>

<a href="http://www.winks.cc" target=_blank><img src="images/winks.jpg" border=0></a>

</div></div>

That's a bit of the sorce if anyone wants to use it ;)

This post was edited on 06-16-2005 at 02:57 PM by absorbation.
06-16-2005 02:55 PM
Profile PM Find Quote Report
Veggie
Full Member
***

Avatar

Posts: 415
Reputation: 21
37 / Male / Flag
Joined: Sep 2004
RE: Html help
Stealing peoples code is bad :notfunny:
06-16-2005 04:58 PM
Profile E-Mail PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. RE: Html help
quote:
Originally posted by Veggie
Stealing peoples code is bad :notfunny:

Well i really dont think he wrote it from scrach it is just using <div> tags and a bit of javascript ;)
06-16-2005 04:59 PM
Profile PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Html help
You should add this to those links
code:
onMouseOut="document.body.style.cursor='arrow'" onMouseOver="document.body.style.cursor='hand'"

It makes it look like a link a little more (doesn't work properly in FF, but it works perfectl in IE :))
[Image: 1-0.png]
             
06-16-2005 06:52 PM
Profile PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. RE: Html help
I'll make a style sheet for it later ;)
06-16-2005 06:58 PM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On