Flash Games
 FAQ   Search   Memberlist   Usergroups   Register  Profile   Log in to check your private messages   Log in 


Mouseovers



 

Post new topic   Reply to topic  
   DEVPPL Forum Index -> HTML Forum
View previous topic :: View next topic  
Author Message
Ash
1000+ Club


Joined: 03 Aug 2005
Posts: 1016
Location: England

PostPosted: Sat Sep 17, 2005 7:22 pm    Post subject: Mouseovers Reply with quote

Ok I am trying to make a webpage that uses mouse overs but niether images appear.

Code:
<td class="nav_this"><a href="#">
<img src="http://www.freewebs.com/corrosiongfx/images/home.gif" width="73" height="27" border="0"></a></td>
<td class="nav" onMouseOver="this.className='nav_over'" onMouseOut="this.className='nav'">


What is wrong here?
Back to top
View user's profile Send private message Send e-mail MSN Messenger
webmaster
Site Admin


Joined: 17 Aug 2004
Posts: 3593
Location: Sweden

PostPosted: Sat Sep 17, 2005 7:39 pm    Post subject: Re: Mouseovers Reply with quote

Theese are the ones I made for DEVPPL (uses them in the menu in the top)

HTML:
Code:
<a href="sida.html" id="img1"></a>



CSS:
Code:
#img1
{
   width: 96px;
   height: 134px;
   overflow: hidden;
   background: url(../images/image.gif) top left no-repeat;
   display: inline;
   float: left;
}
 
#img1:hover
{
   background-position: bottom left;
}
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    DEVPPL Forum Index -> HTML Forum All times are GMT + 1 Hour
Page 1 of 1

 
 
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User: Pass:
Log me on automatically each visit:

 


Powered by phpBB © 2001, 2005 phpBB Group - Modified by DEVPPL

Flash Games - Sitemap