What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Sorry for being noob but..

Sorry for being noob but..
Author: Message:
Nathan
Veteran Member
*****

Avatar
Yeah, "large dimensions" ;)

Posts: 2984
Reputation: 76
– / Male / Flag
Joined: Apr 2005
RE: Sorry for being noob but..
code:
<style type="text/css">
#a.about {
background-image: url(images/about.jpg);
width: 59px;                   
height: 41px;                 
border:none;
display: block;
}
#a.about:hover {
background-image: url(images/abouthover.jpg);
}
</style>

<div id="about">
<a class="about" href="http://www.google.pt" ></a>
</div>

in the ( ) tags you have forogtten: ' or "

So this should work:

code:
<style type="text/css">
#a.about {
background-image: url('images/about.jpg');
width: 59px;                   
height: 41px;                 
border:none;
display: block;
}
#a.about:hover {
background-image: url('images/abouthover.jpg');
}
</style>

<div id="about">
<a class="about" href="http://www.google.pt" ></a>
</div>
Touch Innovation - touch friendly programs/applications for the windows mobile!


07-11-2006 10:07 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Sorry for being noob but.. - by paperless on 07-11-2006 at 10:04 PM
RE: Sorry for being noob but.. - by Nathan on 07-11-2006 at 10:07 PM
RE: Sorry for being noob but.. - by ShawnZ on 07-11-2006 at 10:08 PM
RE: Sorry for being noob but.. - by paperless on 07-11-2006 at 10:10 PM
RE: Sorry for being noob but.. - by paperless on 07-11-2006 at 10:56 PM
RE: Sorry for being noob but.. - by ShawnZ on 07-11-2006 at 11:09 PM
RE: Sorry for being noob but.. - by paperless on 07-11-2006 at 11:17 PM
RE: Sorry for being noob but.. - by Val on 07-11-2006 at 11:48 PM
RE: Sorry for being noob but.. - by RaceProUK on 07-13-2006 at 10:43 AM


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